Home
last modified time | relevance | path

Searched refs:v_GetNextLine (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/fxcodec/codec/
Dccodec_scanlinedecoder.h38 virtual uint8_t* v_GetNextLine() = 0;
Dccodec_scanlinedecoder.cpp72 return v_GetNextLine(); in ReadNextLine()
Dfx_codec.cpp1569 uint8_t* v_GetNextLine() override;
1660 uint8_t* CCodec_RLScanlineDecoder::v_GetNextLine() { in v_GetNextLine() function in CCodec_RLScanlineDecoder
Dfx_codec_fax.cpp469 uint8_t* v_GetNextLine() override;
512 uint8_t* CCodec_FaxDecoder::v_GetNextLine() { in v_GetNextLine() function in CCodec_FaxDecoder
Dfx_codec_jpeg.cpp182 uint8_t* v_GetNextLine() override;
325 uint8_t* CCodec_JpegDecoder::v_GetNextLine() { in v_GetNextLine() function in CCodec_JpegDecoder
Dfx_codec_flate.cpp599 uint8_t* v_GetNextLine() override;
693 uint8_t* CCodec_FlateScanlineDecoder::v_GetNextLine() { in v_GetNextLine() function in CCodec_FlateScanlineDecoder