Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dregion.cxx103 RegionBand* pRegionBand = new RegionBand(); in ImplRectilinearPolygonToBands() local
142 pRegionBand->ImplAddMissingBands(nTop,nBottom); in ImplRectilinearPolygonToBands()
145 ImplRegionBand* pBand = pRegionBand->ImplGetFirstRegionBand(); in ImplRectilinearPolygonToBands()
190 return pRegionBand; in ImplRectilinearPolygonToBands()
201 RegionBand* pRegionBand = new RegionBand(); in ImplGeneralPolygonToBands() local
202 pRegionBand->CreateBandRange(rPolygonBoundingBox.Top(), rPolygonBoundingBox.Bottom()); in ImplGeneralPolygonToBands()
220pRegionBand->InsertLine( aPoly.GetPoint(nPoint-1), aPoly.GetPoint(nPoint), nLineID++ ); in ImplGeneralPolygonToBands()
229 pRegionBand->InsertLine( rLastPoint, rFirstPoint, nLineID++ ); in ImplGeneralPolygonToBands()
233 return pRegionBand; in ImplGeneralPolygonToBands()
1395 const RegionBand* pRegionBand = GetAsRegionBand(); in IsInside() local
[all …]
H A Dregionband.cxx359 ImplRegionBand* pRegionBand = mpFirstBand; in processPoints() local
361 while(pRegionBand) in processPoints()
364 pRegionBand->ProcessPoints(); in processPoints()
365 pRegionBand = pRegionBand->mpNextBand; in processPoints()
1324 const RegionBand* pRegionBand = reinterpret_cast< const RegionBand* >(pObj); in ImplDbgTestRegionBand() local
1326 if(pRegionBand) in ImplDbgTestRegionBand()
1328 const ImplRegionBand* pBand = pRegionBand->ImplGetFirstRegionBand(); in ImplDbgTestRegionBand()