HomeSort by relevance Sort by last modified time
    Searched defs:png_sig_cmp (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/libpng-1.2.19/
png.c 117 png_sig_cmp(png_bytep sig, png_size_t start, png_size_t num_to_check) function
137 * future - use png_sig_cmp(). Returns true (nonzero) if the file is PNG.
142 return ((int)!png_sig_cmp(sig, (png_size_t)0, (png_size_t)num));
  /external/libpng/
png.c 121 png_sig_cmp(png_bytep sig, png_size_t start, png_size_t num_to_check) function
141 * future - use png_sig_cmp(). Returns true (nonzero) if the file is PNG.
146 return ((int)!png_sig_cmp(sig, (png_size_t)0, (png_size_t)num));

Completed in 14 milliseconds