Searched refs:pRegionBandPoint (Results 1 – 1 of 1) sorted by relevance
160 ImplRegionBandPoint* pRegionBandPoint = mpFirstBandPoint; in ProcessPoints() local161 while ( pRegionBandPoint ) in ProcessPoints()164 if ( pRegionBandPoint && pRegionBandPoint->mpNextBandPoint ) in ProcessPoints()167 if ( pRegionBandPoint->mbEndPoint && pRegionBandPoint->mpNextBandPoint->mbEndPoint ) in ProcessPoints()170 if ( pRegionBandPoint->meLineType == pRegionBandPoint->mpNextBandPoint->meLineType ) in ProcessPoints()172 ImplRegionBandPoint* pSaveRegionBandPoint = pRegionBandPoint->mpNextBandPoint; in ProcessPoints()173 … pRegionBandPoint->mpNextBandPoint = pRegionBandPoint->mpNextBandPoint->mpNextBandPoint; in ProcessPoints()180 pRegionBandPoint = pRegionBandPoint->mpNextBandPoint; in ProcessPoints()183 pRegionBandPoint = mpFirstBandPoint; in ProcessPoints()184 while ( pRegionBandPoint && pRegionBandPoint->mpNextBandPoint ) in ProcessPoints()[all …]