/external/webkit/Source/WebCore/platform/graphics/win/ |
D | ImageCairoWin.cpp | 52 …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()
|
D | ImageCGWin.cpp | 53 …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()
|
D | DIBPixelData.cpp | 46 m_size = IntSize(bmpInfo.bmWidth, bmpInfo.bmHeight); in initialize()
|
D | GraphicsContextCairoWin.cpp | 56 info.bmWidth, in createCairoContextWithHDC()
|
/external/webkit/Source/WebCore/platform/win/ |
D | CursorWin.cpp | 84 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()
|
D | DragImageCairoWin.cpp | 99 info.bmWidth, in createCairoContextFromBitmap()
|
D | DragImageCGWin.cpp | 74 CGContextRef bitmapContext = CGBitmapContextCreate(info.bmBits, info.bmWidth, info.bmHeight, 8, in createCgContextFromBitmap()
|
D | DragImageWin.cpp | 55 return IntSize(b.bmWidth, b.bmHeight); in dragImageSize()
|
D | PopupMenuWin.cpp | 575 keepBitmap = bitmap.bmWidth == clientRect().width() in paint()
|
/external/webkit/Tools/DumpRenderTree/win/ |
D | PixelDumpSupportWin.cpp | 75 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/ |
D | SkMovie_gif.cpp | 200 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/ |
D | ImageWinCE.cpp | 81 …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/ |
D | icon_loader_win.cc | 44 gfx::Size icon_size(bitmap_info.bmWidth, bitmap_info.bmHeight); in ReadIcon()
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
D | WebDragClient.cpp | 132 sdi.sizeDragImage.cx = b.bmWidth; in startDrag()
|
/external/qemu/android/camera/ |
D | camera-capture-windows.c | 442 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/ |
D | WebPopupMenuProxyWin.cpp | 820 … keepBitmap = bitmap.bmWidth == clientRect().width() && bitmap.bmHeight == clientRect().height(); in paint()
|
/external/chromium/chrome/browser/task_manager/ |
D | task_manager_resource_providers.cc | 1497 gfx::Size icon_size(bitmap_info.bmWidth, bitmap_info.bmHeight); in TaskManagerBrowserProcessResource()
|