Searched refs:ReSampleScanline (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/fxcodec/ |
D | progressivedecoder.h | 231 void ReSampleScanline(const RetainPtr<CFX_DIBitmap>& pDeviceBitmap,
|
D | progressivedecoder.cpp | 534 ReSampleScanline(pDIBitmap, dest_row, m_pDecodeBuf.get(), m_SrcFormat); in GifReadScanline() 592 ReSampleScanline(pDIBitmap, dest_row, m_pDecodeBuf.get(), m_SrcFormat); in BmpReadScanline() 1797 void ProgressiveDecoder::ReSampleScanline( in ReSampleScanline() function in fxcodec::ProgressiveDecoder 2143 ReSampleScanline(pDeviceBitmap, dest_row, m_pDecodeBuf.get(), src_format); in Resample()
|