Searched refs:StretchTo (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/core/fxge/dib/ |
D | cfx_dibsource.h | 77 RetainPtr<CFX_DIBitmap> StretchTo(int dest_width,
|
D | cfx_dibitmap.cpp | 314 pAlphaMask = pAlphaMask->StretchTo(m_Width, m_Height, 0, nullptr); in LoadChannel() 324 pSrcClone->StretchTo(m_Width, m_Height, 0, nullptr); in LoadChannel() 422 pSrcClone = pSrcBitmap->StretchTo(m_Width, m_Height, 0, nullptr); in MultiplyAlpha()
|
D | cfx_dibsource.cpp | 1067 RetainPtr<CFX_DIBitmap> CFX_DIBSource::StretchTo(int dest_width, in StretchTo() function in CFX_DIBSource
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_imagerenderer.cpp | 86 RetainPtr<CFX_DIBitmap> pStretched = m_pDIBSource->StretchTo( in Start()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_type3cache.cpp | 147 pResBitmap = pBitmap->StretchTo( in RenderGlyph()
|
D | cpdf_imagerenderer.cpp | 466 m_pDIBSource->StretchTo(dest_width, dest_height, m_Flags, &dest_clip); in StartDIBSource()
|
D | cpdf_renderstatus.cpp | 2330 pPatternBitmap = pEnlargedBitmap->StretchTo(width, height, 0, nullptr); in DrawTilingPattern()
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_device.cpp | 846 pToStrechBitmap = pBitmap->StretchTo(dest_width, dest_height, 0, nullptr); in GDI_StretchDIBits() 1263 pSource->StretchTo(dest_width, dest_height, render_flags, &bitmap_clip); in UseFoxitStretchEngine() 1298 pSource->StretchTo(dest_width, dest_height, flags, &clip_rect)); in StretchDIBits()
|
D | fx_win32_gdipext.cpp | 634 pBitmap->StretchTo(dest_width, dest_height, false, &image_clip); in OutputImageMask()
|
/external/pdfium/core/fxcodec/codec/ |
D | fx_codec_progress.cpp | 2351 pFormatBitmap->StretchTo(m_sizeX, m_sizeY, FXDIB_INTERPOL, nullptr); in TifContinueDecode()
|