Searched refs:OuterLooper (Results 1 – 3 of 3) sorted by relevance
70 class OuterLooper : protected Looper {74 inline OuterLooper(const RectsPtr &lhs, const RectsPtr &rhs) : lhs_(lhs), rhs_(rhs) in OuterLooper() function85 ~OuterLooper() {} in ~OuterLooper()100 InnerLooper(const OuterLooper &outer) : lhs_(outer.lhs_), rhs_(outer.rhs_) {} in InnerLooper()
137 RectType OuterLooper::NextScanline(int &curTop, int &curBottom) in NextScanline()146 inline void OuterLooper::MoveScanline(bool moreLhs, bool moreRhs) in MoveScanline()157 void OuterLooper::MoveScanline(RectsPtr &r, int &top, int &bottom) in MoveScanline()
287 OuterLooper outer(lhs, rhs); in RegionOpAccelate()