HomeSort by relevance Sort by last modified time
    Searched refs:bmHeight (Results 1 - 25 of 25) 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,
70 int bufferSize = bmpInfo.bmWidthBytes * bmpInfo.bmHeight;
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);
67 int bufferSize = bmpInfo.bmWidthBytes * bmpInfo.bmHeight;
74 bmpInfo.bmHeight,
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 45 m_bitmapBufferLength = bmpInfo.bmWidthBytes * bmpInfo.bmHeight;
46 m_size = IntSize(bmpInfo.bmWidth, bmpInfo.bmHeight);
GraphicsContextCairoWin.cpp 57 info.bmHeight,
GraphicsContextWin.cpp 50 int bufferSize = bmpInfo.bmWidthBytes * bmpInfo.bmHeight;
  /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 113 int bmHeight = options.outHeight;
116 while (bmWidth > maxWidth || bmHeight > maxHeight) {
119 bmHeight >>= 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 100 info.bmHeight,
DragImageWin.cpp 55 return IntSize(b.bmWidth, b.bmHeight);
PopupMenuWin.cpp 576 && bitmap.bmHeight == clientRect().height();
  /external/webkit/Source/WebCore/platform/graphics/wince/
ImageWinCE.cpp 71 int bufferSize = bmpInfo.bmWidthBytes * bmpInfo.bmHeight;
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/webkit/Source/WebKit/win/WebCoreSupport/
WebDragClient.cpp 133 sdi.sizeDragImage.cy = b.bmHeight;
139 sdi.ptOffset.y = b.bmHeight - sdi.ptOffset.y;
  /external/skia/src/images/
SkMovie_gif.cpp 209 int bmHeight = bm->height();
217 if (top + copyHeight > bmHeight) {
218 copyHeight = bmHeight - top;
  /external/openssl/crypto/rand/
rand_win.c 772 size = (unsigned int)bm.bmWidthBytes * bm.bmHeight * bm.bmPlanes;
  /external/qemu/android/camera/
camera-capture-windows.c 374 wcd->frame_bitmap->bmiHeader.biHeight != bitmap.bmHeight ) {
  /development/tools/emulator/opengl/host/libs/Translator/EGL/
EglWindowsApi.cpp 462 *height = bm.bmHeight;
  /external/webkit/Source/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 645 int bufferSize = bmpInfo.bmWidthBytes * bmpInfo.bmHeight;
  /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...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp     [all...]
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 1302 milliseconds