Searched refs:ValidateDecoderPipeline (Results 1 – 4 of 4) sorted by relevance
14 TEST(fpdf_parser_decode, ValidateDecoderPipeline) { in TEST() argument18 EXPECT_TRUE(ValidateDecoderPipeline(decoders.Get())); in TEST()24 EXPECT_TRUE(ValidateDecoderPipeline(decoders.Get())); in TEST()30 EXPECT_TRUE(ValidateDecoderPipeline(decoders.Get())); in TEST()37 EXPECT_TRUE(ValidateDecoderPipeline(decoders.Get())); in TEST()44 EXPECT_TRUE(ValidateDecoderPipeline(decoders.Get())); in TEST()54 EXPECT_TRUE(ValidateDecoderPipeline(decoders.Get())); in TEST()64 EXPECT_TRUE(ValidateDecoderPipeline(decoders.Get())); in TEST()70 EXPECT_FALSE(ValidateDecoderPipeline(decoders.Get())); in TEST()77 EXPECT_FALSE(ValidateDecoderPipeline(decoders.Get())); in TEST()[all …]
31 bool ValidateDecoderPipeline(const CPDF_Array* pDecoders);
91 bool ValidateDecoderPipeline(const CPDF_Array* pDecoders) { in ValidateDecoderPipeline() function379 if (!ValidateDecoderPipeline(pDecoders)) in GetDecoderArray()
386 if (!ValidateDecoderPipeline(pArray)) in LoadColorInfo()