Searched refs:decoder_array (Results 1 – 6 of 6) sorted by relevance
204 absl::optional<DecoderArray> decoder_array = GetDecoderArray(dict); in TEST() local205 ASSERT_TRUE(decoder_array.has_value()); in TEST()206 EXPECT_TRUE(decoder_array.value().empty()); in TEST()212 absl::optional<DecoderArray> decoder_array = GetDecoderArray(dict); in TEST() local213 EXPECT_FALSE(decoder_array.has_value()); in TEST()219 absl::optional<DecoderArray> decoder_array = GetDecoderArray(dict); in TEST() local220 ASSERT_TRUE(decoder_array.has_value()); in TEST()221 ASSERT_EQ(1u, decoder_array.value().size()); in TEST()222 EXPECT_EQ("RL", decoder_array.value()[0].first); in TEST()228 absl::optional<DecoderArray> decoder_array = GetDecoderArray(dict); in TEST() local[all …]
383 DecoderArray decoder_array; in GetDecoderArray() local390 decoder_array.emplace_back( in GetDecoderArray()396 decoder_array.emplace_back(pFilter->GetString(), in GetDecoderArray()400 return decoder_array; in GetDecoderArray()406 const DecoderArray& decoder_array, in PDF_DataDecode() argument415 size_t nSize = decoder_array.size(); in PDF_DataDecode()418 ByteString decoder = decoder_array[i].first; in PDF_DataDecode()420 ToDictionary(decoder_array[i].second); in PDF_DataDecode()
147 absl::optional<DecoderArray> decoder_array = in ProcessFilteredData() local149 if (!decoder_array.has_value() || decoder_array.value().empty() || in ProcessFilteredData()151 decoder_array.value(), &pDecodedData, &dwDecodedSize, in ProcessFilteredData()
93 const DecoderArray& decoder_array,
386 absl::optional<DecoderArray> decoder_array = GetDecoderArray(m_pDict); in LoadColorInfo() local387 if (!decoder_array.has_value()) in LoadColorInfo()397 if (!m_bImageMask && !decoder_array.value().empty()) { in LoadColorInfo()398 const ByteString& filter = decoder_array.value().back().first; in LoadColorInfo()441 if (!decoder_array.value().empty()) in LoadColorInfo()442 filter = decoder_array.value().back().first; in LoadColorInfo()
584 absl::optional<DecoderArray> decoder_array = in HandleFilters() local586 if (!decoder_array.has_value()) in HandleFilters()589 for (const auto& decoder : decoder_array.value()) { in HandleFilters()