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

  /external/webkit/Source/WebCore/platform/graphics/win/
ImageCGWin.cpp 53 RetainPtr<CGContextRef> bitmapContext(AdoptCF, CGBitmapContextCreate(dibSection.dsBm.bmBits, dibSection.dsBm.bmWidth, dibSection.dsBm.bmHeight, 8,
72 CGContextRef cgContext = CGBitmapContextCreate(bmpInfo.bmBits, bmpInfo.bmWidth, bmpInfo.bmHeight,
79 drawFrameMatchingSourceSize(&gc, FloatRect(0.0f, 0.0f, bmpInfo.bmWidth, bmpInfo.bmHeight), IntSize(*size), ColorSpaceDeviceRGB, CompositeCopy);
81 draw(&gc, FloatRect(0.0f, 0.0f, bmpInfo.bmWidth, bmpInfo.bmHeight), FloatRect(0.0f, 0.0f, imageSize.width(), imageSize.height()), ColorSpaceDeviceRGB, CompositeCopy);
ImageCairoWin.cpp 52 cairo_surface_t* image = cairo_win32_surface_create_with_dib (CAIRO_FORMAT_ARGB32, dibSection.dsBm.bmWidth, dibSection.dsBm.bmHeight);
73 bmpInfo.bmWidth,
85 drawFrameMatchingSourceSize(&gc, FloatRect(0.0f, 0.0f, bmpInfo.bmWidth, bmpInfo.bmHeight), IntSize(*size), ColorSpaceDeviceRGB, CompositeCopy);
87 draw(&gc, FloatRect(0.0f, 0.0f, bmpInfo.bmWidth, bmpInfo.bmHeight), FloatRect(0.0f, 0.0f, imageSize.width(), imageSize.height()), ColorSpaceDeviceRGB, CompositeCopy);
DIBPixelData.cpp 46 m_size = IntSize(bmpInfo.bmWidth, bmpInfo.bmHeight);
GraphicsContextCairoWin.cpp 56 info.bmWidth,
  /external/chromium/chrome/browser/
icon_loader_win.cc 44 gfx::Size icon_size(bitmap_info.bmWidth, bitmap_info.bmHeight);
  /external/webkit/Tools/DumpRenderTree/win/
PixelDumpSupportWin.cpp 75 CGContextRef context = CGBitmapContextCreate(info.bmBits, info.bmWidth, info.bmHeight, 8,
79 info.bmWidth, info.bmHeight, info.bmWidthBytes);
  /packages/apps/Browser/src/com/android/browser/
WallpaperHandler.java 112 int bmWidth = options.outWidth;
116 while (bmWidth > maxWidth || bmHeight > maxHeight) {
118 bmWidth >>= 1;
  /external/webkit/Source/WebCore/platform/win/
CursorWin.cpp 84 OwnPtr<HBITMAP> andMask(CreateBitmap(cursor.bmWidth, cursor.bmHeight, 1, 1, NULL));
85 OwnPtr<HBITMAP> xorMask(CreateCompatibleBitmap(dc, cursor.bmWidth, cursor.bmHeight));
91 BitBlt(andMaskDC, 0, 0, cursor.bmWidth, cursor.bmHeight, workingDC, 0, 0, SRCCOPY);
95 BitBlt(xorMaskDC, 0, 0, cursor.bmWidth, cursor.bmHeight, andMaskDC, 0, 0, SRCCOPY);
96 BitBlt(xorMaskDC, 0, 0, cursor.bmWidth, cursor.bmHeight, workingDC, 0,0, SRCAND);
DragImageCGWin.cpp 74 CGContextRef bitmapContext = CGBitmapContextCreate(info.bmBits, info.bmWidth, info.bmHeight, 8,
DragImageCairoWin.cpp 99 info.bmWidth,
DragImageWin.cpp 55 return IntSize(b.bmWidth, b.bmHeight);
PopupMenuWin.cpp 575 keepBitmap = bitmap.bmWidth == clientRect().width()
  /external/skia/src/images/
SkMovie_gif.cpp 208 int bmWidth = bm->width();
212 if (left + copyWidth > bmWidth) {
213 copyWidth = bmWidth - left;
223 dst += bmWidth;
  /external/webkit/Source/WebCore/platform/graphics/wince/
ImageWinCE.cpp 81 drawFrameMatchingSourceSize(&gc, FloatRect(0, 0, bmpInfo.bmWidth, bmpInfo.bmHeight), IntSize(*size), ColorSpaceDeviceRGB, CompositeCopy);
83 draw(&gc, FloatRect(0, 0, bmpInfo.bmWidth, bmpInfo.bmHeight), FloatRect(0, 0, imageSize.width(), imageSize.height()), ColorSpaceDeviceRGB, CompositeCopy);
  /external/qemu/android/camera/
camera-capture-windows.c 373 if (wcd->frame_bitmap->bmiHeader.biWidth != bitmap.bmWidth ||
394 wcd->gdi_bitmap->bmiHeader.biSizeImage = bitmap.bmWidthBytes * bitmap.bmWidth;
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebDragClient.cpp 132 sdi.sizeDragImage.cx = b.bmWidth;
  /development/tools/emulator/opengl/host/libs/Translator/EGL/
EglWindowsApi.cpp 461 *width = bm.bmWidth;
  /external/webkit/Source/WebKit2/UIProcess/win/
WebPopupMenuProxyWin.cpp 820 keepBitmap = bitmap.bmWidth == clientRect().width() && bitmap.bmHeight == clientRect().height();
  /external/chromium/chrome/browser/task_manager/
task_manager_resource_providers.cc     [all...]
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 227 milliseconds