HomeSort by relevance Sort by last modified time
    Searched defs:bmHeight (Results 1 - 4 of 4) sorted by null

  /external/skia/src/images/
SkMovie_gif.cpp 209 int bmHeight = bm->height();
217 if (top + copyHeight > bmHeight) {
218 copyHeight = bmHeight - top;
  /packages/apps/Browser/src/com/android/browser/
WallpaperHandler.java 113 int bmHeight = options.outHeight;
116 while (bmWidth > maxWidth || bmHeight > maxHeight) {
119 bmHeight >>= 1;
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 49 milliseconds