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

  /external/libpng/contrib/gregbook/
readpng.c 130 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 246 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.cpp 92 png_set_sig_bytes(*png_ptr, sizeof(header));
  /development/tools/etc1tool/
etc1tool.cpp 188 png_set_sig_bytes(png_ptr, PNG_HEADER_SIZE);
  /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
31 png_debug(1, "in png_set_sig_bytes");
    [all...]
  /external/pdfium/third_party/lpng_v163/
png.h 390 #define png_set_sig_bytes FOXIT_png_set_sig_bytes macro
    [all...]
png.c 26 png_set_sig_bytes(png_structrp png_ptr, int num_bytes) function
28 png_debug(1, "in png_set_sig_bytes");
    [all...]
  /frameworks/base/tools/aapt2/compile/
Png.cpp 108 png_set_sig_bytes(readPtr, kPngSignatureSize);
    [all...]
  /external/opencv3/3rdparty/libpng/
png.c 27 png_set_sig_bytes(png_structp png_ptr, int num_bytes) function
29 png_debug(1, "in png_set_sig_bytes");
    [all...]
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...]
  /external/ImageMagick/coders/
png.c     [all...]

Completed in 1862 milliseconds