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

  /external/pdfium/core/fxcodec/codec/
icodec_pngmodule.h 27 virtual bool PngAskScanlineBuf(int line, uint8_t*& src_buf) = 0;
ccodec_pngmodule.cpp 191 if (!pModule->GetDelegate()->PngAskScanlineBuf(row_num, src_buf)) {
ccodec_progressivedecoder.h 178 bool PngAskScanlineBuf(int line, uint8_t*& src_buf) override;
fx_codec_progress.cpp 410 bool CCodec_ProgressiveDecoder::PngAskScanlineBuf(int line, uint8_t*& src_buf) {
    [all...]

Completed in 5265 milliseconds