Searched refs:pClipPolyPoly (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/vcl/source/gdi/ |
| H A D | outdev4.cxx | 80 void OutputDevice::ImplDrawPolygon( const Polygon& rPoly, const PolyPolygon* pClipPolyPoly ) in DBG_NAMEEX() 82 if( pClipPolyPoly ) in DBG_NAMEEX() 83 ImplDrawPolyPolygon( rPoly, pClipPolyPoly ); in DBG_NAMEEX() 98 …OutputDevice::ImplDrawPolyPolygon( const PolyPolygon& rPolyPoly, const PolyPolygon* pClipPolyPoly ) in ImplDrawPolyPolygon() argument 102 if( pClipPolyPoly ) in ImplDrawPolyPolygon() 105 rPolyPoly.GetIntersection( *pClipPolyPoly, *pPolyPoly ); in ImplDrawPolyPolygon() 151 if( pClipPolyPoly ) in ImplDrawPolyPolygon() 171 sal_Bool bMtf, const PolyPolygon* pClipPolyPoly ) in ImplDrawLinearGradient() argument 264 ImplDrawPolygon( aPoly, pClipPolyPoly ); in ImplDrawLinearGradient() 278 ImplDrawPolygon( aPoly, pClipPolyPoly ); in ImplDrawLinearGradient() [all …]
|
| /AOO41X/main/vcl/inc/vcl/ |
| H A D | outdev.hxx | 472 …VATE void ImplDrawPolygon( const Polygon& rPoly, const PolyPolygon* pClipPolyPoly = NULL ); 473 … 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 );
|