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

  /external/chromium/chrome/browser/
icon_loader_win.cc 44 gfx::Size icon_size(bitmap_info.bmWidth, bitmap_info.bmHeight);
  /packages/apps/Browser/src/com/android/browser/
WallpaperHandler.java 113 int bmHeight = options.outHeight;
116 while (bmWidth > maxWidth || bmHeight > maxHeight) {
119 bmHeight >>= 1;
  /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;
  /external/chromium_org/skia/ext/
bitmap_platform_device_win.cc 260 rect.set(0, 0, bitmap_data.bmWidth, bitmap_data.bmHeight);
vector_platform_device_emf_win.cc 85 height == bitmap_data.bmHeight) {
88 bitmap_data.bmHeight,
vector_canvas_unittest.cc 111 height_ = bitmap_data.bmHeight;
  /external/chromium_org/third_party/openssl/openssl/crypto/rand/
rand_win.c 772 size = (unsigned int)bm.bmWidthBytes * bm.bmHeight * bm.bmPlanes;
  /external/openssl/crypto/rand/
rand_win.c 772 size = (unsigned int)bm.bmWidthBytes * bm.bmHeight * bm.bmPlanes;
  /external/chromium_org/ui/gfx/
icon_util.cc 313 gfx::Size icon_size(bitmap_info.bmWidth, bitmap_info.bmHeight);
  /external/qemu/android/camera/
camera-capture-windows.c 444 wcd->frame_bitmap->bmiHeader.biHeight != bitmap.bmHeight ) {
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglWindowsApi.cpp 466 *height = bm.bmHeight;
  /external/chromium/chrome/browser/task_manager/
task_manager_resource_providers.cc     [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 1689 milliseconds