Searched refs:pPointCopy (Results 1 – 1 of 1) sorted by relevance
110 ImplRegionBandPoint* pPointCopy = new ImplRegionBandPoint(); in ImplRegionBand() local111 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()117 pPrevPointCopy->mpNextBandPoint = pPointCopy; in ImplRegionBand()119 mpFirstBandPoint = pPointCopy; in ImplRegionBand()121 pPrevPointCopy = pPointCopy; in ImplRegionBand()
Completed in 18 milliseconds