Lines Matching refs:aMatrix
349 ::basegfx::B2DHomMatrix aMatrix; in strokePolyPolygon()
350 ::canvas::tools::mergeViewAndRenderTransform(aMatrix, viewState, renderState); in strokePolyPolygon()
354 aLinePixelSize *= aMatrix; in strokePolyPolygon()
424 aStrokedPolyPoly.transform( aMatrix ); in strokePolyPolygon()
711 ::basegfx::B2DHomMatrix aMatrix; in implDrawBitmap()
712 ::canvas::tools::mergeViewAndRenderTransform(aMatrix, viewState, renderState); in implDrawBitmap()
715 aOutputPos *= aMatrix; in implDrawBitmap()
736 (aMatrix.isIdentity() || in implDrawBitmap()
737 (::basegfx::fTools::equalZero( aMatrix.get(0,1) ) && in implDrawBitmap()
738 ::basegfx::fTools::equalZero( aMatrix.get(1,0) ) && in implDrawBitmap()
739 ::rtl::math::approxEqual(aMatrix.get(0,0), 1.0) && in implDrawBitmap()
740 ::rtl::math::approxEqual(aMatrix.get(1,1), 1.0)) ) ) in implDrawBitmap()
763 aMatrix.decompose( aScale, aOutputPos, nRotate, nShearX ); in implDrawBitmap()
819 aMatrix ); in implDrawBitmap()
827 aMatrix, in implDrawBitmap()
1252 ::basegfx::B2DHomMatrix aMatrix; in setupOutDevState()
1254 ::basegfx::unotools::homMatrixFromAffineMatrix( aMatrix, in setupOutDevState()
1271 ::basegfx::B2DHomMatrix aMatrix; in setupOutDevState()
1273 ::canvas::tools::mergeViewAndRenderTransform( aMatrix, in setupOutDevState()