Home
last modified time | relevance | path

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

/external/pdfium/samples/
Dimage_diff_png.h15 bool DecodePNG(const unsigned char* input, size_t input_size,
Dimage_diff.cc83 if (!image_diff_png::DecodePNG(&compressed[0], compressed.size(), in CreateFromFilename()
Dimage_diff_png.cc615 bool DecodePNG(const unsigned char* input, size_t input_size, in DecodePNG() function