Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/png/
Dpngmodule.h29 virtual bool PngAskScanlineBuf(int line, uint8_t** pSrcBuf) = 0;
Dpngmodule.cpp164 if (!pContext->m_pDelegate->PngAskScanlineBuf(row_num, &src_buf)) in _png_get_row_func()
/external/pdfium/core/fxcodec/
Dprogressivedecoder.h155 bool PngAskScanlineBuf(int line, uint8_t** pSrcBuf) override;
Dprogressivedecoder.cpp301 bool ProgressiveDecoder::PngAskScanlineBuf(int line, uint8_t** pSrcBuf) { in PngAskScanlineBuf() function in fxcodec::ProgressiveDecoder