Home
last modified time | relevance | path

Searched refs:InsertPoint (Results 1 – 5 of 5) sorted by path

/trunk/main/vcl/inc/
H A Dregionband.hxx64 bool InsertPoint(const Point &rPoint, long nLineID, bool bEndPoint, LineType eLineType);
/trunk/main/vcl/inc/vcl/
H A Dregband.hxx117 bool InsertPoint( long nX, long nLineID,
/trunk/main/vcl/source/gdi/
H A Dregband.cxx211 bool ImplRegionBand::InsertPoint( long nX, long nLineId, in InsertPoint() function in ImplRegionBand
H A Dregion.cxx186 pBand->InsertPoint(aStart.X(), nLineId++, true, eLineType); in ImplRectilinearPolygonToBands()
H A Dregionband.cxx471 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()

Completed in 41 milliseconds