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 161 : horizontal_step_count_;
182 int horizontal_step_count_; member in class:cc::TilingData::SpiralDifferenceIterator
tiling_data.cc 483 horizontal_step_count_(0),
572 horizontal_step_count_ = around_right - around_left + 1;
573 current_step_ = horizontal_step_count_ - 1;
686 ++horizontal_step_count_;

Completed in 4725 milliseconds