Searched refs:mpFirstBandPoint (Results 1 – 2 of 2) sorted by relevance
61 mpFirstBandPoint = NULL; in ImplRegionBand()80 mpFirstBandPoint = NULL; in ImplRegionBand()106 ImplRegionBandPoint* pPoint = rRegionBand.mpFirstBandPoint; in ImplRegionBand()119 mpFirstBandPoint = pPointCopy; in ImplRegionBand()131 … DBG_ASSERT( mpFirstBandPoint == NULL, "ImplRegionBand::~ImplRegionBand -> pointlist not empty" ); in ~ImplRegionBand()143 ImplRegionBandPoint* pPoint = mpFirstBandPoint; in ~ImplRegionBand()160 ImplRegionBandPoint* pRegionBandPoint = mpFirstBandPoint; in ProcessPoints()183 pRegionBandPoint = mpFirstBandPoint; in ProcessPoints()203 mpFirstBandPoint = NULL; in ProcessPoints()214 if ( !mpFirstBandPoint ) in InsertPoint()[all …]
81 ImplRegionBandPoint* mpFirstBandPoint; // root of the list with lines member in ImplRegionBand132 bool IsEmpty() const { return ((!mpFirstSep) && (!mpFirstBandPoint)); } in IsEmpty()