Lines Matching refs:nTop
137 const long nTop (::std::min(aStart.Y(), aEnd.Y())); in ImplRectilinearPolygonToBands() local
142 pRegionBand->ImplAddMissingBands(nTop,nBottom); in ImplRectilinearPolygonToBands()
146 while (pBand!=NULL && pBand->mnYBottom < nTop) in ImplRectilinearPolygonToBands()
153 && pBand->mnYTop<nTop in ImplRectilinearPolygonToBands()
155 && pBand->mnYBottom>=nTop in ImplRectilinearPolygonToBands()
160 pTopBand = pBand->SplitBand(nTop); in ImplRectilinearPolygonToBands()
587 const long nTop(std::min(rRect.Top(), rRect.Bottom())); in Union() local
592 pNew->InsertBands(nTop, nBottom); in Union()
595 pNew->Union(nLeft, nTop, nRight, nBottom); in Union()
680 const long nTop(std::min(rRect.Top(), rRect.Bottom())); in Intersect() local
685 pNew->InsertBands(nTop, nBottom); in Intersect()
688 pNew->Intersect(nLeft, nTop, nRight, nBottom); in Intersect()
761 const long nTop(std::min(rRect.Top(), rRect.Bottom())); in Exclude() local
766 pNew->InsertBands(nTop, nBottom); in Exclude()
769 pNew->Exclude(nLeft, nTop, nRight, nBottom); in Exclude()
846 const long nTop(std::min(rRect.Top(), rRect.Bottom())); in XOr() local
851 pNew->InsertBands(nTop, nBottom); in XOr()
854 pNew->XOr(nLeft, nTop, nRight, nBottom); in XOr()