Searched refs:aTransformedPoly (Results 1 – 1 of 1) sorted by relevance
1253 basegfx::B2DPolygon aTransformedPoly = rLogicPoly; in LogicToPixel() local1255 aTransformedPoly.transform( rTransformationMatrix ); in LogicToPixel()1256 return aTransformedPoly; in LogicToPixel()1263 basegfx::B2DPolyPolygon aTransformedPoly = rLogicPolyPoly; in LogicToPixel() local1265 aTransformedPoly.transform( rTransformationMatrix ); in LogicToPixel()1266 return aTransformedPoly; in LogicToPixel()1463 basegfx::B2DPolyPolygon aTransformedPoly = rLogicPolyPoly; in LogicToPixel() local1465 aTransformedPoly.transform( rTransformationMatrix ); in LogicToPixel()1466 return aTransformedPoly; in LogicToPixel()1474 basegfx::B2DPolygon aTransformedPoly = rLogicPoly; in LogicToPixel() local[all …]