Lines Matching refs:aPolyPoly
936 const PolyPolygon aPolyPoly( LogicToPixel( rPolyPoly ) ); in DrawGradient() local
937 const Rectangle aBoundRect( aPolyPoly.GetBoundRect() ); in DrawGradient()
982 pVDev->DrawPolyPolygon( aPolyPoly ); in DrawGradient()
1101 PolyPolygon aPolyPoly( LogicToPixel( rPolyPoly ) ); in DrawHatch() local
1105 aPolyPoly.Optimize( POLY_OPTIMIZE_NO_SAME ); in DrawHatch()
1113 ImplDrawHatch( aPolyPoly, aHatch, sal_False ); in DrawHatch()
1130 PolyPolygon aPolyPoly( rPolyPoly ); in AddHatchActions() local
1131 aPolyPoly.Optimize( POLY_OPTIMIZE_NO_SAME | POLY_OPTIMIZE_CLOSE ); in AddHatchActions()
1133 if( aPolyPoly.Count() ) in AddHatchActions()
1140 ImplDrawHatch( aPolyPoly, rHatch, sal_True ); in AddHatchActions()
1166 PolyPolygon aPolyPoly; in ImplDrawHatch() local
1168 rPolyPoly.AdaptiveSubdivide(aPolyPoly); in ImplDrawHatch()
1169 ImplDrawHatch(aPolyPoly, rHatch, bMtf); in ImplDrawHatch()