Home
last modified time | relevance | path

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

/external/chromium_org/tools/imagediff/
Dimage_diff_png.h14 bool DecodePNG(const unsigned char* input, size_t input_size,
Dimage_diff.cc88 if (!image_diff_png::DecodePNG(source.get(), byte_length, in CreateFromStdin()
113 if (!image_diff_png::DecodePNG(&compressed[0], compressed.size(), in CreateFromFilename()
Dimage_diff_png.cc621 bool DecodePNG(const unsigned char* input, size_t input_size, in DecodePNG() function
/external/chromium_org/chrome/test/functional/ispy/common/
Dimage_tools_unittest.py175 image_tools.DecodePNG(
178 image_tools.DecodePNG(
Dimage_tools.py313 def DecodePNG(png): function
Dispy_utils.py84 return image_tools.DecodePNG(self.cloud_bucket.DownloadFile(full_path))
/external/chromium_org/ui/base/resource/
Dresource_bundle.h346 static bool DecodePNG(const unsigned char* buf,
Dresource_bundle.cc700 if (DecodePNG(memory->front(), memory->size(), bitmap, fell_back_to_1x)) in LoadBitmap()
797 bool ResourceBundle::DecodePNG(const unsigned char* buf, in DecodePNG() function in ui::ResourceBundle