Home
last modified time | relevance | path

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

12

/external/pdfium/core/fxge/win32/
Dcfx_windowsdib.h31 static HBITMAP GetDDBitmap(const RetainPtr<CFX_DIBitmap>& pBitmap, HDC hDC);
38 HBITMAP GetWindowsBitmap() const { return m_hBitmap; } in GetWindowsBitmap()
48 HBITMAP m_hBitmap;
49 HBITMAP m_hOldBitmap;
Dfx_win32_dib.cpp107 HBITMAP CFX_WindowsDIB::GetDDBitmap(const RetainPtr<CFX_DIBitmap>& pBitmap, in GetDDBitmap()
115 void GetBitmapSize(HBITMAP hBitmap, int& w, int& h) { in GetBitmapSize()
131 HBITMAP hBitmap = (HBITMAP)LoadImageW(nullptr, (wchar_t*)filename, in LoadFromFile()
167 HBITMAP hBitmap = (HBITMAP)LoadImageW(nullptr, (wchar_t*)args.path_name, in LoadDIBitmap()
203 m_hOldBitmap = (HBITMAP)SelectObject(m_hMemDC, m_hBitmap); in CFX_WindowsDIB()
Dfx_win32_device.cpp715 HBITMAP hBitmap = CreateBitmap(1, 1, 1, 1, nullptr); in CGdiDeviceDriver()
716 hBitmap = (HBITMAP)SelectObject(m_hDC, hBitmap); in CGdiDeviceDriver()
722 hBitmap = (HBITMAP)SelectObject(m_hDC, hBitmap); in CGdiDeviceDriver()
1167 HBITMAP hbmp = CreateCompatibleBitmap(m_hDC, width, height); in GetDIBits()
1169 HBITMAP holdbmp = (HBITMAP)SelectObject(hDCMemory, hbmp); in GetDIBits()
/external/webrtc/modules/desktop_capture/
Ddesktop_frame_win.h32 HBITMAP bitmap() { return bitmap_; } in bitmap()
39 HBITMAP bitmap);
41 HBITMAP bitmap_;
Ddesktop_frame_win.cc23 HBITMAP bitmap) in DesktopFrameWin()
56 HBITMAP bitmap = in Create()
/external/lzma/CPP/Windows/Control/
DImageList.h59 int Add(HBITMAP hbmImage, HBITMAP hbmMask = 0)
61 int AddMasked(HBITMAP hbmImage, COLORREF mask) in AddMasked()
/external/mesa3d/src/glx/windows/
Dwindowsgl_internal.h60 HBITMAP hDIB;
61 HBITMAP hOldDIB;
/external/webrtc/modules/desktop_capture/win/
Dscoped_gdi_object.h84 typedef ScopedGDIObject<HBITMAP, DeleteObjectTraits<HBITMAP> > ScopedBitmap;
/external/ImageMagick/coders/
Dscreenshot.c123 HBITMAP in ReadSCREENSHOTImage()
227 if (bitmap == (HBITMAP) NULL) in ReadSCREENSHOTImage()
233 bitmapOld=(HBITMAP) SelectObject(bitmapDC,bitmap); in ReadSCREENSHOTImage()
234 if (bitmapOld == (HBITMAP) NULL) in ReadSCREENSHOTImage()
Demf.c447 HBITMAP in ReadEMFImage()
579 if (hBitmap == (HBITMAP) NULL) in ReadEMFImage()
591 hOldBitmap=(HBITMAP) SelectObject(hDC,hBitmap); in ReadEMFImage()
592 if (hOldBitmap == (HBITMAP) NULL) in ReadEMFImage()
/external/angle/util/windows/win32/
DWin32Pixmap.h27 HBITMAP mBitmap;
DWin32Window.cpp633 HBITMAP tmpBitmap = nullptr; in takeScreenshot()
/external/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()
/external/skqp/samplecode/
DSampleBigGradient.cpp177 HBITMAP hbitmap = static_cast<HBITMAP>(SelectObject(hdc, nullptr)); in DeleteHDCCallback()
199 HBITMAP hbitmap = CreateDIBSection(nullptr, (const BITMAPINFO*)&hdr, 0, &pixels, 0, 0); in Create()
/external/swiftshader/src/WSI/
DWin32SurfaceKHR.hpp57 HBITMAP bitmap = {};
/external/deqp/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp38 DE_STATIC_ASSERT(sizeof(eglw::EGLNativePixmapType) == sizeof(HBITMAP));
102 HBITMAP m_bitmap;
292 HBITMAP tmpBitmap = DE_NULL; in readScreenPixels()
/external/swiftshader/src/Main/
DFrameBufferGDI.hpp52 HBITMAP bitmap;
/external/swiftshader/include/EGL/
Deglplatform.h77 typedef HBITMAP EGLNativePixmapType;
/external/ImageMagick/MagickCore/
Ddeprecate.c176 HBITMAP in CropImageToHBITMAP()
325 HBITMAP in ImageToHBITMAP()
/external/mesa3d/include/EGL/
Deglplatform.h83 typedef HBITMAP EGLNativePixmapType;
/external/angle/include/EGL/
Deglplatform.h64 typedef HBITMAP EGLNativePixmapType;
/external/python/cpython2/Lib/ctypes/
Dwintypes.py62 HBITMAP = HANDLE variable
/external/python/cpython3/Lib/ctypes/
Dwintypes.py63 HBITMAP = HANDLE variable
/external/webrtc/examples/peerconnection/client/
Dmain_wnd.cc264 HBITMAP bmp_mem = ::CreateCompatibleBitmap(ps.hdc, rc.right, rc.bottom); in OnPaint()
/external/skia/src/ports/
DSkFontHost_win.cpp466 HBITMAP fBM{0};

12