Home
last modified time | relevance | path

Searched refs:StartDIBits (Results 1 – 11 of 11) sorted by relevance

/external/pdfium/core/fxge/win32/
Dwin32_int.h213 bool StartDIBits(const RetainPtr<CFX_DIBSource>& pBitmap,
252 bool StartDIBits(const RetainPtr<CFX_DIBSource>& pBitmap,
311 bool StartDIBits(const RetainPtr<CFX_DIBSource>& pBitmap,
374 bool StartDIBits(const RetainPtr<CFX_DIBSource>& pBitmap,
Dfx_win32_print.cpp162 bool CGdiPrinterDriver::StartDIBits(const RetainPtr<CFX_DIBSource>& pSource, in StartDIBits() function in CGdiPrinterDriver
468 bool CPSPrinterDriver::StartDIBits(const RetainPtr<CFX_DIBSource>& pBitmap, in StartDIBits() function in CPSPrinterDriver
583 bool CTextOnlyPrinterDriver::StartDIBits( in StartDIBits() function in CTextOnlyPrinterDriver
Dfx_win32_device.cpp1339 bool CGdiDisplayDriver::StartDIBits(const RetainPtr<CFX_DIBSource>& pBitmap, in StartDIBits() function in CGdiDisplayDriver
/external/pdfium/core/fxge/
Difx_renderdevicedriver.h82 virtual bool StartDIBits(const RetainPtr<CFX_DIBSource>& pBitmap,
Dcfx_renderdevice.h192 bool StartDIBits(const RetainPtr<CFX_DIBSource>& pBitmap, in StartDIBits() function
Dcfx_renderdevice.cpp842 return m_pDeviceDriver->StartDIBits(pBitmap, bitmap_alpha, argb, pMatrix, in StartDIBitsWithBlend()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.h85 bool StartDIBits(const RetainPtr<CFX_DIBSource>& pBitmap,
Dfx_agg_driver.cpp1538 bool CFX_AggDeviceDriver::StartDIBits( in StartDIBits() function in CFX_AggDeviceDriver
/external/pdfium/core/fxge/skia/
Dfx_skia_device.h115 bool StartDIBits(const RetainPtr<CFX_DIBSource>& pBitmap,
Dfx_skia_device.cpp2269 return StartDIBits(pBitmap, 0xFF, argb, &m, 0, &dummy, blend_type); in SetDIBits()
2308 bool result = StartDIBits(pSource, 0xFF, argb, &m, 0, &dummy, blend_type); in StretchDIBits()
2338 bool CFX_SkiaDeviceDriver::StartDIBits( in StartDIBits() function in CFX_SkiaDeviceDriver
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp2461 m_pDevice->StartDIBits(pDIBitmap, bitmap_alpha, 0, &m, 0, &dummy); in CompositeDIBitmap()