Home
last modified time | relevance | path

Searched refs:bInterpol (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_progress.h35 FX_BOOL bInterpol);
52 void Calc(int dest_len, int src_len, FX_BOOL bInterpol);
109 FX_BOOL bInterpol) override;
Dfx_codec_progress.cpp16 FX_BOOL bInterpol) { in Calc() argument
39 if (bInterpol) { in Calc()
114 void CFXCODEC_HorzTable::Calc(int dest_len, int src_len, FX_BOOL bInterpol) { in Calc() argument
154 bInterpol ? FXSYS_round((FX_FLOAT)( in Calc()
1856 FX_BOOL bInterpol) { in StartDecode() argument
1884 m_bInterpol = bInterpol; in StartDecode()
/external/pdfium/core/src/fxge/dib/
Dfx_dib_engine.cpp259 FX_BOOL bInterpol = in CStretchEngine() local
261 if (!bInterpol && FXSYS_abs(dest_width) != 0 && in CStretchEngine()
/external/pdfium/core/include/fxcodec/
Dfx_codec.h454 FX_BOOL bInterpol = TRUE) = 0;