Home
last modified time | relevance | path

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

/AOO41X/main/vcl/source/gdi/
H A Dregband.cxx61 mpFirstBandPoint = NULL; in ImplRegionBand()
80 mpFirstBandPoint = NULL; in ImplRegionBand()
106 ImplRegionBandPoint* pPoint = rRegionBand.mpFirstBandPoint; in ImplRegionBand()
119 mpFirstBandPoint = pPointCopy; in ImplRegionBand()
131 … DBG_ASSERT( mpFirstBandPoint == NULL, "ImplRegionBand::~ImplRegionBand -> pointlist not empty" ); in ~ImplRegionBand()
143 ImplRegionBandPoint* pPoint = mpFirstBandPoint; in ~ImplRegionBand()
160 ImplRegionBandPoint* pRegionBandPoint = mpFirstBandPoint; in ProcessPoints()
183 pRegionBandPoint = mpFirstBandPoint; in ProcessPoints()
203 mpFirstBandPoint = NULL; in ProcessPoints()
214 if ( !mpFirstBandPoint ) in InsertPoint()
[all …]
/AOO41X/main/vcl/inc/vcl/
H A Dregband.hxx81 ImplRegionBandPoint* mpFirstBandPoint; // root of the list with lines member in ImplRegionBand
132 bool IsEmpty() const { return ((!mpFirstSep) && (!mpFirstBandPoint)); } in IsEmpty()