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

12 3 4

  /external/webkit/Tools/DumpRenderTree/cairo/
PixelDumpSupportCairo.h 44 typedef HBITMAP PlatformBitmapBuffer;
  /external/webkit/Tools/DumpRenderTree/cg/
PixelDumpSupportCG.h 47 typedef HBITMAP PlatformBitmapBuffer;
  /frameworks/native/opengl/include/EGL/
eglplatform.h 77 typedef HBITMAP EGLNativePixmapType;
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/EGL/
eglplatform.h 72 typedef HBITMAP EGLNativePixmapType;
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/EGL/
eglplatform.h 72 typedef HBITMAP EGLNativePixmapType;
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/EGL/
eglplatform.h 72 typedef HBITMAP EGLNativePixmapType;
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/EGL/
eglplatform.h 72 typedef HBITMAP EGLNativePixmapType;
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/EGL/
eglplatform.h 72 typedef HBITMAP EGLNativePixmapType;
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/EGL/
eglplatform.h 72 typedef HBITMAP EGLNativePixmapType;
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/EGL/
eglplatform.h 72 typedef HBITMAP EGLNativePixmapType;
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/EGL/
eglplatform.h 72 typedef HBITMAP EGLNativePixmapType;
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/EGL/
eglplatform.h 72 typedef HBITMAP EGLNativePixmapType;
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/EGL/
eglplatform.h 72 typedef HBITMAP EGLNativePixmapType;
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/EGL/
eglplatform.h 72 typedef HBITMAP EGLNativePixmapType;
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/EGL/
eglplatform.h 72 typedef HBITMAP EGLNativePixmapType;
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/EGL/
eglplatform.h 72 typedef HBITMAP EGLNativePixmapType;
  /external/webkit/Source/WebCore/platform/
DragImage.h 45 typedef struct HBITMAP__* HBITMAP;
74 typedef HBITMAP DragImageRef;
  /external/webkit/Source/WebCore/platform/win/
PopupMenuWin.h 35 typedef struct HBITMAP__* HBITMAP;
118 HBITMAP m_bmp;
  /external/webkit/Source/WebKit/win/
WebIconDatabase.cpp 179 if (!icon->getHBITMAPOfSize((HBITMAP)(ULONG64)*bitmap, size)) {
180 LOG_ERROR("Failed to draw Image to HBITMAP");
283 HBITMAP createDIB(LPSIZE size)
288 HBITMAP result = CreateDIBSection(dc, &bmInfo, DIB_RGB_COLORS, 0, 0, 0);
294 HBITMAP WebIconDatabase::getOrCreateSharedBitmap(LPSIZE size)
296 HBITMAP result = m_sharedIconMap.get(*size);
304 HBITMAP WebIconDatabase::getOrCreateDefaultIconBitmap(LPSIZE size)
306 HBITMAP result = m_defaultIconMap.get(*size);
314 LOG_ERROR("Failed to draw Image to HBITMAP");
  /external/webkit/Source/WebCore/page/wince/
FrameWinCE.cpp 107 HBITMAP imageFromSelection(Frame* frame, bool forceBlackText)
132 HBITMAP hBmp = CreateCompatibleBitmap(g_screenDC, w, h);
  /external/webkit/Source/WebCore/platform/graphics/win/
ImageCGWin.cpp 39 PassRefPtr<BitmapImage> BitmapImage::create(HBITMAP hBitmap)
42 if (!GetObject(hBitmap, sizeof(DIBSECTION), &dibSection))
62 bool BitmapImage::getHBITMAPOfSize(HBITMAP bmp, LPSIZE size)
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));
101 OwnPtr<HBITMAP> bitmap = adoptPtr(static_cast<HBITMAP>(GetCurrentObject(hdc, OBJ_BITMAP)));
  /external/chromium/webkit/glue/
webcursor_win.cc 164 HBITMAP bitmap_handle = CreateDIBSection(
171 HBITMAP old_bitmap = reinterpret_cast<HBITMAP>(
176 HBITMAP mask = CreateBitmap(
  /external/webkit/Source/WebKit2/UIProcess/
BackingStore.h 82 OwnPtr<HBITMAP> m_bitmap;

Completed in 497 milliseconds

12 3 4