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

  /external/chromium_org/cc/base/
tiling_data.h 159 int current_step_count() const { function in class:cc::TilingData::SpiralDifferenceIterator
tiling_data.cc 619 int max_steps = current_step_count() - current_step_;
628 int max_steps = current_step_count() - current_step_;
673 return current_step_ >= current_step_count();

Completed in 139 milliseconds