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

1 2 3 4 5

  /external/webrtc/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/libgdx/extensions/gdx-box2d/gdx-box2d/jni/jni-headers/win32/
jawt_md.h 26 HBITMAP hbitmap; member in union:jawt_Win32DrawingSurfaceInfo::__anon14809
  /external/libgdx/extensions/gdx-bullet/jni/jni-headers/win32/
jawt_md.h 26 HBITMAP hbitmap; member in union:jawt_Win32DrawingSurfaceInfo::__anon14825
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/jni-headers/win32/
jawt_md.h 26 HBITMAP hbitmap; member in union:jawt_Win32DrawingSurfaceInfo::__anon14924
  /external/libgdx/extensions/gdx-freetype/jni/jni-headers/win32/
jawt_md.h 26 HBITMAP hbitmap; member in union:jawt_Win32DrawingSurfaceInfo::__anon14974
  /external/libgdx/extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/resources/headers/win32/
jawt_md.h 26 HBITMAP hbitmap; member in union:jawt_Win32DrawingSurfaceInfo::__anon14990
  /external/libgdx/gdx/jni/jni-headers/win32/
jawt_md.h 26 HBITMAP hbitmap; member in union:jawt_Win32DrawingSurfaceInfo::__anon15026
  /external/mesa3d/src/mesa/drivers/windows/gdi/
wmesadef.h 34 HBITMAP hbmDIB;
35 HBITMAP hOldBitmap;
  /external/pdfium/core/include/fxge/
fx_ge_win32.h 31 static HBITMAP GetDDBitmap(const CFX_DIBitmap* pBitmap, HDC hDC);
34 HBITMAP hBitmap,
52 HBITMAP GetWindowsBitmap() const { return m_hBitmap; }
61 HBITMAP m_hBitmap;
63 HBITMAP m_hOldBitmap;
90 HBITMAP m_hBitmap;
92 HBITMAP m_hOldBitmap;
  /external/pdfium/fpdfsdk/include/
fsdk_rendercontext.h 28 HBITMAP m_hBitmap;
  /external/lzma/CPP/Windows/Control/
ImageList.h 59 int Add(HBITMAP hbmImage, HBITMAP hbmMask = 0)
61 int AddMasked(HBITMAP hbmImage, COLORREF mask)
  /external/libchrome/base/win/
scoped_gdi_object.h 37 typedef ScopedGDIObject<HBITMAP> ScopedBitmap;
  /external/webrtc/webrtc/modules/desktop_capture/win/
scoped_gdi_object.h 89 typedef ScopedGDIObject<HBITMAP, DeleteObjectTraits<HBITMAP> > ScopedBitmap;
  /external/ImageMagick/coders/
clipboard.c 135 HBITMAP
142 bitmapH=(HBITMAP) GetClipboardData(CF_BITMAP);
154 HBITMAP
155 hBitmap,
168 hOldBitmap=(HBITMAP) SelectObject(hMemDC,bitmapH);
191 hBitmap=CreateDIBSection(hDC,&DIBinfo,DIB_RGB_COLORS,(void **) &ppBits,
194 if (hBitmap == 0)
200 DeleteObject(hBitmap);
203 hOldBitmap=(HBITMAP) SelectObject(hDC,hBitmap);
    [all...]
screenshot.c 124 HBITMAP
192 if (bitmap == (HBITMAP) NULL)
198 bitmapOld=(HBITMAP) SelectObject(bitmapDC,bitmap);
199 if (bitmapOld == (HBITMAP) NULL)
  /development/ndk/platforms/android-9/include/EGL/
eglplatform.h 72 typedef HBITMAP EGLNativePixmapType;
  /device/generic/goldfish-opengl/system/include/EGL/
eglplatform.h 77 typedef HBITMAP EGLNativePixmapType;
  /frameworks/native/opengl/include/EGL/
eglplatform.h 77 typedef HBITMAP EGLNativePixmapType;
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/EGL/
eglplatform.h 72 typedef HBITMAP EGLNativePixmapType;
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/EGL/
eglplatform.h 72 typedef HBITMAP EGLNativePixmapType;
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/EGL/
eglplatform.h 72 typedef HBITMAP EGLNativePixmapType;
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/EGL/
eglplatform.h 72 typedef HBITMAP EGLNativePixmapType;
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/EGL/
eglplatform.h 72 typedef HBITMAP EGLNativePixmapType;
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/EGL/
eglplatform.h 72 typedef HBITMAP EGLNativePixmapType;

Completed in 1372 milliseconds

1 2 3 4 5