Home
last modified time | relevance | path

Searched refs:bmWidth (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/images/
DSkMovie_gif.cpp202 int bmWidth = bm->width(); in fillRect() local
206 if (left + copyWidth > bmWidth) { in fillRect()
207 copyWidth = bmWidth - left; in fillRect()
217 dst += bmWidth; in fillRect()
/external/chromium_org/third_party/skia/src/images/
DSkMovie_gif.cpp202 int bmWidth = bm->width(); in fillRect() local
206 if (left + copyWidth > bmWidth) { in fillRect()
207 copyWidth = bmWidth - left; in fillRect()
217 dst += bmWidth; in fillRect()
/external/chromium/chrome/browser/
Dicon_loader_win.cc44 gfx::Size icon_size(bitmap_info.bmWidth, bitmap_info.bmHeight); in ReadIcon()
/external/qemu/android/camera/
Dcamera-capture-windows.c443 if (wcd->frame_bitmap->bmiHeader.biWidth != bitmap.bmWidth || in camera_device_start_capturing()
464 wcd->gdi_bitmap->bmiHeader.biSizeImage = bitmap.bmWidthBytes * bitmap.bmWidth; in camera_device_start_capturing()
/external/chromium_org/skia/ext/
Dbitmap_platform_device_win.cc260 rect.set(0, 0, bitmap_data.bmWidth, bitmap_data.bmHeight); in BitmapPlatformDevice()
Dvector_platform_device_emf_win.cc84 if (width == bitmap_data.bmWidth && in create()
87 bitmap_data.bmWidth, in create()
Dvector_canvas_unittest.cc110 width_ = bitmap_data.bmWidth; in Image()
/external/chromium_org/ui/gfx/
Dicon_util.cc313 gfx::Size icon_size(bitmap_info.bmWidth, bitmap_info.bmHeight); in CreateSkBitmapFromHICON()
/external/chromium/chrome/browser/task_manager/
Dtask_manager_resource_providers.cc1497 gfx::Size icon_size(bitmap_info.bmWidth, bitmap_info.bmHeight); in TaskManagerBrowserProcessResource()