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

  /external/pdfium/core/fxge/dib/
cfx_dibsource.h 77 RetainPtr<CFX_DIBitmap> StretchTo(int dest_width,
cfx_dibitmap.cpp 314 pAlphaMask = pAlphaMask->StretchTo(m_Width, m_Height, 0, nullptr);
324 pSrcClone->StretchTo(m_Width, m_Height, 0, nullptr);
422 pSrcClone = pSrcBitmap->StretchTo(m_Width, m_Height, 0, nullptr);
    [all...]
cfx_dibsource.cpp     [all...]
  /external/pdfium/xfa/fxfa/
cxfa_imagerenderer.cpp 86 RetainPtr<CFX_DIBitmap> pStretched = m_pDIBSource->StretchTo(
  /external/pdfium/core/fpdfapi/render/
cpdf_type3cache.cpp 147 pResBitmap = pBitmap->StretchTo(
cpdf_imagerenderer.cpp 466 m_pDIBSource->StretchTo(dest_width, dest_height, m_Flags, &dest_clip);
cpdf_renderstatus.cpp     [all...]
  /external/pdfium/core/fxge/win32/
fx_win32_device.cpp 846 pToStrechBitmap = pBitmap->StretchTo(dest_width, dest_height, 0, nullptr);
    [all...]
fx_win32_gdipext.cpp 634 pBitmap->StretchTo(dest_width, dest_height, false, &image_clip);
    [all...]
  /external/pdfium/core/fxcodec/codec/
fx_codec_progress.cpp     [all...]

Completed in 472 milliseconds