Home
last modified time | relevance | path

Searched refs:HBITMAP (Results 1 – 19 of 19) sorted by relevance

/third_party/lzma/CPP/Windows/Control/
DImageList.h59 int Add(HBITMAP hbmImage, HBITMAP hbmMask = NULL)
61 int AddMasked(HBITMAP hbmImage, COLORREF mask) in AddMasked()
/third_party/mesa3d/src/glx/windows/
Dwindowsgl_internal.h60 HBITMAP hDIB;
61 HBITMAP hOldDIB;
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DDxgiFns.cpp126 HBITMAP hBmp = CreateDIBSection(hDC, &bmi, DIB_RGB_COLORS, (void**)&pixels, NULL, 0); in _Present()
159 HBITMAP hbmOld = (HBITMAP)SelectObject(hdcMem, hBmp); in _Present()
/third_party/skia/gm/
Drasterhandleallocator.cpp198 HBITMAP hbitmap = CreateDIBSection(nullptr, (const BITMAPINFO*)&hdr, 0, &pixels, 0, 0); in Create()
220 HBITMAP hbitmap = static_cast<HBITMAP>(SelectObject(ctx->hdc, ctx->hbitmap)); in Create()
/third_party/vk-gl-cts/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp38 DE_STATIC_ASSERT(sizeof(eglw::EGLNativePixmapType) == sizeof(HBITMAP));
102 HBITMAP m_bitmap;
292 HBITMAP tmpBitmap = DE_NULL; in readScreenPixels()
/third_party/skia/third_party/externals/angle2/util/windows/win32/
DWin32Pixmap.h27 HBITMAP mBitmap;
DWin32Window.cpp633 HBITMAP tmpBitmap = nullptr; in takeScreenshot()
/third_party/skia/third_party/externals/swiftshader/src/WSI/
DWin32SurfaceKHR.hpp57 HBITMAP bitmap = {};
/third_party/skia/third_party/externals/swiftshader/src/Main/
DFrameBufferGDI.hpp52 HBITMAP bitmap;
/third_party/skia/third_party/externals/egl-registry/api/EGL/
Deglplatform.h77 typedef HBITMAP EGLNativePixmapType;
/third_party/skia/third_party/externals/swiftshader/include/EGL/
Deglplatform.h77 typedef HBITMAP EGLNativePixmapType;
/third_party/mesa3d/include/EGL/
Deglplatform.h83 typedef HBITMAP EGLNativePixmapType;
/third_party/skia/third_party/externals/angle2/include/EGL/
Deglplatform.h64 typedef HBITMAP EGLNativePixmapType;
/third_party/EGL/api/EGL/
Deglplatform.h72 typedef HBITMAP EGLNativePixmapType;
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_win32.c55 HBITMAP bmp;
322 HBITMAP bmp = NULL; in wsi_win32_image_init()
/third_party/ffmpeg/libavdevice/
Dgdigrab.c61 HBITMAP hbmp; /**< Information on the bitmap captured */
231 HBITMAP hbmp = NULL; in gdigrab_read_header()
/third_party/python/Lib/ctypes/
Dwintypes.py63 HBITMAP = HANDLE variable
/third_party/glfw/src/
Dwin32_window.c105 HBITMAP color, mask; in createIcon()
/third_party/skia/src/ports/
DSkFontHost_win.cpp467 HBITMAP fBM{0};