Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/win32/
Dwin32_int.h210 bool StartDIBits(const CFX_DIBSource* pBitmap,
249 bool StartDIBits(const CFX_DIBSource* pBitmap,
308 bool StartDIBits(const CFX_DIBSource* pBitmap,
Dfx_win32_print.cpp161 bool CGdiPrinterDriver::StartDIBits(const CFX_DIBSource* pSource, in StartDIBits() function in CGdiPrinterDriver
465 bool CPSPrinterDriver::StartDIBits(const CFX_DIBSource* pBitmap, in StartDIBits() function in CPSPrinterDriver
Dfx_win32_device.cpp1352 bool CGdiDisplayDriver::StartDIBits(const CFX_DIBSource* pBitmap, in StartDIBits() function in CGdiDisplayDriver
/external/pdfium/core/fxge/
Difx_renderdevicedriver.h77 virtual bool StartDIBits(const CFX_DIBSource* pBitmap,
Dcfx_renderdevice.h184 bool StartDIBits(const CFX_DIBSource* pBitmap, in StartDIBits() function
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.h83 bool StartDIBits(const CFX_DIBSource* pBitmap,
Dfx_agg_driver.cpp1693 bool CFX_AggDeviceDriver::StartDIBits(const CFX_DIBSource* pSource, in StartDIBits() function in CFX_AggDeviceDriver
/external/pdfium/core/fxge/skia/
Dfx_skia_device.h115 bool StartDIBits(const CFX_DIBSource* pBitmap,
Dfx_skia_device.cpp1881 return StartDIBits(pBitmap, 0xFF, argb, &m, 0, dummy, blend_type); in SetDIBits()
1919 bool result = StartDIBits(pSource, 0xFF, argb, &m, 0, dummy, blend_type); in StretchDIBits()
1949 bool CFX_SkiaDeviceDriver::StartDIBits(const CFX_DIBSource* pSource, in StartDIBits() function in CFX_SkiaDeviceDriver
/external/pdfium/xfa/fde/
Dfde_gedevice.cpp115 m_pDevice->StartDIBits(pDib, 255, 0, (const CFX_Matrix*)&dib2fxdev, 0, in DrawImage()
/external/pdfium/core/fxge/ge/
Dcfx_renderdevice.cpp820 return m_pDeviceDriver->StartDIBits(pBitmap, bitmap_alpha, argb, pMatrix, in StartDIBitsWithBlend()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp2421 m_pDevice->StartDIBits(pDIBitmap, bitmap_alpha, 0, &m, 0, dummy); in CompositeDIBitmap()