Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/win/
DImageCairoWin.cpp52 …airo_win32_surface_create_with_dib (CAIRO_FORMAT_ARGB32, dibSection.dsBm.bmWidth, dibSection.dsBm.… in create()
73 bmpInfo.bmWidth, in getHBITMAPOfSize()
85 …drawFrameMatchingSourceSize(&gc, FloatRect(0.0f, 0.0f, bmpInfo.bmWidth, bmpInfo.bmHeight), IntSize… in getHBITMAPOfSize()
87 …draw(&gc, FloatRect(0.0f, 0.0f, bmpInfo.bmWidth, bmpInfo.bmHeight), FloatRect(0.0f, 0.0f, imageSiz… in getHBITMAPOfSize()
DImageCGWin.cpp53 …t(AdoptCF, CGBitmapContextCreate(dibSection.dsBm.bmBits, dibSection.dsBm.bmWidth, dibSection.dsBm.… in create()
72 … CGContextRef cgContext = CGBitmapContextCreate(bmpInfo.bmBits, bmpInfo.bmWidth, bmpInfo.bmHeight, in getHBITMAPOfSize()
79 …drawFrameMatchingSourceSize(&gc, FloatRect(0.0f, 0.0f, bmpInfo.bmWidth, bmpInfo.bmHeight), IntSize… in getHBITMAPOfSize()
81 …draw(&gc, FloatRect(0.0f, 0.0f, bmpInfo.bmWidth, bmpInfo.bmHeight), FloatRect(0.0f, 0.0f, imageSiz… in getHBITMAPOfSize()
DDIBPixelData.cpp46 m_size = IntSize(bmpInfo.bmWidth, bmpInfo.bmHeight); in initialize()
DGraphicsContextCairoWin.cpp56 info.bmWidth, in createCairoContextWithHDC()
/external/webkit/Source/WebCore/platform/win/
DCursorWin.cpp84 OwnPtr<HBITMAP> andMask(CreateBitmap(cursor.bmWidth, cursor.bmHeight, 1, 1, NULL)); in createSharedCursor()
85 OwnPtr<HBITMAP> xorMask(CreateCompatibleBitmap(dc, cursor.bmWidth, cursor.bmHeight)); in createSharedCursor()
91 BitBlt(andMaskDC, 0, 0, cursor.bmWidth, cursor.bmHeight, workingDC, 0, 0, SRCCOPY); in createSharedCursor()
95 BitBlt(xorMaskDC, 0, 0, cursor.bmWidth, cursor.bmHeight, andMaskDC, 0, 0, SRCCOPY); in createSharedCursor()
96 BitBlt(xorMaskDC, 0, 0, cursor.bmWidth, cursor.bmHeight, workingDC, 0,0, SRCAND); in createSharedCursor()
DDragImageCairoWin.cpp99 info.bmWidth, in createCairoContextFromBitmap()
DDragImageCGWin.cpp74 CGContextRef bitmapContext = CGBitmapContextCreate(info.bmBits, info.bmWidth, info.bmHeight, 8, in createCgContextFromBitmap()
DDragImageWin.cpp55 return IntSize(b.bmWidth, b.bmHeight); in dragImageSize()
DPopupMenuWin.cpp575 keepBitmap = bitmap.bmWidth == clientRect().width() in paint()
/external/webkit/Tools/DumpRenderTree/win/
DPixelDumpSupportWin.cpp75 CGContextRef context = CGBitmapContextCreate(info.bmBits, info.bmWidth, info.bmHeight, 8, in createBitmapContextFromWebView()
79 … info.bmWidth, info.bmHeight, info.bmWidthBytes); in createBitmapContextFromWebView()
/external/skia/src/images/
DSkMovie_gif.cpp200 int bmWidth = bm->width(); in fillRect() local
204 if (left + copyWidth > bmWidth) { in fillRect()
205 copyWidth = bmWidth - left; in fillRect()
215 dst += bmWidth; in fillRect()
/external/webkit/Source/WebCore/platform/graphics/wince/
DImageWinCE.cpp81 …drawFrameMatchingSourceSize(&gc, FloatRect(0, 0, bmpInfo.bmWidth, bmpInfo.bmHeight), IntSize(*size… in getHBITMAPOfSize()
83 …draw(&gc, FloatRect(0, 0, bmpInfo.bmWidth, bmpInfo.bmHeight), FloatRect(0, 0, imageSize.width(), i… in getHBITMAPOfSize()
/external/chromium/chrome/browser/
Dicon_loader_win.cc44 gfx::Size icon_size(bitmap_info.bmWidth, bitmap_info.bmHeight); in ReadIcon()
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebDragClient.cpp132 sdi.sizeDragImage.cx = b.bmWidth; in startDrag()
/external/qemu/android/camera/
Dcamera-capture-windows.c442 if (wcd->frame_bitmap->bmiHeader.biWidth != bitmap.bmWidth || in camera_device_start_capturing()
463 wcd->gdi_bitmap->bmiHeader.biSizeImage = bitmap.bmWidthBytes * bitmap.bmWidth; in camera_device_start_capturing()
/external/webkit/Source/WebKit2/UIProcess/win/
DWebPopupMenuProxyWin.cpp820 … keepBitmap = bitmap.bmWidth == clientRect().width() && bitmap.bmHeight == clientRect().height(); in paint()
/external/chromium/chrome/browser/task_manager/
Dtask_manager_resource_providers.cc1497 gfx::Size icon_size(bitmap_info.bmWidth, bitmap_info.bmHeight); in TaskManagerBrowserProcessResource()