Searched refs:ImplVectMap (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/vcl/source/gdi/ |
H A D | impvect.cxx | 242 class ImplVectMap class 251 ImplVectMap() {}; in ImplVectMap() function in ImplVectMap 255 ImplVectMap( long nWidth, long nHeight ); 256 ~ImplVectMap(); 272 ImplVectMap::ImplVectMap( long nWidth, long nHeight ) : in ImplVectMap() function in ImplVectMap 290 ImplVectMap::~ImplVectMap() in ~ImplVectMap() 306 inline sal_uInt8 ImplVectMap::Get( long nY, long nX ) const in Get() 789 ImplVectMap* pMap = ImplExpand( pRAcc, aFindColor ); in ImplVectorize() 849 ImplVectMap* pMap; in ImplVectorize() 976 ImplVectMap* pMap = NULL; in ImplExpand() [all …]
|
H A D | impvect.hxx | 36 class ImplVectMap; 42 ImplVectMap* ImplExpand( BitmapReadAccess* pRAcc, const Color& rColor ); 43 …void ImplCalculate( ImplVectMap* pMap, PolyPolygon& rPolyPoly, sal_uInt8 cReduce, sal_uLong nFla… 44 sal_Bool ImplGetChain( ImplVectMap* pMap, const Point& rStartPt, ImplChain& rChain ); 45 sal_Bool ImplIsUp( ImplVectMap* pMap, long nY, long nX ) const;
|
Completed in 25 milliseconds