Searched refs:HBITMAP (Results 1 – 19 of 19) sorted by relevance
/third_party/lzma/CPP/Windows/Control/ |
D | ImageList.h | 59 int Add(HBITMAP hbmImage, HBITMAP hbmMask = NULL) 61 int AddMasked(HBITMAP hbmImage, COLORREF mask) in AddMasked()
|
/third_party/mesa3d/src/glx/windows/ |
D | windowsgl_internal.h | 60 HBITMAP hDIB; 61 HBITMAP hOldDIB;
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | DxgiFns.cpp | 126 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/ |
D | rasterhandleallocator.cpp | 198 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/ |
D | tcuWin32EGLNativeDisplayFactory.cpp | 38 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/ |
D | Win32Pixmap.h | 27 HBITMAP mBitmap;
|
D | Win32Window.cpp | 633 HBITMAP tmpBitmap = nullptr; in takeScreenshot()
|
/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
D | Win32SurfaceKHR.hpp | 57 HBITMAP bitmap = {};
|
/third_party/skia/third_party/externals/swiftshader/src/Main/ |
D | FrameBufferGDI.hpp | 52 HBITMAP bitmap;
|
/third_party/skia/third_party/externals/egl-registry/api/EGL/ |
D | eglplatform.h | 77 typedef HBITMAP EGLNativePixmapType;
|
/third_party/skia/third_party/externals/swiftshader/include/EGL/ |
D | eglplatform.h | 77 typedef HBITMAP EGLNativePixmapType;
|
/third_party/mesa3d/include/EGL/ |
D | eglplatform.h | 83 typedef HBITMAP EGLNativePixmapType;
|
/third_party/skia/third_party/externals/angle2/include/EGL/ |
D | eglplatform.h | 64 typedef HBITMAP EGLNativePixmapType;
|
/third_party/EGL/api/EGL/ |
D | eglplatform.h | 72 typedef HBITMAP EGLNativePixmapType;
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common_win32.c | 55 HBITMAP bmp; 322 HBITMAP bmp = NULL; in wsi_win32_image_init()
|
/third_party/ffmpeg/libavdevice/ |
D | gdigrab.c | 61 HBITMAP hbmp; /**< Information on the bitmap captured */ 231 HBITMAP hbmp = NULL; in gdigrab_read_header()
|
/third_party/python/Lib/ctypes/ |
D | wintypes.py | 63 HBITMAP = HANDLE variable
|
/third_party/glfw/src/ |
D | win32_window.c | 105 HBITMAP color, mask; in createIcon()
|
/third_party/skia/src/ports/ |
D | SkFontHost_win.cpp | 467 HBITMAP fBM{0};
|