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

  /external/chromium_org/ppapi/examples/2d/
scroll.cc 39 current_step_(0),
61 current_step_++;
80 int x_origin = current_step_ * kAdvanceXPerFrame;
81 int y_origin = current_step_ * kAdvanceYPerFrame;
103 int current_step_; member in class:MyInstance
  /external/chromium_org/cc/base/
tiling_data.cc 482 current_step_(0),
573 current_step_ = horizontal_step_count_ - 1;
592 ++current_step_;
619 int max_steps = current_step_count() - current_step_;
626 current_step_ += steps_to_take;
628 int max_steps = current_step_count() - current_step_;
658 current_step_ += steps_to_take;
673 return current_step_ >= current_step_count();
681 current_step_ = 0;
tiling_data.h 181 int current_step_; member in class:cc::TilingData::SpiralDifferenceIterator

Completed in 46 milliseconds