Home
last modified time | relevance | path

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

/aoo4110/main/vcl/source/gdi/
H A Dregband.cxx60 mpFirstSep = NULL; in ImplRegionBand()
79 mpFirstSep = NULL; in ImplRegionBand()
95 mpFirstSep = pNewSep; in ImplRegionBand()
360 if ( pSep == mpFirstSep ) in OptimizeBand()
398 if ( !mpFirstSep ) in Union()
427 if ( pSep == mpFirstSep ) in Union()
428 mpFirstSep = pNewSep; in Union()
475 if ( !mpFirstSep ) in Intersect()
522 if ( !mpFirstSep ) in Exclude()
579 mpFirstSep = pNewSep; in Exclude()
[all …]
H A Dregionband.cxx179 pOwnRectBandSep = pOwnRectBand->mpFirstSep; in operator ==()
195 pSecondRectBandSep = pSecondRectBand->mpFirstSep; in operator ==()
296 ImplRegionBandSep* pSep = pBand->mpFirstSep; in save()
322 if(mpFirstBand->mpFirstSep && !mpFirstBand->mpFirstSep->mpNextSep) in isSingleRectangle()
643 ImplRegionBandSep* pSep = pBand->mpFirstSep; in OptimizeBandList()
984 ImplRegionBandSep* pSep = pBand->mpFirstSep; in Union()
1101 ImplRegionBandSep* pSep = pBand->mpFirstSep; in Intersect()
1106 if ( pSep == pBand->mpFirstSep ) in Intersect()
1175 ImplRegionBandSep* pSep = pBand->mpFirstSep; in Exclude()
1232 ImplRegionBandSep* pSep = pBand->mpFirstSep; in XOr()
[all …]
/aoo4110/main/vcl/inc/vcl/
H A Dregband.hxx80 ImplRegionBandSep* mpFirstSep; // root of the list with x-separations member in ImplRegionBand
132 bool IsEmpty() const { return ((!mpFirstSep) && (!mpFirstBandPoint)); } in IsEmpty()

Completed in 22 milliseconds