Home
last modified time | relevance | path

Searched refs:CreateCompatibleBitmap (Results 1 – 14 of 14) sorted by relevance

/external/pdfium/core/src/fxge/ge/
Dfx_ge_device.cpp67 FX_BOOL CFX_RenderDevice::CreateCompatibleBitmap(CFX_DIBitmap* pDIB, int width, int height) const in CreateCompatibleBitmap() function in CFX_RenderDevice
237 …if (!CreateCompatibleBitmap(&bitmap, FXSYS_round(rect.Width() * fScaleX), FXSYS_round(rect.Height(… in DrawPath()
282 if (!CreateCompatibleBitmap(&bitmap, pRect->Width(), pRect->Height())) { in FillRect()
Dfx_ge_text.cpp308 if (!CreateCompatibleBitmap(&bitmap, pixel_width, pixel_height)) { in DrawNormalText()
/external/deqp/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp310 tmpBitmap = CreateCompatibleBitmap(screenDC, width, height); in readScreenPixels()
/external/chromium_org/third_party/openssl/openssl/crypto/rand/
Drand_win.c765 hBitmap = CreateCompatibleBitmap(hScrDC, w, n); in readscreen()
/external/openssl/crypto/rand/
Drand_win.c765 hBitmap = CreateCompatibleBitmap(hScrDC, w, n); in readscreen()
/external/mesa3d/src/mesa/drivers/windows/gdi/
Dwgl.c420 bitObject = CreateCompatibleBitmap(bitDevice, in wglUseFontBitmaps_FX()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
Dwgl.c420 bitObject = CreateCompatibleBitmap(bitDevice, in wglUseFontBitmaps_FX()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp838 if (!m_pDevice->CreateCompatibleBitmap(oriDevice, width, height)) { in ProcessTransparency()
922 m_pDevice->CreateCompatibleBitmap(pBackdrop, width, height); in GetBackdrop()
1392 m_pDevice->CreateCompatibleBitmap(&buffer, m_pBitmap->GetWidth(), m_pBitmap->GetHeight()); in OutputToDevice()
/external/pdfium/core/include/fxge/
Dfx_ge.h374 FX_BOOL CreateCompatibleBitmap(CFX_DIBitmap* pDIB, int width, int height) const;
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
Dmain_wnd.cc244 HBITMAP bmp_mem = ::CreateCompatibleBitmap(ps.hdc, rc.right, rc.bottom); in OnPaint()
/external/chromium_org/ui/base/clipboard/
Dclipboard_win.cc331 HBITMAP hbitmap = ::CreateCompatibleBitmap(dc, size.width(), size.height()); in WriteBitmapFromHandle()
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
DSDL_dibvideo.c488 hbm = CreateCompatibleBitmap( hdc, 1, 1 ); in DIB_SussScreenDepth()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp936 HBITMAP hbmp = CreateCompatibleBitmap(m_hDC, width, height); in GetDIBits()
/external/chromium_org/ui/native_theme/
Dnative_theme_win.cc885 base::win::ScopedBitmap mem_bitmap(CreateCompatibleBitmap(hdc, r.width(), in PaintMenuArrow()