Searched defs:src_span (Results 1 – 13 of 13) sorted by relevance
/external/pdfium/core/fpdfapi/parser/ |
D | fpdf_parser_decode.cpp | 115 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/ |
D | jpegmodule.cpp | 57 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/ |
D | jpxmodule.cpp | 15 pdfium::span<const uint8_t> src_span, in CreateDecoder()
|
/external/pdfium/core/fxcodec/basic/ |
D | basicmodule.cpp | 216 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/ |
D | flatemodule.cpp | 139 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/ |
D | jbig2module.cpp | 35 pdfium::span<const uint8_t> src_span, in StartDecode()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_localemgr.cpp | 1069 pdfium::span<const uint8_t> src_span) { in GetLocaleFromBuffer()
|
/external/pdfium/core/fxcodec/fax/ |
D | faxmodule.cpp | 486 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/ |
D | cpdf_streamparser.cpp | 69 uint32_t DecodeInlineStream(pdfium::span<const uint8_t> src_span, in DecodeInlineStream()
|
D | cpdf_image.cpp | 85 pdfium::span<uint8_t> src_span) { in InitJPEG()
|
D | cpdf_dib.cpp | 512 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/ |
D | cfx_font.cpp | 380 bool CFX_Font::LoadEmbedded(pdfium::span<const uint8_t> src_span, in LoadEmbedded()
|
/external/pdfium/core/fxcodec/ |
D | progressivedecoder.cpp | 573 pdfium::span<const uint8_t> src_span = row_buf.first(m_ScanlineSize); in BmpReadScanline() local
|