Searched refs:InnerLooper (Results 1 – 3 of 3) sorted by relevance
94 class InnerLooper : protected Looper {98 inline InnerLooper(const RectsPtr &lhs, const RectsPtr &rhs) in InnerLooper() function100 InnerLooper(const OuterLooper &outer) : lhs_(outer.lhs_), rhs_(outer.rhs_) {} in InnerLooper() function101 ~InnerLooper() {} in ~InnerLooper()
179 void InnerLooper::Init(RectType relationship) in Init()207 RectType InnerLooper::NextRect(int &curLeft, int &curRight) in NextRect()216 inline void InnerLooper::MoveRect(bool moreLhs, bool moreRhs) in MoveRect()227 void InnerLooper::MoveRect(RectsPtr &r, int &left, int &right) in MoveRect()
290 InnerLooper inner(outer); in RegionOpAccelate()