OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetDIBits
(Results
1 - 6
of
6
) sorted by null
/external/pdfium/core/src/fxge/ge/
fx_ge_device.cpp
274
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,
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,
fx_ge_ps.cpp
324
FX_BOOL CFX_PSRenderer::
SetDIBits
(const CFX_DIBSource* pSource,
/external/pdfium/core/src/fxge/win32/
fx_win32_print.cpp
36
FX_BOOL CGdiPrinterDriver::
SetDIBits
(const CFX_DIBSource* pSource,
411
FX_BOOL CPSPrinterDriver::
SetDIBits
(const CFX_DIBSource* pBitmap,
422
return m_PSRenderer.
SetDIBits
(pBitmap, color, left, top, alpha_flag,
fx_win32_device.cpp
[
all
...]
/external/pdfium/core/src/fxge/apple/
fx_quartz_device.cpp
508
FX_BOOL CFX_QuartzDeviceDriver::
SetDIBits
(const CFX_DIBSource* pBitmap,
[
all
...]
/external/pdfium/core/src/fxge/skia/
fx_skia_device.cpp
540
FX_BOOL CFX_SkiaDeviceDriver::
SetDIBits
(const CFX_DIBSource* pBitmap,
548
return m_pAggDriver->
SetDIBits
(pBitmap, argb, pSrcRect, left, top, blend_type,
Completed in 114 milliseconds