Home
last modified time | relevance | path

Searched refs:horizontal_step_count_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/cc/base/
Dtiling_data.h160 : horizontal_step_count_; in current_step_count()
181 int horizontal_step_count_; variable
Dtiling_data.cc466 horizontal_step_count_(0), in SpiralDifferenceIterator()
550 horizontal_step_count_ = around_right - around_left + 1; in SpiralDifferenceIterator()
551 current_step_ = horizontal_step_count_ - 1; in SpiralDifferenceIterator()
664 ++horizontal_step_count_; in switch_direction()