Searched refs:CreateCompatibleBitmap (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_devicebuffer.cpp | 67 m_pDevice->CreateCompatibleBitmap(pBuffer, m_pBitmap->GetWidth(), in OutputToDevice()
|
D | cpdf_renderstatus.cpp | 1577 if (!m_pDevice->CreateCompatibleBitmap(oriDevice, width, height)) in ProcessTransparency() 1674 m_pDevice->CreateCompatibleBitmap(pBackdrop, width, height); in GetBackdrop()
|
/external/pdfium/core/fxge/ |
D | cfx_renderdevice.h | 119 bool CreateCompatibleBitmap(const RetainPtr<CFX_DIBitmap>& pDIB,
|
D | cfx_renderdevice.cpp | 440 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/ |
D | tcuWin32EGLNativeDisplayFactory.cpp | 327 tmpBitmap = CreateCompatibleBitmap(screenDC, width, height); in readScreenPixels()
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/ |
D | PVRShellOS.cpp | 332 m_hBmPixmap = CreateCompatibleBitmap(m_hDC, 640, 480); in OsDoInitAPI()
|
/external/webrtc/webrtc/examples/peerconnection/client/ |
D | main_wnd.cc | 251 HBITMAP bmp_mem = ::CreateCompatibleBitmap(ps.hdc, rc.right, rc.bottom); in OnPaint()
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_device.cpp | 1164 HBITMAP hbmp = CreateCompatibleBitmap(m_hDC, width, height); in GetDIBits()
|
/external/syzkaller/executor/ |
D | syscalls.h | 12115 {"CreateCompatibleBitmap", 0, (syscall_t)CreateCompatibleBitmap},
|
/external/syzkaller/sys/windows/ |
D | windows.txt | 923 CreateCompatibleBitmap(hdc ptr[inout, intptr], cx int32, cy int32)
|