/external/pdfium/core/src/fxge/win32/ |
D | win32_int.h | 212 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,
|
D | fx_win32_print.cpp | 224 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/ |
D | fx_skia_device.h | 103 virtual FX_BOOL StartDIBits(const CFX_DIBSource* pBitmap,
|
D | fx_skia_device.cpp | 567 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/ |
D | fx_agg_driver.h | 104 FX_BOOL StartDIBits(const CFX_DIBSource* pBitmap,
|
/external/pdfium/core/include/fxge/ |
D | fx_ge.h | 364 FX_BOOL StartDIBits(const CFX_DIBSource* pBitmap, 576 virtual FX_BOOL StartDIBits(const CFX_DIBSource* pBitmap,
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_device.cpp | 456 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/ |
D | apple_int.h | 150 FX_BOOL StartDIBits(const CFX_DIBSource* pBitmap,
|
/external/pdfium/xfa/src/fdp/src/fde/ |
D | fde_gedevice.cpp | 126 m_pDevice->StartDIBits(pDib, 255, 0, (const CFX_Matrix*)&dib2fxdev, 0, in DrawImage()
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_image.cpp | 701 if (m_pRenderStatus->m_pDevice->StartDIBits( in StartDIBSource()
|
/external/pdfium/core/src/fxge/agg/src/ |
D | fx_agg_driver.cpp | 1727 FX_BOOL CFX_AggDeviceDriver::StartDIBits(const CFX_DIBSource* pSource, in StartDIBits() function in CFX_AggDeviceDriver
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_ffwidget.cpp | 551 if (m_pDevice->StartDIBits(m_pDIBSource, m_BitmapAlpha, m_FillArgb, in StartDIBSource()
|