Lines Matching refs:nBottom
138 const long nBottom (::std::max(aStart.Y(), aEnd.Y())); in ImplRectilinearPolygonToBands() local
142 pRegionBand->ImplAddMissingBands(nTop,nBottom); in ImplRectilinearPolygonToBands()
164 while (pBand!=NULL && pBand->mnYBottom < nBottom) in ImplRectilinearPolygonToBands()
170 && pBand->mnYTop<=nBottom in ImplRectilinearPolygonToBands()
172 && pBand->mnYBottom>nBottom in ImplRectilinearPolygonToBands()
177 pBand->SplitBand(nBottom+1); in ImplRectilinearPolygonToBands()
185 for (pBand=pTopBand; pBand!=NULL&&pBand->mnYTop<=nBottom; pBand=pBand->mpNextBand) in ImplRectilinearPolygonToBands()
589 const long nBottom(std::max(rRect.Top(), rRect.Bottom())); in Union() local
592 pNew->InsertBands(nTop, nBottom); in Union()
595 pNew->Union(nLeft, nTop, nRight, nBottom); in Union()
682 const long nBottom(std::max(rRect.Top(), rRect.Bottom())); in Intersect() local
685 pNew->InsertBands(nTop, nBottom); in Intersect()
688 pNew->Intersect(nLeft, nTop, nRight, nBottom); in Intersect()
763 const long nBottom(std::max(rRect.Top(), rRect.Bottom())); in Exclude() local
766 pNew->InsertBands(nTop, nBottom); in Exclude()
769 pNew->Exclude(nLeft, nTop, nRight, nBottom); in Exclude()
848 const long nBottom(std::max(rRect.Top(), rRect.Bottom())); in XOr() local
851 pNew->InsertBands(nTop, nBottom); in XOr()
854 pNew->XOr(nLeft, nTop, nRight, nBottom); in XOr()