Searched refs:ResampleVert (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_progress.h | 163 void ResampleVert(CFX_DIBitmap* pDeviceBitmap, double scale_y, int des_row);
|
D | fx_codec_progress.cpp | 551 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()
|