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

  /packages/apps/Camera2/jni/
tinyplanet.cc 32 width_step_ = width * 4;
45 return image_ + y * width_step_ + x * 4;
48 return image_ + y * width_step_ + x * 4;
55 int width_step_; member in class:ImageRGBA
  /packages/apps/Gallery2/jni/filters/
tinyplanet.cc 31 width_step_ = width * 4;
44 return image_ + y * width_step_ + x * 4;
47 return image_ + y * width_step_ + x * 4;
54 int width_step_; member in class:ImageRGBA

Completed in 920 milliseconds