Home
last modified time | relevance | path

Searched refs:mpLastCheckedBand (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/vcl/source/gdi/
H A Dregionband.cxx39 mpLastCheckedBand(0) in DBG_NAMEEX()
46 mpLastCheckedBand(0) in RegionBand()
83 mpLastCheckedBand(0) in RegionBand()
110 mpLastCheckedBand = 0; in implReset()
426 mpLastCheckedBand = mpFirstBand; in CreateBandRange()
543 if ( rPoint.Y() == mpLastCheckedBand->mnYTop ) in InsertPoint()
545 mpLastCheckedBand->InsertPoint( rPoint.X(), nLineID, bEndPoint, eLineType ); in InsertPoint()
549 if ( rPoint.Y() > mpLastCheckedBand->mnYTop ) in InsertPoint()
552 while ( mpLastCheckedBand ) in InsertPoint()
555 if ( rPoint.Y() == mpLastCheckedBand->mnYTop ) in InsertPoint()
[all …]
/AOO42X/main/vcl/inc/
H A Dregionband.hxx40 ImplRegionBand* mpLastCheckedBand; member in RegionBand