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

  /external/chromium_org/third_party/skia/src/images/
SkMovie_gif.cpp 202 int bmWidth = bm->width();
206 if (left + copyWidth > bmWidth) {
207 copyWidth = bmWidth - left;
217 dst += bmWidth;
  /external/skia/src/images/
SkMovie_gif.cpp 202 int bmWidth = bm->width();
206 if (left + copyWidth > bmWidth) {
207 copyWidth = bmWidth - left;
217 dst += bmWidth;
  /packages/apps/Browser/src/com/android/browser/
WallpaperHandler.java 112 int bmWidth = options.outWidth;
116 while (bmWidth > maxWidth || bmHeight > maxHeight) {
118 bmWidth >>= 1;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wtypes.h 511 LONG bmWidth;
wingdi.h 461 LONG bmWidth;
    [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 276 milliseconds