Searched refs:InsertPoint (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/vcl/source/gdi/ |
H A D | regionband.cxx | 471 InsertPoint( aNewPoint, nLineId, in InsertLine() 481 InsertPoint( aNewPoint, nLineId, in InsertLine() 506 InsertPoint( Point( nX, nY ), nLineId, nStartX == nX, eLineType ); in InsertLine() 522 InsertPoint( Point( nX, nY ), nLineId, nStartY == nY, eLineType ); in InsertLine() 532 InsertPoint( Point( nEndX, nEndY ), nLineId, true, eLineType ); in InsertLine() 539 bool RegionBand::InsertPoint(const Point &rPoint, long nLineID, bool bEndPoint, LineType eLineType) in InsertPoint() function in RegionBand 545 mpLastCheckedBand->InsertPoint( rPoint.X(), nLineID, bEndPoint, eLineType ); in InsertPoint() 557 mpLastCheckedBand->InsertPoint( rPoint.X(), nLineID, bEndPoint, eLineType ); in InsertPoint() 575 mpLastCheckedBand->InsertPoint( rPoint.X(), nLineID, bEndPoint, eLineType ); in InsertPoint()
|
H A D | regband.cxx | 211 bool ImplRegionBand::InsertPoint( long nX, long nLineId, in InsertPoint() function in ImplRegionBand
|
H A D | region.cxx | 184 pBand->InsertPoint(aStart.X(), nLineId++, true, eLineType); in ImplRectilinearPolygonToBands()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | regband.hxx | 117 bool InsertPoint( long nX, long nLineID,
|
/aoo41x/main/vcl/inc/ |
H A D | regionband.hxx | 64 bool InsertPoint(const Point &rPoint, long nLineID, bool bEndPoint, LineType eLineType);
|
Completed in 30 milliseconds