Home
last modified time | relevance | path

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

/external/pdfium/testing/image_diff/
Dimage_diff_png.h18 std::vector<uint8_t> DecodePNG(pdfium::span<const uint8_t> input,
Dimage_diff.cpp98 data_ = image_diff_png::DecodePNG(compressed, reverse_byte_order, &w_, &h_); in CreateFromFilenameImpl()
Dimage_diff_png.cpp659 std::vector<uint8_t> DecodePNG(pdfium::span<const uint8_t> input, in DecodePNG() function