Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/render/
Dcpdf_devicebuffer.cpp67 m_pDevice->CreateCompatibleBitmap(pBuffer, m_pBitmap->GetWidth(), in OutputToDevice()
Dcpdf_renderstatus.cpp1577 if (!m_pDevice->CreateCompatibleBitmap(oriDevice, width, height)) in ProcessTransparency()
1674 m_pDevice->CreateCompatibleBitmap(pBackdrop, width, height); in GetBackdrop()
/external/pdfium/core/fxge/
Dcfx_renderdevice.h119 bool CreateCompatibleBitmap(const RetainPtr<CFX_DIBitmap>& pDIB,
Dcfx_renderdevice.cpp440 bool CFX_RenderDevice::CreateCompatibleBitmap( in CreateCompatibleBitmap() function in CFX_RenderDevice
643 if (!CreateCompatibleBitmap(bitmap, FXSYS_round(rect.Width() * fScaleX), in DrawFillStrokePath()
687 if (!CreateCompatibleBitmap(bitmap, pRect->Width(), pRect->Height())) in FillRectWithBlend()
1013 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.cpp1164 HBITMAP hbmp = CreateCompatibleBitmap(m_hDC, width, height); in GetDIBits()
/external/syzkaller/executor/
Dsyscalls.h12115 {"CreateCompatibleBitmap", 0, (syscall_t)CreateCompatibleBitmap},
/external/syzkaller/sys/windows/
Dwindows.txt923 CreateCompatibleBitmap(hdc ptr[inout, intptr], cx int32, cy int32)