Lines Matching refs:ImplVectMap
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()
298 inline void ImplVectMap::Set( long nY, long nX, sal_uInt8 cVal ) in Set()
306 inline sal_uInt8 ImplVectMap::Get( long nY, long nX ) const in Get()
313 inline sal_Bool ImplVectMap::IsFree( long nY, long nX ) const in IsFree()
320 inline sal_Bool ImplVectMap::IsCont( long nY, long nX ) const in IsCont()
327 inline sal_Bool ImplVectMap::IsDone( long nY, long nX ) const in IsDone()
789 ImplVectMap* pMap = ImplExpand( pRAcc, aFindColor ); in ImplVectorize()
849 ImplVectMap* pMap; in ImplVectorize()
974 ImplVectMap* ImplVectorizer::ImplExpand( BitmapReadAccess* pRAcc, const Color& rColor ) in ImplExpand()
976 ImplVectMap* pMap = NULL; in ImplExpand()
989 pMap = new ImplVectMap( nNewWidth, nNewHeight ); in ImplExpand()
1067 void ImplVectorizer::ImplCalculate( ImplVectMap* pMap, PolyPolygon& rPolyPoly, sal_uInt8 cReduce, s… in ImplCalculate()
1136 sal_Bool ImplVectorizer::ImplGetChain( ImplVectMap* pMap, const Point& rStartPt, ImplChain& rChain… in ImplGetChain()
1190 sal_Bool ImplVectorizer::ImplIsUp( ImplVectMap* pMap, long nY, long nX ) const in ImplIsUp()