Searched defs:StartDIBits (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/core/src/fxge/win32/
H A Dwin32_int.h140 virtual FX_BOOL StartDIBits(const CFX_DIBSource* pBitmap, int bitmap_alpha, FX_DWORD color, function in class:CGdiDisplayDriver
161 virtual FX_BOOL StartDIBits(const CFX_DIBSource* pBitmap, int bitmap_alpha, FX_DWORD color,
221 virtual FX_BOOL StartDIBits(const CFX_DIBSource* pBitmap, int bitmap_alpha, FX_DWORD color,
H A Dfx_win32_print.cpp200 FX_BOOL CGdiPrinterDriver::StartDIBits(const CFX_DIBSource* pSource, int bitmap_alpha, FX_DWORD color, function in class:CGdiPrinterDriver
407 FX_BOOL CPSPrinterDriver::StartDIBits(const CFX_DIBSource* pBitmap, int bitmap_alpha, FX_DWORD color, function in class:CPSPrinterDriver
/external/pdfium/core/src/fxge/apple/
H A Dapple_int.h142 virtual FX_BOOL StartDIBits(const CFX_DIBSource* pBitmap, int bitmap_alpha, FX_DWORD color, function in class:CFX_QuartzDeviceDriver
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_device.cpp392 FX_BOOL CFX_RenderDevice::StartDIBits(const CFX_DIBSource* pBitmap, int bitmap_alpha, FX_DWORD argb, function in class:CFX_RenderDevice
396 return m_pDeviceDriver->StartDIBits(pBitmap, bitmap_alpha, argb, pMatrix, flags, handle, alpha_flag, pIccTransform, blend_mode);

Completed in 146 milliseconds