Searched refs:ImplVectMap (Results 1 – 2 of 2) sorted by relevance
| /trunk/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() 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() [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_u… 44 sal_Bool ImplGetChain( ImplVectMap* pMap, const Point& rStartPt, ImplChain& rChain ); 45 sal_Bool ImplIsUp( ImplVectMap* pMap, long nY, long nX ) const;
|