Searched refs:StretchTo (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/core/fxge/dib/ |
D | cfx_dibbase.h | 76 RetainPtr<CFX_DIBitmap> StretchTo(int dest_width,
|
D | cfx_dibitmap.cpp | 336 pAlphaMask = pAlphaMask->StretchTo(m_Width, m_Height, in LoadChannelFromAlpha() 346 RetainPtr<CFX_DIBitmap> pSrcMatched = pSrcClone->StretchTo( in LoadChannelFromAlpha() 448 pSrcClone = pSrcBitmap->StretchTo(m_Width, m_Height, in MultiplyAlpha()
|
D | cfx_dibbase.cpp | 1217 RetainPtr<CFX_DIBitmap> CFX_DIBBase::StretchTo( in StretchTo() function in CFX_DIBBase
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_imagerenderer.cpp | 86 m_pDIBBase->StretchTo(dest_width, dest_height, options, &dest_clip); in Start()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_type3cache.cpp | 150 pResBitmap = pBitmap->StretchTo(static_cast<int>(image_matrix.a), in RenderGlyph()
|
D | cpdf_imagerenderer.cpp | 475 RetainPtr<CFX_DIBitmap> pStretched = m_pDIBBase->StretchTo( in StartDIBBase()
|
D | cpdf_renderstatus.cpp | 1327 pPatternBitmap = pEnlargedBitmap->StretchTo( in DrawTilingPattern()
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_device.cpp | 834 pToStrechBitmap = pBitmap->StretchTo(dest_width, dest_height, in GDI_StretchDIBits() 1268 pSource->StretchTo(dest_width, dest_height, options, &bitmap_clip); in UseFoxitStretchEngine() 1304 RetainPtr<CFX_DIBitmap> pStretched(pSource->StretchTo( in StretchDIBits()
|
/external/pdfium/core/fxcodec/ |
D | progressivedecoder.cpp | 1499 pFormatBitmap->StretchTo(m_sizeX, m_sizeY, options, nullptr); in TiffContinueDecode()
|