Home
last modified time | relevance | path

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

/packages/apps/Gallery2/jni/filters/
Dtinyplanet.cc31 width_step_ = width * 4; in ImageRGBA()
44 return image_ + y * width_step_ + x * 4; in operator ()()
47 return image_ + y * width_step_ + x * 4; in operator ()()
54 int width_step_; member in ImageRGBA
/packages/apps/Camera2/jni/
Dtinyplanet.cc32 width_step_ = width * 4; in ImageRGBA()
45 return image_ + y * width_step_ + x * 4; in operator ()()
48 return image_ + y * width_step_ + x * 4; in operator ()()
55 int width_step_; member in ImageRGBA