Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/win32/
Dwin32_int.h212 virtual FX_BOOL StartDIBits(const CFX_DIBSource* pBitmap, in StartDIBits() function
260 virtual FX_BOOL StartDIBits(const CFX_DIBSource* pBitmap,
337 FX_BOOL StartDIBits(const CFX_DIBSource* pBitmap,
Dfx_win32_print.cpp224 FX_BOOL CGdiPrinterDriver::StartDIBits(const CFX_DIBSource* pSource, in StartDIBits() function in CGdiPrinterDriver
443 FX_BOOL CPSPrinterDriver::StartDIBits(const CFX_DIBSource* pBitmap, in StartDIBits() function in CPSPrinterDriver
/external/pdfium/core/src/fxge/skia/
Dfx_skia_device.h103 virtual FX_BOOL StartDIBits(const CFX_DIBSource* pBitmap,
Dfx_skia_device.cpp567 FX_BOOL CFX_SkiaDeviceDriver::StartDIBits(const CFX_DIBSource* pSource, in StartDIBits() function in CFX_SkiaDeviceDriver
575 return m_pAggDriver->StartDIBits(pSource, bitmap_alpha, argb, pMatrix, in StartDIBits()
/external/pdfium/core/src/fxge/agg/include/
Dfx_agg_driver.h104 FX_BOOL StartDIBits(const CFX_DIBSource* pBitmap,
/external/pdfium/core/include/fxge/
Dfx_ge.h364 FX_BOOL StartDIBits(const CFX_DIBSource* pBitmap,
576 virtual FX_BOOL StartDIBits(const CFX_DIBSource* pBitmap,
/external/pdfium/core/src/fxge/ge/
Dfx_ge_device.cpp456 FX_BOOL CFX_RenderDevice::StartDIBits(const CFX_DIBSource* pBitmap, in StartDIBits() function in CFX_RenderDevice
465 return m_pDeviceDriver->StartDIBits(pBitmap, bitmap_alpha, argb, pMatrix, in StartDIBits()
/external/pdfium/core/src/fxge/apple/
Dapple_int.h150 FX_BOOL StartDIBits(const CFX_DIBSource* pBitmap,
/external/pdfium/xfa/src/fdp/src/fde/
Dfde_gedevice.cpp126 m_pDevice->StartDIBits(pDib, 255, 0, (const CFX_Matrix*)&dib2fxdev, 0, in DrawImage()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_image.cpp701 if (m_pRenderStatus->m_pDevice->StartDIBits( in StartDIBSource()
/external/pdfium/core/src/fxge/agg/src/
Dfx_agg_driver.cpp1727 FX_BOOL CFX_AggDeviceDriver::StartDIBits(const CFX_DIBSource* pSource, in StartDIBits() function in CFX_AggDeviceDriver
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffwidget.cpp551 if (m_pDevice->StartDIBits(m_pDIBSource, m_BitmapAlpha, m_FillArgb, in StartDIBSource()