Home
last modified time | relevance | path

Searched refs:ResampleVert (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_progress.h163 void ResampleVert(CFX_DIBitmap* pDeviceBitmap, double scale_y, int des_row);
Dfx_codec_progress.cpp551 pCodec->ResampleVert(pDIBitmap, scale_y, des_row); in PngFillScanlineBufCompletedFunc()
555 pCodec->ResampleVert(pDIBitmap, scale_y, des_row); in PngFillScanlineBufCompletedFunc()
739 pCodec->ResampleVert(pDIBitmap, scale_y, des_row); in GifReadScanlineCallback()
912 pCodec->ResampleVert(pDIBitmap, scale_y, des_row); in BmpReadScanlineCallback()
1674 void CCodec_ProgressiveDecoder::ResampleVert(CFX_DIBitmap* pDeviceBitmap, in ResampleVert() function in CCodec_ProgressiveDecoder
1803 ResampleVert(pDeviceBitmap, scale_y, des_row); in Resample()