Searched refs:mpNextBandPoint (Results 1 – 2 of 2) sorted by relevance
117 pPrevPointCopy->mpNextBandPoint = pPointCopy; in ImplRegionBand()122 pPoint = pPoint->mpNextBandPoint; in ImplRegionBand()146 ImplRegionBandPoint* pTempPoint = pPoint->mpNextBandPoint; in ~ImplRegionBand()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()184 while ( pRegionBandPoint && pRegionBandPoint->mpNextBandPoint ) in ProcessPoints()[all …]
64 ImplRegionBandPoint* mpNextBandPoint; member