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

  /external/chromium_org/cc/base/
tiling_data.h 120 int consider_left_; 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_;
166 int consider_left_; member in class:cc::TilingData::SpiralDifferenceIterator
tiling_data.cc 359 consider_left_(-1),
382 consider_left_ = tiling_data_->TileXIndexFromSrcCoord(consider.x());
395 ignore_left_ = std::max(ignore_left_, consider_left_);
401 if (ignore_left_ == consider_left_ && ignore_right_ == consider_right_ &&
407 index_x_ = consider_left_;
423 index_x_ = consider_left_;
432 index_x_ = consider_left_;
454 consider_left_(-1),
484 consider_left_ = tiling_data_->TileXIndexFromSrcCoord(consider.x());
497 ignore_left_ = std::max(ignore_left_, consider_left_);
    [all...]

Completed in 591 milliseconds