HomeSort by relevance Sort by last modified time
    Searched refs:HBITMAP (Results 26 - 50 of 56) sorted by null

12 3

  /external/webkit/WebCore/platform/graphics/win/
ImageCairoWin.cpp 38 PassRefPtr<BitmapImage> BitmapImage::create(HBITMAP hBitmap)
41 if (!GetObject(hBitmap, sizeof(DIBSECTION), &dibSection))
58 bool BitmapImage::getHBITMAPOfSize(HBITMAP bmp, LPSIZE size)
GraphicsContextCGWin.cpp 42 HBITMAP bitmap = static_cast<HBITMAP>(GetCurrentObject(hdc, OBJ_BITMAP));
86 HBITMAP bitmap = static_cast<HBITMAP>(GetCurrentObject(hdc, OBJ_BITMAP));
GraphicsContextWin.cpp 48 static void fillWithClearColor(HBITMAP bitmap)
114 HBITMAP bitmap = ::CreateDIBSection(NULL, &bitmapInfo, DIB_RGB_COLORS, &pixels, 0, 0);
  /external/webkit/JavaScriptCore/wtf/wince/
MemoryManager.cpp 52 HBITMAP MemoryManager::createCompatibleBitmap(HDC hdc, int width, int height)
57 HBITMAP MemoryManager::createDIBSection(const BITMAPINFO* pbmi, void** ppvBits)
  /external/webkit/WebCore/platform/
PopupMenu.h 42 typedef struct HBITMAP__* HBITMAP;
166 HBITMAP m_bmp;
  /external/webkit/WebKit/win/Interfaces/
DOMPrivate.idl 49 HRESULT renderedImage([out, retval] HBITMAP* image);
  /external/webkit/WebKitTools/DumpRenderTree/win/
PixelDumpSupportWin.cpp 62 HBITMAP bitmap = CreateDIBSection(0, &bmp, DIB_RGB_COLORS, &bits, 0, 0);
  /external/chromium/base/
scoped_handle_win.h 190 typedef ScopedGDIObject<HBITMAP> ScopedBitmap;
  /external/qemu/distrib/sdl-1.2.12/src/video/gapi/
SDL_gapivideo.h 129 HBITMAP screen_bmp;
SDL_gapivideo.c     [all...]
  /external/webkit/WebCore/page/
Frame.h 57 typedef struct HBITMAP__* HBITMAP;
302 HBITMAP nodeImage(Node*) const;
  /external/webkit/WebCore/platform/graphics/qt/
ImageQt.cpp 217 PassRefPtr<BitmapImage> BitmapImage::create(HBITMAP hBitmap)
219 return BitmapImage::create(new QPixmap(QPixmap::fromWinHBITMAP(hBitmap)));
GraphicsContextQt.cpp     [all...]
  /external/webkit/WebKit/win/
FullscreenVideoController.h 152 OwnPtr<HBITMAP> m_bitmap;
WebNodeHighlight.cpp 153 OwnPtr<HBITMAP> hbmp(::CreateDIBSection(hdc, &bitmapInfo, DIB_RGB_COLORS, &pixels, 0, 0));
  /external/webkit/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 595 HBITMAP bitmap = ::CreateDIBSection(0, &bitmapInfo, DIB_RGB_COLORS, &pixels, 0, 0);
621 HBITMAP bitmap = static_cast<HBITMAP>(GetCurrentObject(hdc, OBJ_BITMAP));
  /external/openssl/crypto/rand/
rand_win.c 743 HBITMAP hBitmap; /* handle for our bitmap */
744 HBITMAP hOldBitmap; /* handle for previous bitmap */
765 hBitmap = CreateCompatibleBitmap(hScrDC, w, n);
768 hOldBitmap = SelectObject(hMemDC, hBitmap);
771 GetObject(hBitmap, sizeof(BITMAP), (LPSTR)&bm);
785 GetBitmapBits(hBitmap, size, bmbits);
798 hBitmap = SelectObject(hMemDC, hOldBitmap);
801 DeleteObject(hBitmap);
  /external/webkit/WebKit/win/WebCoreSupport/
WebDragClient.cpp 50 HBITMAP allocImage(HDC dc, IntSize size, PlatformGraphicsContext** targetRef);
275 HBITMAP image = 0;
  /external/webkit/WebCore/platform/wince/
PasteboardWince.cpp 218 HBITMAP resultBitmap = sourceBmp->clipBitmap(rect, true, bmpInfo, pixels);
  /external/webkit/WebCore/platform/win/
WCDataObject.cpp 292 pMedDest->hBitmap = (HBITMAP)OleDuplicateData(pMedSrc->hBitmap,pFmtSrc->cfFormat, 0);
ScrollbarThemeWin.cpp 255 HBITMAP patternBitmap = ::CreateBitmap(8, 8, 1, 1, patternBits);
ClipboardWin.cpp 636 HBITMAP result = 0;
  /external/webkit/WebCore/plugins/win/
PluginViewWin.cpp     [all...]
  /external/webkit/WebCore/platform/graphics/
GraphicsContext.h 390 HBITMAP m_bitmap;
  /external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
SDL_os2fslib.c     [all...]

Completed in 5785 milliseconds

12 3