Searched refs:DecodePNG (Results 1 – 3 of 3) sorted by relevance
18 std::vector<uint8_t> DecodePNG(pdfium::span<const uint8_t> input,
98 data_ = image_diff_png::DecodePNG(compressed, reverse_byte_order, &w_, &h_); in CreateFromFilenameImpl()
659 std::vector<uint8_t> DecodePNG(pdfium::span<const uint8_t> input, in DecodePNG() function