Lines Matching refs:mpLastCheckedBand
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()
557 mpLastCheckedBand->InsertPoint( rPoint.X(), nLineID, bEndPoint, eLineType ); in InsertPoint()
562 mpLastCheckedBand = mpLastCheckedBand->mpNextBand; in InsertPoint()
570 while ( mpLastCheckedBand ) in InsertPoint()
573 if ( rPoint.Y() == mpLastCheckedBand->mnYTop ) in InsertPoint()
575 mpLastCheckedBand->InsertPoint( rPoint.X(), nLineID, bEndPoint, eLineType ); in InsertPoint()
580 mpLastCheckedBand = mpLastCheckedBand->mpPrevBand; in InsertPoint()
589 mpLastCheckedBand = mpFirstBand; in InsertPoint()