Home
last modified time | relevance | path

Searched refs:pPointCopy (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dregband.cxx110 ImplRegionBandPoint* pPointCopy = new ImplRegionBandPoint(); in ImplRegionBand() local
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()
117 pPrevPointCopy->mpNextBandPoint = pPointCopy; in ImplRegionBand()
119 mpFirstBandPoint = pPointCopy; in ImplRegionBand()
121 pPrevPointCopy = pPointCopy; in ImplRegionBand()

Completed in 8 milliseconds