Lines Matching refs:pNewRegionBandPoint
275 ImplRegionBandPoint* pNewRegionBandPoint; in InsertPoint() local
284 pNewRegionBandPoint = new ImplRegionBandPoint; in InsertPoint()
285 pNewRegionBandPoint->mnX = nX; in InsertPoint()
286 pNewRegionBandPoint->mnLineId = nLineId; in InsertPoint()
287 pNewRegionBandPoint->mbEndPoint = bEndPoint; in InsertPoint()
288 pNewRegionBandPoint->meLineType = eLineType; in InsertPoint()
289 pNewRegionBandPoint->mpNextBandPoint = pRegionBandPoint; in InsertPoint()
293 mpFirstBandPoint = pNewRegionBandPoint; in InsertPoint()
295 pLastTestedRegionBandPoint->mpNextBandPoint = pNewRegionBandPoint; in InsertPoint()
306 pNewRegionBandPoint = new ImplRegionBandPoint; in InsertPoint()
307 pNewRegionBandPoint->mnX = nX; in InsertPoint()
308 pNewRegionBandPoint->mnLineId = nLineId; in InsertPoint()
309 pNewRegionBandPoint->mbEndPoint = bEndPoint; in InsertPoint()
310 pNewRegionBandPoint->meLineType = eLineType; in InsertPoint()
311 pNewRegionBandPoint->mpNextBandPoint = NULL; in InsertPoint()
314 pLastTestedRegionBandPoint->mpNextBandPoint = pNewRegionBandPoint; in InsertPoint()