Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/render/
Dcpdf_devicebuffer.cpp69 m_pDevice->CreateCompatibleBitmap(&buffer, m_pBitmap->GetWidth(), in OutputToDevice()
Dcpdf_renderstatus.cpp1543 if (!m_pDevice->CreateCompatibleBitmap(oriDevice.get(), width, height)) in ProcessTransparency()
1637 m_pDevice->CreateCompatibleBitmap(pBackdrop.get(), width, height); in GetBackdrop()
/external/pdfium/core/fxge/
Dcfx_renderdevice.h105 bool CreateCompatibleBitmap(CFX_DIBitmap* pDIB, int width, int height) const;
/external/pdfium/core/fxge/ge/
Dcfx_renderdevice.cpp420 bool CFX_RenderDevice::CreateCompatibleBitmap(CFX_DIBitmap* pDIB, in CreateCompatibleBitmap() function in CFX_RenderDevice
615 if (!CreateCompatibleBitmap(&bitmap, FXSYS_round(rect.Width() * fScaleX), in DrawFillStrokePath()
666 if (!CreateCompatibleBitmap(&bitmap, pRect->Width(), pRect->Height())) in FillRectWithBlend()
993 if (!CreateCompatibleBitmap(&bitmap, pixel_width, pixel_height)) in DrawNormalText()
/external/deqp/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp327 tmpBitmap = CreateCompatibleBitmap(screenDC, width, height); in readScreenPixels()
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
DPVRShellOS.cpp332 m_hBmPixmap = CreateCompatibleBitmap(m_hDC, 640, 480); in OsDoInitAPI()
/external/webrtc/webrtc/examples/peerconnection/client/
Dmain_wnd.cc251 HBITMAP bmp_mem = ::CreateCompatibleBitmap(ps.hdc, rc.right, rc.bottom); in OnPaint()
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp1175 HBITMAP hbmp = CreateCompatibleBitmap(m_hDC, width, height); in GetDIBits()