Lines Matching refs:nTop
135 const long nTop (::std::min(aStart.Y(), aEnd.Y())); in ImplRectilinearPolygonToBands() local
140 pRegionBand->ImplAddMissingBands(nTop,nBottom); in ImplRectilinearPolygonToBands()
144 while (pBand!=NULL && pBand->mnYBottom < nTop) in ImplRectilinearPolygonToBands()
151 && pBand->mnYTop<nTop in ImplRectilinearPolygonToBands()
153 && pBand->mnYBottom>=nTop in ImplRectilinearPolygonToBands()
158 pTopBand = pBand->SplitBand(nTop); in ImplRectilinearPolygonToBands()
585 const long nTop(std::min(rRect.Top(), rRect.Bottom())); in Union() local
590 pNew->InsertBands(nTop, nBottom); in Union()
593 pNew->Union(nLeft, nTop, nRight, nBottom); in Union()
678 const long nTop(std::min(rRect.Top(), rRect.Bottom())); in Intersect() local
683 pNew->InsertBands(nTop, nBottom); in Intersect()
686 pNew->Intersect(nLeft, nTop, nRight, nBottom); in Intersect()
759 const long nTop(std::min(rRect.Top(), rRect.Bottom())); in Exclude() local
764 pNew->InsertBands(nTop, nBottom); in Exclude()
767 pNew->Exclude(nLeft, nTop, nRight, nBottom); in Exclude()
844 const long nTop(std::min(rRect.Top(), rRect.Bottom())); in XOr() local
849 pNew->InsertBands(nTop, nBottom); in XOr()
852 pNew->XOr(nLeft, nTop, nRight, nBottom); in XOr()