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

  /external/qemu/android/
loadpng.c 63 png_set_sig_bytes(p, 8);
195 png_set_sig_bytes(p, 8);
  /external/libpng/contrib/gregbook/
readpng.c 129 png_set_sig_bytes(png_ptr, 8); /* we already read the 8 signature bytes */
  /external/deqp/framework/common/
tcuImageIO.cpp 101 png_set_sig_bytes(png_ptr, 8);
  /external/libpng/contrib/pngminus/
png2pnm.c 241 png_set_sig_bytes (png_ptr, 8); /* we already read the 8 signature bytes */
  /external/libpng/contrib/visupng/
PngFile.c 166 png_set_sig_bytes(png_ptr, 8);
  /bootable/recovery/minui/
resources.c 90 png_set_sig_bytes(*png_ptr, sizeof(header));
  /development/tools/etc1tool/
etc1tool.cpp 188 png_set_sig_bytes(png_ptr, PNG_HEADER_SIZE);
  /external/chromium_org/third_party/libpng/
pngusr.h 421 #define png_set_sig_bytes wk_png_set_sig_bytes macro
png.c 99 png_set_sig_bytes(png_structp png_ptr, int num_bytes) function
101 png_debug(1, "in png_set_sig_bytes");
png.h     [all...]
  /external/libpng/
example.c 231 * you should call png_set_sig_bytes(png_ptr, PNG_BYTES_TO_CHECK); once
234 * don't call png_set_sig_bytes() with more than 8 bytes read or give it
242 * you have a PNG file, and call png_set_sig_bytes().
343 png_set_sig_bytes(png_ptr, sig_read);
    [all...]
png.h     [all...]
png.c 27 png_set_sig_bytes(png_structrp png_ptr, int num_bytes) function
29 png_debug(1, "in png_set_sig_bytes");
    [all...]
  /external/qemu/distrib/libpng-1.2.46/
png.c 100 png_set_sig_bytes(png_structp png_ptr, int num_bytes) function
102 png_debug(1, "in png_set_sig_bytes");
png.h     [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
png.h     [all...]
  /hardware/ti/omap4xxx/hwc/
hwc.c     [all...]
  /hardware/ti/omap4-aah/hwc/
hwc.c     [all...]

Completed in 863 milliseconds