Searched refs:SetClipPath (Results 1 – 4 of 4) sorted by relevance
/trunk/main/svtools/source/filter/wmf/ |
H A D | winmtf.hxx | 323 void SetClipPath( const PolyPolygon& rPolyPolygon, sal_Int32 nClippingMode ); 668 void SetClipPath( const PolyPolygon& rPolyPoly, sal_Int32 nClippingMode, sal_Bool bIsMapped );
|
H A D | winmtf.cxx | 82 void WinMtfClipPath::SetClipPath( const PolyPolygon& rPolyPolygon, sal_Int32 nClippingMode ) in SetClipPath() function in WinMtfClipPath 908 void WinMtfOutput::SetClipPath( const PolyPolygon& rPolyPolygon, sal_Int32 nClippingMode, sal_Bool … in SetClipPath() function in WinMtfOutput 911 aClipPath.SetClipPath( rPolyPolygon, nClippingMode ); in SetClipPath() 915 aClipPath.SetClipPath( ImplMap( aPP ), nClippingMode ); in SetClipPath()
|
H A D | enhwmf.cxx | 815 pOut->SetClipPath( pOut->GetPathObj(), nClippingMode, sal_True ); in ReadEnhWMF() 828 pOut->SetClipPath( aPolyPoly, iMode, sal_False ); in ReadEnhWMF()
|
H A D | winwmf.cxx | 822 pOut->SetClipPath( aEmptyPolyPoly, RGN_COPY, sal_True ); in ReadRecordParams()
|
Completed in 46 milliseconds