Home
last modified time | relevance | path

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

/AOO41X/main/vcl/source/gdi/
H A Dregband.cxx83 ImplRegionBandSep* pNewSep; in ImplRegionBand() local
89 pNewSep = new ImplRegionBandSep; in ImplRegionBand()
90 pNewSep->mnXLeft = pSep->mnXLeft; in ImplRegionBand()
91 pNewSep->mnXRight = pSep->mnXRight; in ImplRegionBand()
92 pNewSep->mbRemoved = pSep->mbRemoved; in ImplRegionBand()
93 pNewSep->mpNextSep = NULL; in ImplRegionBand()
95 mpFirstSep = pNewSep; in ImplRegionBand()
97 pPrevSep->mpNextSep = pNewSep; in ImplRegionBand()
99 pPrevSep = pNewSep; in ImplRegionBand()
409 ImplRegionBandSep* pNewSep; in Union() local
[all …]