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

  /external/chromium_org/third_party/skia/src/images/
SkMovie_gif.cpp 203 int bmHeight = bm->height();
211 if (top + copyHeight > bmHeight) {
212 copyHeight = bmHeight - top;
  /external/skia/src/images/
SkMovie_gif.cpp 203 int bmHeight = bm->height();
211 if (top + copyHeight > bmHeight) {
212 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;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wtypes.h 512 LONG bmHeight;
wingdi.h 462 LONG bmHeight;
    [all...]
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 588 milliseconds