HomeSort by relevance Sort by last modified time
    Searched refs:HBITMAP (Results 1 - 25 of 125) sorted by null

1 2 3 4 5

  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
desktop_frame_win.h 31 HBITMAP bitmap() { return bitmap_; }
38 HBITMAP bitmap);
40 HBITMAP bitmap_;
desktop_frame_win.cc 21 HBITMAP bitmap)
50 HBITMAP bitmap = CreateDIBSection(hdc, &bmi, DIB_RGB_COLORS, &data,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
wmesadef.h 34 HBITMAP hbmDIB;
35 HBITMAP hOldBitmap;
  /external/mesa3d/src/mesa/drivers/windows/gdi/
wmesadef.h 34 HBITMAP hbmDIB;
35 HBITMAP hOldBitmap;
  /external/pdfium/core/include/fxge/
fx_ge_win32.h 33 static HBITMAP GetDDBitmap(const CFX_DIBitmap* pBitmap, HDC hDC);
35 static CFX_DIBitmap* LoadFromDDB(HDC hDC, HBITMAP hBitmap, FX_DWORD* pPalette = NULL, FX_DWORD size = 256);
55 HBITMAP GetWindowsBitmap() const
67 HBITMAP m_hBitmap;
69 HBITMAP m_hOldBitmap;
98 HBITMAP m_hBitmap;
100 HBITMAP m_hOldBitmap;
  /external/pdfium/fpdfsdk/include/
fsdk_rendercontext.h 28 HBITMAP m_hBitmap;
  /external/chromium_org/ui/base/dragdrop/
drag_utils_win.cc 24 static void SetDragImageOnDataObject(HBITMAP hbitmap,
35 sdi.hbmpDragImage = hbitmap;
41 // Blit the contents of the canvas to a new HBITMAP. It is the caller's
43 static HBITMAP CreateHBITMAPFromSkBitmap(const SkBitmap& sk_bitmap) {
48 HBITMAP bitmap =
66 // SetDragImageOnDataObject(HBITMAP) takes ownership of the bitmap.
67 HBITMAP bitmap = CreateHBITMAPFromSkBitmap(
  /external/chromium_org/skia/ext/
bitmap_platform_device_win.h 76 BitmapPlatformDevice(HBITMAP hbitmap, const SkBitmap& bitmap);
81 HBITMAP hbitmap_;
85 HBITMAP old_hbitmap_;
bitmap_platform_device_win.cc 19 HBITMAP CreateHBitmap(int width, int height, bool is_opaque,
41 HBITMAP hbitmap = CreateDIBSection(NULL, reinterpret_cast<BITMAPINFO*>(&hdr), local
47 if (!hbitmap)
51 return hbitmap;
62 old_hbitmap_ = static_cast<HBITMAP>(SelectObject(hdc_, hbitmap_));
102 DeleteObject(static_cast<HBITMAP>(context));
106 bool is_opaque, void* data, HBITMAP hbitmap) {
112 DeleteHBitmapCallback, hbitmap);
126 HBITMAP hbitmap = CreateHBitmap(width, height, is_opaque, shared_section, local
304 HBITMAP hbitmap = CreateHBitmap(width, height, is_opaque, 0, &data); local
    [all...]
  /external/chromium_org/third_party/angle/include/EGL/
eglplatform.h 77 typedef HBITMAP EGLNativePixmapType;
  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibvideo.h 33 HBITMAP screen_bmp;
  /sdk/emulator/opengl/host/libs/Translator/include/EGL/
eglplatform.h 72 typedef HBITMAP EGLNativePixmapType;
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
scoped_gdi_object.h 89 typedef ScopedGDIObject<HBITMAP, DeleteObjectTraits<HBITMAP> > ScopedBitmap;
  /development/ndk/platforms/android-9/include/EGL/
eglplatform.h 72 typedef HBITMAP EGLNativePixmapType;
  /external/chromium_org/base/win/
scoped_gdi_object.h 69 typedef ScopedGDIObject<HBITMAP> ScopedBitmap;
  /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;

Completed in 944 milliseconds

1 2 3 4 5