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

  /external/chromium_org/cc/base/
tiling_data.h 160 : horizontal_step_count_;
181 int horizontal_step_count_; member in class:cc::TilingData::SpiralDifferenceIterator
tiling_data.cc 466 horizontal_step_count_(0),
550 horizontal_step_count_ = around_right - around_left + 1;
551 current_step_ = horizontal_step_count_ - 1;
664 ++horizontal_step_count_;

Completed in 204 milliseconds