Searched refs:decoder_array (Results 1 – 6 of 6) sorted by relevance
181 absl::optional<DecoderArray> decoder_array = GetDecoderArray(dict); in TEST() local182 ASSERT_TRUE(decoder_array.has_value()); in TEST()183 EXPECT_TRUE(decoder_array.value().empty()); in TEST()189 absl::optional<DecoderArray> decoder_array = GetDecoderArray(dict); in TEST() local190 EXPECT_FALSE(decoder_array.has_value()); in TEST()196 absl::optional<DecoderArray> decoder_array = GetDecoderArray(dict); in TEST() local197 ASSERT_TRUE(decoder_array.has_value()); in TEST()198 ASSERT_EQ(1u, decoder_array.value().size()); in TEST()199 EXPECT_EQ("RL", decoder_array.value()[0].first); in TEST()205 absl::optional<DecoderArray> decoder_array = GetDecoderArray(dict); in TEST() local[all …]
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()
380 DecoderArray decoder_array; in GetDecoderArray() local387 decoder_array.emplace_back( in GetDecoderArray()393 decoder_array.emplace_back(pFilter->GetString(), in GetDecoderArray()397 return decoder_array; in GetDecoderArray()403 const DecoderArray& decoder_array, in PDF_DataDecode() argument412 size_t nSize = decoder_array.size(); in PDF_DataDecode()415 ByteString decoder = decoder_array[i].first; in PDF_DataDecode()417 ToDictionary(decoder_array[i].second); in PDF_DataDecode()
93 const DecoderArray& decoder_array,
390 absl::optional<DecoderArray> decoder_array = GetDecoderArray(m_pDict); in LoadColorInfo() local391 if (!decoder_array.has_value()) in LoadColorInfo()401 if (!m_bImageMask && !decoder_array.value().empty()) { in LoadColorInfo()402 const ByteString& filter = decoder_array.value().back().first; in LoadColorInfo()445 if (!decoder_array.value().empty()) in LoadColorInfo()446 filter = decoder_array.value().back().first; in LoadColorInfo()
602 absl::optional<DecoderArray> decoder_array = in HandleFilters() local604 if (!decoder_array.has_value()) in HandleFilters()607 for (const auto& decoder : decoder_array.value()) { in HandleFilters()