HomeSort by relevance Sort by last modified time
    Searched refs:PngAskScanlineBuf (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/fxcodec/codec/
ccodec_pngmodule.h 34 virtual bool PngAskScanlineBuf(int line, uint8_t** pSrcBuf) = 0;
ccodec_pngmodule.cpp 188 if (!pContext->m_pDelegate->PngAskScanlineBuf(row_num, &src_buf))
ccodec_progressivedecoder.h 132 bool PngAskScanlineBuf(int line, uint8_t** pSrcBuf) override;
fx_codec_progress.cpp 388 bool CCodec_ProgressiveDecoder::PngAskScanlineBuf(int line, uint8_t** pSrcBuf) {
    [all...]

Completed in 396 milliseconds