Searched refs:DecodePNG (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/tools/imagediff/ |
D | image_diff_png.h | 14 bool DecodePNG(const unsigned char* input, size_t input_size,
|
D | image_diff.cc | 88 if (!image_diff_png::DecodePNG(source.get(), byte_length, in CreateFromStdin() 113 if (!image_diff_png::DecodePNG(&compressed[0], compressed.size(), in CreateFromFilename()
|
D | image_diff_png.cc | 621 bool DecodePNG(const unsigned char* input, size_t input_size, in DecodePNG() function
|
/external/chromium_org/chrome/test/functional/ispy/common/ |
D | image_tools_unittest.py | 175 image_tools.DecodePNG( 178 image_tools.DecodePNG(
|
D | image_tools.py | 313 def DecodePNG(png): function
|
D | ispy_utils.py | 84 return image_tools.DecodePNG(self.cloud_bucket.DownloadFile(full_path))
|
/external/chromium_org/ui/base/resource/ |
D | resource_bundle.h | 346 static bool DecodePNG(const unsigned char* buf,
|
D | resource_bundle.cc | 700 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
|