Home
last modified time | relevance | path

Searched refs:decoder_array (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
Dfpdf_parser_decode.cpp377 std::vector<std::pair<ByteString, const CPDF_Object*>> decoder_array; in GetDecoderArray() local
384 decoder_array.push_back( in GetDecoderArray()
389 decoder_array.push_back( in GetDecoderArray()
393 return decoder_array; in GetDecoderArray()
400 const std::vector<std::pair<ByteString, const CPDF_Object*>>& decoder_array, in PDF_DataDecode() argument
409 size_t nSize = decoder_array.size(); in PDF_DataDecode()
412 ByteString decoder = decoder_array[i].first; in PDF_DataDecode()
413 const CPDF_Dictionary* pParam = ToDictionary(decoder_array[i].second); in PDF_DataDecode()
Dcpdf_stream_acc.cpp139 decoder_array = GetDecoderArray(m_pStream->GetDict()); in ProcessFilteredData() local
140 if (!decoder_array.has_value() || in ProcessFilteredData()
142 decoder_array.value(), &pDecodedData, &dwDecodedSize, in ProcessFilteredData()
Dfpdf_parser_decode.h85 const std::vector<std::pair<ByteString, const CPDF_Object*>>& decoder_array,