HomeSort by relevance Sort by last modified time
    Searched refs:SetDIBits (Results 1 - 17 of 17) sorted by null

  /external/pdfium/core/src/fxge/ge/
fx_ge_device.cpp 261 return m_pDeviceDriver->SetDIBits(&bitmap, 0, &src_rect, rect.left, rect.top, FXDIB_BLEND_NORMAL);
292 m_pDeviceDriver->SetDIBits(&bitmap, 0, &src_rect, pRect->left, pRect->top, FXDIB_BLEND_NORMAL);
322 FX_BOOL CFX_RenderDevice::SetDIBits(const CFX_DIBSource* pBitmap, int left, int top, int blend_mode,
361 return m_pDeviceDriver->SetDIBits(&background, 0, &src_rect, dest_rect.left, dest_rect.top, FXDIB_BLEND_NORMAL);
363 return m_pDeviceDriver->SetDIBits(pBitmap, 0, &src_rect, dest_rect.left, dest_rect.top, blend_mode, 0, pIccTransform);
381 return m_pDeviceDriver->SetDIBits(pBitmap, argb, &src_rect, left, top, FXDIB_BLEND_NORMAL, alpha_flag, pIccTransform);
fx_ge_ps.cpp 308 FX_BOOL CFX_PSRenderer::SetDIBits(const CFX_DIBSource* pSource, FX_DWORD color, int left, int top,
fx_ge_text.cpp     [all...]
  /external/pdfium/core/src/fxge/win32/
win32_int.h 135 virtual FX_BOOL SetDIBits(const CFX_DIBSource* pBitmap, FX_DWORD color, const FX_RECT* pSrcRect, int left, int top, int blend_type,
156 virtual FX_BOOL SetDIBits(const CFX_DIBSource* pBitmap, FX_DWORD color, const FX_RECT* pSrcRect, int left, int top, int blend_type,
216 virtual FX_BOOL SetDIBits(const CFX_DIBSource* pBitmap, FX_DWORD color, const FX_RECT* pSrcRect, int left, int top, int blend_type,
fx_win32_print.cpp 33 FX_BOOL CGdiPrinterDriver::SetDIBits(const CFX_DIBSource* pSource, FX_DWORD color, const FX_RECT* pSrcRect, int left, int top, int blend_type,
390 FX_BOOL CPSPrinterDriver::SetDIBits(const CFX_DIBSource* pBitmap, FX_DWORD color, const FX_RECT* pSrcRect, int left, int top, int blend_type,
396 return m_PSRenderer.SetDIBits(pBitmap, color, left, top, alpha_flag, pIccTransform);
fx_win32_device.cpp     [all...]
  /external/pdfium/core/src/fxge/agg/include/
fx_agg_driver.h 80 virtual FX_BOOL SetDIBits(const CFX_DIBSource* pBitmap, FX_DWORD color, const FX_RECT* pSrcRect, int left, int top, int blend_type,
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_image.cpp 80 if (m_pDevice->SetDIBits(pDIBitmap, left, top)) {
102 m_pDevice->SetDIBits(pDIBitmap, left, top, blend_mode);
125 m_pDevice->SetDIBits(pClone, rect.left, rect.top);
130 m_pDevice->SetDIBits(pDIBitmap, rect.left, rect.top, blend_mode);
156 m_pDevice->SetDIBits(pBackdrop, back_left, back_top);
630 m_pRenderStatus->m_pDevice->SetDIBits(bitmap_device1.GetBitmap(), rect.left, rect.top, m_BlendType);
719 m_pRenderStatus->m_pDevice->SetDIBits(bitmap_device1.GetBitmap(), rect.left, rect.top, m_BlendType);
    [all...]
fpdf_render_text.cpp 463 m_pDevice->SetDIBits(bitmap_device.GetBitmap(), rect.left, rect.top);
fpdf_render.cpp     [all...]
  /external/pdfium/core/include/fxge/
fx_ge.h 417 FX_BOOL SetDIBits(const CFX_DIBSource* pBitmap, int left, int top, int blend_type = FXDIB_BLEND_NORMAL,
599 virtual FX_BOOL SetDIBits(const CFX_DIBSource* pBitmap, FX_DWORD color, const FX_RECT* pSrcRect,
686 FX_BOOL SetDIBits(const CFX_DIBSource* pBitmap, FX_DWORD color, int dest_left, int dest_top,
  /external/pdfium/core/src/fxge/apple/
apple_int.h 136 virtual FX_BOOL SetDIBits(const CFX_DIBSource* pBitmap, FX_DWORD color, const FX_RECT* pSrcRect,
fx_quartz_device.cpp 557 FX_BOOL CFX_QuartzDeviceDriver::SetDIBits(const CFX_DIBSource* pBitmap,
    [all...]
  /external/chromium_org/ui/gfx/
icon_util.cc 341 SetDIBits(0,
  /external/pdfium/fpdfsdk/src/
fpdfview.cpp 487 // WinDC.SetDIBits(pDst,0,0);
492 WinDC.SetDIBits(pBitmap,0,0);
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_driver.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wingdi.h     [all...]

Completed in 392 milliseconds