Lines Matching refs:pPoint
106 ImplRegionBandPoint* pPoint = rRegionBand.mpFirstBandPoint; in ImplRegionBand() local
108 while (pPoint != NULL) in ImplRegionBand()
111 pPointCopy->mnX = pPoint->mnX; in ImplRegionBand()
112 pPointCopy->mnLineId = pPoint->mnLineId; in ImplRegionBand()
113 pPointCopy->mbEndPoint = pPoint->mbEndPoint; in ImplRegionBand()
114 pPointCopy->meLineType = pPoint->meLineType; in ImplRegionBand()
122 pPoint = pPoint->mpNextBandPoint; in ImplRegionBand()
143 ImplRegionBandPoint* pPoint = mpFirstBandPoint; in ~ImplRegionBand() local
144 while ( pPoint ) in ~ImplRegionBand()
146 ImplRegionBandPoint* pTempPoint = pPoint->mpNextBandPoint; in ~ImplRegionBand()
147 delete pPoint; in ~ImplRegionBand()
148 pPoint = pTempPoint; in ~ImplRegionBand()