Searched refs:DecodePNG (Results 1 – 3 of 3) sorted by relevance
15 bool DecodePNG(const unsigned char* input,
83 if (!image_diff_png::DecodePNG(compressed.data(), compressed.size(), &data_, in CreateFromFilename()
615 bool DecodePNG(const unsigned char* input, size_t input_size, in DecodePNG() function