Searched defs:SetDIBits (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_device.cpp274 return m_pDeviceDriver->SetDIBits(&bitmap, 0, &src_rect, rect.left,
316 m_pDeviceDriver->SetDIBits(&bitmap, 0, &src_rect, pRect->left, pRect->top,
358 FX_BOOL CFX_RenderDevice::SetDIBits(const CFX_DIBSource* pBitmap, function in class:CFX_RenderDevice
404 return m_pDeviceDriver->SetDIBits(&background, 0, &src_rect, dest_rect.left,
407 return m_pDeviceDriver->SetDIBits(pBitmap, 0, &src_rect, dest_rect.left,
436 return m_pDeviceDriver->SetDIBits(pBitmap, argb, &src_rect, left, top,
H A Dfx_ge_ps.cpp324 FX_BOOL CFX_PSRenderer::SetDIBits(const CFX_DIBSource* pSource, function in class:CFX_PSRenderer
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_print.cpp36 FX_BOOL CGdiPrinterDriver::SetDIBits(const CFX_DIBSource* pSource, function in class:CGdiPrinterDriver
411 FX_BOOL CPSPrinterDriver::SetDIBits(const CFX_DIBSource* pBitmap, function in class:CPSPrinterDriver
422 return m_PSRenderer.SetDIBits(pBitmap, color, left, top, alpha_flag,
H A Dfx_win32_device.cpp1091 FX_BOOL CGdiDisplayDriver::SetDIBits(const CFX_DIBSource* pSource, function in class:CGdiDisplayDriver
1116 return SetDIBits(&background, 0, &src_rect, left, top, FXDIB_BLEND_NORMAL,
1136 return SetDIBits(&bitmap, 0, &src_rect, left, top, FXDIB_BLEND_NORMAL, 0,
1172 SetDIBits(pStretched, color, &src_rect, pClipRect->left, pClipRect->top,
1222 SetDIBits(&background, 0, &src_rect, image_rect.left + clip_rect.left,
/external/pdfium/core/src/fxge/apple/
H A Dfx_quartz_device.cpp508 FX_BOOL CFX_QuartzDeviceDriver::SetDIBits(const CFX_DIBSource* pBitmap, function in class:CFX_QuartzDeviceDriver
/external/pdfium/core/src/fxge/skia/
H A Dfx_skia_device.cpp540 FX_BOOL CFX_SkiaDeviceDriver::SetDIBits(const CFX_DIBSource* pBitmap, function in class:CFX_SkiaDeviceDriver
548 return m_pAggDriver->SetDIBits(pBitmap, argb, pSrcRect, left, top, blend_type,

Completed in 1085 milliseconds