Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/render/
Dcpdf_devicebuffer.cpp84 m_pDevice->CreateCompatibleBitmap(pBuffer, m_pBitmap->GetWidth(), in OutputToDevice()
Dcpdf_renderstatus.cpp684 if (!m_pDevice->CreateCompatibleBitmap(backdrop, width, height)) in ProcessTransparency()
781 m_pDevice->CreateCompatibleBitmap(pBackdrop, width, height); in GetBackdrop()
/external/pdfium/core/fxge/
Dcfx_renderdevice.h66 bool CreateCompatibleBitmap(const RetainPtr<CFX_DIBitmap>& pDIB,
Dcfx_renderdevice.cpp440 bool CFX_RenderDevice::CreateCompatibleBitmap( in CreateCompatibleBitmap() function in CFX_RenderDevice
640 if (!CreateCompatibleBitmap(bitmap, rect.Width(), rect.Height())) in DrawFillStrokePath()
681 if (!CreateCompatibleBitmap(bitmap, rect.Width(), rect.Height())) in FillRectWithBlend()
981 if (!CreateCompatibleBitmap(bitmap, pixel_width, pixel_height)) in DrawNormalText()
/external/deqp/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp327 tmpBitmap = CreateCompatibleBitmap(screenDC, width, height); in readScreenPixels()
/external/angle/util/windows/win32/
DWin32Window.cpp655 tmpBitmap = CreateCompatibleBitmap(screenDC, mWidth, mHeight); in takeScreenshot()
/external/webrtc/examples/peerconnection/client/
Dmain_wnd.cc264 HBITMAP bmp_mem = ::CreateCompatibleBitmap(ps.hdc, rc.right, rc.bottom); in OnPaint()
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp1167 HBITMAP hbmp = CreateCompatibleBitmap(m_hDC, width, height); in GetDIBits()