Lines Matching refs:ranges
61 // Use different value to differentiate lhs and rhs ranges.
91 int positive_count_ = 0; // used for counting current lhs ranges
92 int negative_count_ = 0; // used for counting current rhs ranges
125 // get ranges where positive_count_ or negtive_count_ is positive
127 // get ranges where positive_count_ and negtive_count_ are both positive
129 // get ranges where positive_count_ is positive and negtive_count_ not
131 // get ranges where either positive_count_ and negtive_count_ are both positive
263 // update tmp rects and region according to current ranges
264 void UpdateRects(Rects& r, std::vector<Range>& ranges, std::vector<int>& indexAt, Region& res);
265 // get ranges from segmentTree node according to logical operation type
266 void getRange(std::vector<Range>& ranges, Node& node, OP op);