Lines Matching refs:aTempPoly

177             ::Polygon aTempPoly( static_cast<sal_uInt16>(5) );  in fillLinearGradient()
193 aTempPoly[1] = ::Point( ::basegfx::fround( rPoint1.getX() ), in fillLinearGradient()
197 aTempPoly[2] = ::Point( ::basegfx::fround( rPoint2.getX() ), in fillLinearGradient()
229 aTempPoly[0] = aTempPoly[4] = aTempPoly[1]; in fillLinearGradient()
230 aTempPoly[3] = aTempPoly[2]; in fillLinearGradient()
240 aTempPoly[1] = ::Point( ::basegfx::fround( rPoint3.getX() ), in fillLinearGradient()
246 aTempPoly[2] = ::Point( ::basegfx::fround( rPoint4.getX() ), in fillLinearGradient()
249 rOutDev.DrawPolygon( aTempPoly ); in fillLinearGradient()
258 aTempPoly[0] = aTempPoly[4] = aTempPoly[1]; in fillLinearGradient()
259 aTempPoly[3] = aTempPoly[2]; in fillLinearGradient()
265 aTempPoly[0] = aTempPoly[4] = ::Point( ::basegfx::fround( rPoint3.getX() ), in fillLinearGradient()
269 aTempPoly[3] = ::Point( ::basegfx::fround( rPoint4.getX() ), in fillLinearGradient()
274 rOutDev.DrawPolygon( aTempPoly ); in fillLinearGradient()
349 ::Polygon aTempPoly( static_cast<sal_uInt16>(nNumPoints+1) ); in fillPolygonalGradient()
402 aTempPoly[(sal_uInt16)p] = ::Point( in fillPolygonalGradient()
408 aTempPoly[(sal_uInt16)p] = aTempPoly[0]; in fillPolygonalGradient()
414 rOutDev.DrawPolygon( aTempPoly ); in fillPolygonalGradient()
435 aTempPolyPoly.Insert( aTempPoly ); in fillPolygonalGradient()
466 aTempPoly[(sal_uInt16)p] = ::Point( in fillPolygonalGradient()
472 aTempPoly[(sal_uInt16)p] = aTempPoly[0]; in fillPolygonalGradient()
484 aTempPolyPoly.Replace( aTempPoly, 1 ); in fillPolygonalGradient()