Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/codec/
Dccodec_pngmodule.h34 virtual bool PngAskScanlineBuf(int line, uint8_t** pSrcBuf) = 0;
Dccodec_progressivedecoder.h132 bool PngAskScanlineBuf(int line, uint8_t** pSrcBuf) override;
Dccodec_pngmodule.cpp188 if (!pContext->m_pDelegate->PngAskScanlineBuf(row_num, &src_buf)) in _png_get_row_func()
Dfx_codec_progress.cpp388 bool CCodec_ProgressiveDecoder::PngAskScanlineBuf(int line, uint8_t** pSrcBuf) { in PngAskScanlineBuf() function in CCodec_ProgressiveDecoder