Searched refs:pClipPolyPoly (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/vcl/source/gdi/ |
H A D | outdev4.cxx | 82 if( pClipPolyPoly ) in DBG_NAMEEX() 83 ImplDrawPolyPolygon( rPoly, pClipPolyPoly ); in DBG_NAMEEX() 102 if( pClipPolyPoly ) in ImplDrawPolyPolygon() 151 if( pClipPolyPoly ) in ImplDrawPolyPolygon() 264 ImplDrawPolygon( aPoly, pClipPolyPoly ); in ImplDrawLinearGradient() 350 ImplDrawPolygon( aPoly, pClipPolyPoly ); in ImplDrawLinearGradient() 387 ImplDrawPolygon( aPoly, pClipPolyPoly ); in ImplDrawLinearGradient() 548 ImplDrawPolygon( aPoly = aExtRect, pClipPolyPoly ); in ImplDrawComplexGradient() 587 ImplDrawPolyPolygon( *pPolyPoly, pClipPolyPoly ); in ImplDrawComplexGradient() 609 ImplDrawPolygon( aPoly, pClipPolyPoly ); in ImplDrawComplexGradient() [all …]
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | outdev.hxx | 472 …SAL_DLLPRIVATE void ImplDrawPolygon( const Polygon& rPoly, const PolyPolygon* pClipPolyPoly = NU… 473 …oid ImplDrawPolyPolygon( const PolyPolygon& rPolyPoly, const PolyPolygon* pClipPolyPoly = NULL ); 475 …nst Rectangle& rRect, const Gradient& rGradient, sal_Bool bMtf, const PolyPolygon* pClipPolyPoly ); 476 …nst Rectangle& rRect, const Gradient& rGradient, sal_Bool bMtf, const PolyPolygon* pClipPolyPoly );
|
Completed in 49 milliseconds