Searched refs:CreateCompatibleBitmap (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_devicebuffer.cpp | 84 m_pDevice->CreateCompatibleBitmap(pBuffer, m_pBitmap->GetWidth(), in OutputToDevice()
|
D | cpdf_renderstatus.cpp | 684 if (!m_pDevice->CreateCompatibleBitmap(backdrop, width, height)) in ProcessTransparency() 781 m_pDevice->CreateCompatibleBitmap(pBackdrop, width, height); in GetBackdrop()
|
/external/pdfium/core/fxge/ |
D | cfx_renderdevice.h | 66 bool CreateCompatibleBitmap(const RetainPtr<CFX_DIBitmap>& pDIB,
|
D | cfx_renderdevice.cpp | 440 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/ |
D | tcuWin32EGLNativeDisplayFactory.cpp | 327 tmpBitmap = CreateCompatibleBitmap(screenDC, width, height); in readScreenPixels()
|
/external/angle/util/windows/win32/ |
D | Win32Window.cpp | 655 tmpBitmap = CreateCompatibleBitmap(screenDC, mWidth, mHeight); in takeScreenshot()
|
/external/webrtc/examples/peerconnection/client/ |
D | main_wnd.cc | 264 HBITMAP bmp_mem = ::CreateCompatibleBitmap(ps.hdc, rc.right, rc.bottom); in OnPaint()
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_device.cpp | 1167 HBITMAP hbmp = CreateCompatibleBitmap(m_hDC, width, height); in GetDIBits()
|