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 122 int consider_right_; member in class:cc::TilingData::DifferenceIterator
144 return index_x_ >= consider_left_ && index_x_ <= consider_right_ &&
152 return index_x_ >= consider_left_ && index_x_ <= consider_right_;
168 int consider_right_; member in class:cc::TilingData::SpiralDifferenceIterator
tiling_data.cc 361 consider_right_(-1),
384 consider_right_ = tiling_data_->TileXIndexFromSrcCoord(consider.right() - 1);
397 ignore_right_ = std::min(ignore_right_, consider_right_);
401 if (ignore_left_ == consider_left_ && ignore_right_ == consider_right_ &&
422 if (index_x_ > consider_right_) {
430 if (in_ignore_rect() || index_x_ > consider_right_) {
456 consider_right_(-1),
486 consider_right_ = tiling_data_->TileXIndexFromSrcCoord(consider.right() - 1);
499 ignore_right_ = std::min(ignore_right_, consider_right_);
503 if (ignore_left_ == consider_left_ && ignore_right_ == consider_right_ &
    [all...]

Completed in 63 milliseconds