Searched refs:mpLastCheckedBand (Results 1 – 2 of 2) sorted by relevance
39 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 …]
40 ImplRegionBand* mpLastCheckedBand; member in RegionBand