Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dregionband.cxx1278 ImplRegionBand* mpCurrRectBand = mpFirstBand; in GetRegionRectangles() local
1281 while(mpCurrRectBand) in GetRegionRectangles()
1283 ImplRegionBandSep* mpCurrRectBandSep = mpCurrRectBand->mpFirstSep; in GetRegionRectangles()
1285 aRectangle.Top() = mpCurrRectBand->mnYTop; in GetRegionRectangles()
1286 aRectangle.Bottom() = mpCurrRectBand->mnYBottom; in GetRegionRectangles()
1296 mpCurrRectBand = mpCurrRectBand->mpNextBand; in GetRegionRectangles()

Completed in 14 milliseconds