Lines Matching refs:nTop

85     const long nTop(std::min(rRect.Top(), rRect.Bottom()));  in RegionBand()  local
91 mpFirstBand = new ImplRegionBand(nTop, nBottom); in RegionBand()
375 void RegionBand::ImplAddMissingBands(const long nTop, const long nBottom) in ImplAddMissingBands() argument
381 long nCurrentTop (nTop); in ImplAddMissingBands()
395 nCurrentTop = ::std::max(nTop, pBand->mnYBottom+1); in ImplAddMissingBands()
728 void RegionBand::InsertBands(long nTop, long nBottom) in InsertBands() argument
734 mpFirstBand = new ImplRegionBand( nTop, nBottom ); in InsertBands()
747 if ( nTop < mpFirstBand->mnYTop ) in InsertBands()
750 pNewBand = new ImplRegionBand( nTop, mpFirstBand->mnYTop ); in InsertBands()
772 bTopBoundaryInserted = InsertSingleBand( pBand, nTop - 1 ); in InsertBands()
777 bTop2BoundaryInserted = InsertSingleBand( pBand, nTop ); in InsertBands()
780 if ( !bBottomBoundaryInserted && (nTop != nBottom) ) in InsertBands()
899 void RegionBand::Union(long nLeft, long nTop, long nRight, long nBottom) in Union() argument
902 DBG_ASSERT( nTop <= nBottom, "RegionBand::Union() - nTop > nBottom" ); in Union()
908 if ( pBand->mnYTop >= nTop ) in Union()
936 void RegionBand::Intersect(long nLeft, long nTop, long nRight, long nBottom) in Intersect() argument
945 if((pBand->mnYTop >= nTop) && (pBand->mnYBottom <= nBottom)) in Intersect()
998 void RegionBand::Exclude(long nLeft, long nTop, long nRight, long nBottom) in Exclude() argument
1001 DBG_ASSERT( nTop <= nBottom, "RegionBand::Exclude() - nTop > nBottom" ); in Exclude()
1008 if(pBand->mnYTop >= nTop) in Exclude()
1040 void RegionBand::XOr(long nLeft, long nTop, long nRight, long nBottom) in XOr() argument
1043 DBG_ASSERT( nTop <= nBottom, "RegionBand::Exclude() - nTop > nBottom" ); in XOr()
1050 if(pBand->mnYTop >= nTop) in XOr()