HomeSort by relevance Sort by last modified time
    Searched refs:DecodePNG (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/tools/imagediff/
image_diff_png.h 14 bool DecodePNG(const unsigned char* input, size_t input_size,
image_diff.cc 88 if (!image_diff_png::DecodePNG(source.get(), byte_length,
113 if (!image_diff_png::DecodePNG(&compressed[0], compressed.size(),
image_diff_png.cc 614 bool DecodePNG(const unsigned char* input, size_t input_size,
  /external/chromium_org/chrome/test/ispy/common/
image_tools_unittest.py 175 image_tools.DecodePNG(
178 image_tools.DecodePNG(
image_tools.py 313 def DecodePNG(png):
  /external/chromium_org/ui/base/resource/
resource_bundle.h 359 static bool DecodePNG(const unsigned char* buf,
resource_bundle.cc 761 if (DecodePNG(memory->front(), memory->size(), bitmap, fell_back_to_1x))
849 bool ResourceBundle::DecodePNG(const unsigned char* buf,

Completed in 342 milliseconds