HomeSort by relevance Sort by last modified time
    Searched defs:StretchDIBits (Results 1 - 7 of 7) sorted by null

  /external/pdfium/core/src/fxge/ge/
fx_ge_device.cpp 411 FX_BOOL CFX_RenderDevice::StretchDIBits(const CFX_DIBSource* pBitmap,
425 return m_pDeviceDriver->StretchDIBits(pBitmap, 0, left, top, dest_width,
452 return m_pDeviceDriver->StretchDIBits(pBitmap, argb, left, top, dest_width,
fx_ge_ps.cpp 336 FX_BOOL CFX_PSRenderer::StretchDIBits(const CFX_DIBSource* pSource,
  /external/pdfium/core/src/fxge/win32/
fx_win32_print.cpp 47 return StretchDIBits(pSource, color, left - pSrcRect->left,
64 FX_BOOL CGdiPrinterDriver::StretchDIBits(const CFX_DIBSource* pSource,
243 return StretchDIBits(pSource, color,
256 FX_BOOL ret = StretchDIBits(
271 FX_BOOL ret = StretchDIBits(
425 FX_BOOL CPSPrinterDriver::StretchDIBits(const CFX_DIBSource* pBitmap,
439 return m_PSRenderer.StretchDIBits(pBitmap, color, dest_left, dest_top,
fx_win32_device.cpp 546 ::StretchDIBits(m_hDC, left, top, dst_width, dst_height, 0, 0, dst_width,
603 ::StretchDIBits(m_hDC, dest_left, dest_top, dest_width, dest_height, 0, 0,
667 ::StretchDIBits(m_hDC, dest_left, dest_top, dest_width, dest_height, 0, 0,
    [all...]
fx_win32_gdipext.cpp     [all...]
  /external/pdfium/core/src/fxge/apple/
fx_quartz_device.cpp 632 FX_BOOL CFX_QuartzDeviceDriver::StretchDIBits(const CFX_DIBSource* pBitmap,
    [all...]
  /external/pdfium/core/src/fxge/skia/
fx_skia_device.cpp 552 FX_BOOL CFX_SkiaDeviceDriver::StretchDIBits(const CFX_DIBSource* pSource,
562 return m_pAggDriver->StretchDIBits(pSource, argb, dest_left, dest_top,

Completed in 235 milliseconds