Searched refs:curTop (Results 1 – 2 of 2) sorted by relevance
137 RectType OuterLooper::NextScanline(int &curTop, int &curBottom) in NextScanline() argument141 RectType relationships = Looper::GetEdgeRelation(curTop, curBottom, moreLhs, moreRhs); in NextScanline()162 int curTop = rect->top_; in MoveScanline() local163 while (rect != rectEnd && rect->top_ == curTop) { in MoveScanline()230 int curTop = r.rects_->top_; in MoveRect() local233 if (r.count_ > 0 && r.rects_->top_ == curTop) { in MoveRect()
86 RectType NextScanline(int &curTop, int &curBottom);