HomeSort by relevance Sort by last modified time
    Searched refs:DecodePNG (Results 1 - 5 of 5) 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 83 if (!image_diff_png::DecodePNG(source.get(), byte_length,
108 if (!image_diff_png::DecodePNG(&compressed[0], compressed.size(),
image_diff_png.cc 621 bool DecodePNG(const unsigned char* input, size_t input_size,
  /external/chromium_org/ui/base/resource/
resource_bundle.h 345 static bool DecodePNG(const unsigned char* buf,
resource_bundle.cc 631 if (DecodePNG(memory->front(), memory->size(), bitmap, fell_back_to_1x))
728 bool ResourceBundle::DecodePNG(const unsigned char* buf,

Completed in 261 milliseconds