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

  /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.cpp 94 png_set_sig_bytes(*png_ptr, sizeof(header));
  /development/tools/etc1tool/
etc1tool.cpp 188 png_set_sig_bytes(png_ptr, PNG_HEADER_SIZE);
  /external/skia/third_party/libpng/
pngprefix.h 227 #define png_set_sig_bytes skia_png_set_sig_bytes macro
  /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/pdfium/samples/fx_lpng/lpng_v163/
png.h 390 #define png_set_sig_bytes FOXIT_png_set_sig_bytes macro
    [all...]
fx_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/
Png.cpp 110 png_set_sig_bytes(readPtr, kPngSignatureSize);
    [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 260 milliseconds