Home
last modified time | relevance | path

Searched defs:src_span (Results 1 – 13 of 13) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
Dfpdf_parser_decode.cpp115 uint32_t A85Decode(pdfium::span<const uint8_t> src_span, in A85Decode()
196 uint32_t HexDecode(pdfium::span<const uint8_t> src_span, in HexDecode()
237 uint32_t RunLengthDecode(pdfium::span<const uint8_t> src_span, in RunLengthDecode()
295 pdfium::span<const uint8_t> src_span, in CreateFaxDecoder()
320 pdfium::span<const uint8_t> src_span, in CreateFlateDecoder()
344 pdfium::span<const uint8_t> src_span, in FlateOrLZWDecode()
397 pdfium::span<const uint8_t> src_span, in PDF_DataDecode()
592 bool FlateEncode(pdfium::span<const uint8_t> src_span, in FlateEncode()
599 uint32_t FlateDecode(pdfium::span<const uint8_t> src_span, in FlateDecode()
/external/pdfium/core/fxcodec/jpeg/
Djpegmodule.cpp57 pdfium::span<const uint8_t> src_span) { in JpegScanSOI()
140 static bool JpegLoadInfo(pdfium::span<const uint8_t> src_span, in JpegLoadInfo()
334 bool JpegDecoder::Create(pdfium::span<const uint8_t> src_span, in Create()
481 pdfium::span<const uint8_t> src_span, in CreateDecoder()
496 pdfium::span<const uint8_t> src_span) { in LoadInfo()
/external/pdfium/core/fxcodec/jpx/
Djpxmodule.cpp15 pdfium::span<const uint8_t> src_span, in CreateDecoder()
/external/pdfium/core/fxcodec/basic/
Dbasicmodule.cpp216 pdfium::span<const uint8_t> src_span, in RunLengthEncode()
301 bool BasicModule::A85Encode(pdfium::span<const uint8_t> src_span, in A85Encode()
/external/pdfium/core/fxcodec/flate/
Dflatemodule.cpp139 CLZWDecoder::CLZWDecoder(pdfium::span<const uint8_t> src_span, in CLZWDecoder()
613 FlateScanlineDecoder::FlateScanlineDecoder(pdfium::span<const uint8_t> src_span, in FlateScanlineDecoder()
681 pdfium::span<const uint8_t> src_span, in FlatePredictorScanlineDecoder()
785 pdfium::span<const uint8_t> src_span, in CreateDecoder()
807 pdfium::span<const uint8_t> src_span, in FlateOrLZWDecode()
/external/pdfium/core/fxcodec/jbig2/
Djbig2module.cpp35 pdfium::span<const uint8_t> src_span, in StartDecode()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_localemgr.cpp1069 pdfium::span<const uint8_t> src_span) { in GetLocaleFromBuffer()
/external/pdfium/core/fxcodec/fax/
Dfaxmodule.cpp486 FaxDecoder::FaxDecoder(pdfium::span<const uint8_t> src_span, in FaxDecoder()
577 pdfium::span<const uint8_t> src_span, in CreateDecoder()
/external/pdfium/core/fpdfapi/page/
Dcpdf_streamparser.cpp69 uint32_t DecodeInlineStream(pdfium::span<const uint8_t> src_span, in DecodeInlineStream()
Dcpdf_image.cpp85 pdfium::span<uint8_t> src_span) { in InitJPEG()
Dcpdf_dib.cpp512 pdfium::span<const uint8_t> src_span = m_pStreamAcc->GetSpan(); in CreateDecoder() local
542 bool CPDF_DIB::CreateDCTDecoder(pdfium::span<const uint8_t> src_span, in CreateDCTDecoder()
/external/pdfium/core/fxge/
Dcfx_font.cpp380 bool CFX_Font::LoadEmbedded(pdfium::span<const uint8_t> src_span, in LoadEmbedded()
/external/pdfium/core/fxcodec/
Dprogressivedecoder.cpp573 pdfium::span<const uint8_t> src_span = row_buf.first(m_ScanlineSize); in BmpReadScanline() local