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

  /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 1342 milliseconds