Searched refs:width_step_ (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera2/jni/
H A Dtinyplanet.cc32 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/
H A Dtinyplanet.cc31 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 96 milliseconds