HomeSort by relevance Sort by last modified time
    Searched refs:consider_right_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/base/
tiling_data.h 123 int consider_right_; member in class:cc::TilingData::DifferenceIterator
145 return index_x_ >= consider_left_ && index_x_ <= consider_right_ &&
153 return index_x_ >= consider_left_ && index_x_ <= consider_right_;
169 int consider_right_; member in class:cc::TilingData::SpiralDifferenceIterator
tiling_data.cc 372 consider_right_(-1),
396 consider_right_ =
414 ignore_right_ = std::min(ignore_right_, consider_right_);
418 if (ignore_left_ == consider_left_ && ignore_right_ == consider_right_ &&
439 if (index_x_ > consider_right_) {
447 if (in_ignore_rect() || index_x_ > consider_right_) {
473 consider_right_(-1),
503 consider_right_ =
519 ignore_right_ = std::min(ignore_right_, consider_right_);
523 if (ignore_left_ == consider_left_ && ignore_right_ == consider_right_ &
    [all...]

Completed in 435 milliseconds