Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec.cpp125 uint8_t* pLine = v_GetNextLine(); in ReadNextLine()
302 uint8_t* v_GetNextLine() override;
395 uint8_t* CCodec_RLScanlineDecoder::v_GetNextLine() { in v_GetNextLine() function in CCodec_RLScanlineDecoder
Dfx_codec_fax.cpp618 uint8_t* v_GetNextLine() override;
677 uint8_t* CCodec_FaxDecoder::v_GetNextLine() { in v_GetNextLine() function in CCodec_FaxDecoder
Dfx_codec_jpeg.cpp326 uint8_t* v_GetNextLine() override;
499 uint8_t* CCodec_JpegDecoder::v_GetNextLine() { in v_GetNextLine() function in CCodec_JpegDecoder
Dfx_codec_flate.cpp755 uint8_t* v_GetNextLine() override;
847 uint8_t* CCodec_FlateScanlineDecoder::v_GetNextLine() { in v_GetNextLine() function in CCodec_FlateScanlineDecoder
Dcodec_int.h86 virtual uint8_t* v_GetNextLine() = 0;