Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/codec/
Dccodec_pngmodule.h25 virtual bool PngReadHeader(int width,
Dccodec_progressivedecoder.h126 bool PngReadHeader(int width,
Dccodec_pngmodule.cpp133 if (!pContext->m_pDelegate->PngReadHeader(width, height, bpc, pass, in _png_get_header_func()
Dfx_codec_progress.cpp331 bool CCodec_ProgressiveDecoder::PngReadHeader(int width, in PngReadHeader() function in CCodec_ProgressiveDecoder