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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
ImageLoader.java 303 int width_tmp = o.outWidth; local
306 mOriginalBounds = new Rect(0, 0, width_tmp, height_tmp);
310 if (width_tmp <= 2 || height_tmp <= 2) {
314 || (width_tmp <= MAX_BITMAP_DIM
316 if (width_tmp / 2 < size || height_tmp / 2 < size) {
320 width_tmp /= 2;
  /external/libyuv/files/source/
row_posix.cc 2133 size_t width_tmp = static_cast<size_t>(width); local
2148 size_t width_tmp = static_cast<size_t>(width); local
2161 size_t width_tmp = static_cast<size_t>(width); local
    [all...]

Completed in 439 milliseconds