Searched refs:cReduce (Results 1 – 4 of 4) sorted by relevance
/trunk/main/vcl/source/gdi/ |
H A D | impvect.cxx | 739 sal_uInt8 cReduce, sal_uLong nFlags, const Link* pProgress ) in ImplVectorize() argument 796 ImplCalculate( pMap, aPolyPoly, cReduce, nFlags ); in ImplVectorize() 1067 void ImplVectorizer::ImplCalculate( ImplVectMap* pMap, PolyPolygon& rPolyPoly, sal_uInt8 cReduce, s… in ImplCalculate() argument 1104 if( cReduce ) in ImplCalculate() 1108 if( aBound.GetWidth() > cReduce && aBound.GetHeight() > cReduce ) in ImplCalculate()
|
H A D | impvect.hxx | 43 …void ImplCalculate( ImplVectMap* pMap, PolyPolygon& rPolyPoly, sal_uInt8 cReduce, sal_uLong nFla… 54 sal_uInt8 cReduce, sal_uLong nFlags, const Link* pProgress );
|
H A D | bitmap3.cxx | 3351 sal_Bool Bitmap::Vectorize( GDIMetaFile& rMtf, sal_uInt8 cReduce, sal_uLong nFlags, const Link* pPr… in Vectorize() argument 3353 return ImplVectorizer().ImplVectorize( *this, rMtf, cReduce, nFlags, pProgress ); in Vectorize()
|
/trunk/main/vcl/inc/vcl/ |
H A D | bitmap.hxx | 831 sal_Bool Vectorize( GDIMetaFile& rMtf, sal_uInt8 cReduce = 0,
|
Completed in 42 milliseconds