Searched refs:ResampleVert (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/fxcodec/codec/ |
D | ccodec_progressivedecoder.h | 223 void ResampleVert(CFX_DIBitmap* pDeviceBitmap, double scale_y, int des_row);
|
D | fx_codec_progress.cpp | 569 ResampleVert(pDIBitmap, scale_y, des_row); in PngFillScanlineBufCompleted() 573 ResampleVert(pDIBitmap, scale_y, des_row); in PngFillScanlineBufCompleted() 752 ResampleVert(pDIBitmap, scale_y, des_row); in GifReadScanline() 924 ResampleVert(pDIBitmap, scale_y, des_row); in BmpReadScanline() 1649 void CCodec_ProgressiveDecoder::ResampleVert(CFX_DIBitmap* pDeviceBitmap, in ResampleVert() function in CCodec_ProgressiveDecoder 1781 ResampleVert(pDeviceBitmap, scale_y, des_row); in Resample()
|