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

  /external/skia/src/images/
SkMovie_gif.cpp 208 int bmWidth = bm->width();
212 if (left + copyWidth > bmWidth) {
213 copyWidth = bmWidth - left;
223 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;
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 2362 milliseconds