/external/libpng/scripts/ |
pngos2.def | 148 png_set_sig_bytes
|
png32ce.def | 143 png_set_sig_bytes @135
|
pngw32.def | 146 png_set_sig_bytes @135
|
/external/qemu/ |
loadpng.c | 63 png_set_sig_bytes(p, 8); 195 png_set_sig_bytes(p, 8);
|
/bootable/recovery/minui/ |
resources.c | 89 png_set_sig_bytes(png_ptr, sizeof(header));
|
/external/libpng/ |
example.c | 44 * you should call png_set_sig_bytes(png_ptr, PNG_BYTES_TO_CHECK); once 47 * don't call png_set_sig_bytes() with more than 8 bytes read or give it 55 * you have a PNG file, and call png_set_sig_bytes(). 156 png_set_sig_bytes(png_ptr, sig_read);
|
png.c | 99 png_set_sig_bytes(png_structp png_ptr, int num_bytes) function 101 png_debug(1, "in png_set_sig_bytes");
|
libpng-1.2.44.txt | 261 png_set_sig_bytes(png_ptr, number); 607 (see png_set_sig_bytes())). [all...] |
libpng.3 | 649 \fBvoid png_set_sig_bytes (png_structp \fP\fIpng_ptr\fP\fB, int \fInum_bytes\fP\fB);\fP [all...] |
pngread.c | 349 * via png_set_sig_bytes(), and we will only check the remaining bytes [all...] |
pngwutil.c | 59 * we should call png_set_sig_bytes() to tell libpng how many of the [all...] |
png.h | [all...] |
CHANGES | [all...] |
/external/libpng/contrib/gregbook/ |
readpng.c | 128 png_set_sig_bytes(png_ptr, 8); /* we already read the 8 signature bytes */
|
/external/libpng/contrib/pngminus/ |
png2pnm.c | 240 png_set_sig_bytes (png_ptr, 8); /* we already read the 8 signature bytes */
|
/external/libpng/contrib/visupng/ |
PngFile.c | 164 png_set_sig_bytes(png_ptr, 8);
|
/external/qemu/distrib/libpng-1.2.19/ |
png.c | 98 png_set_sig_bytes(png_structp png_ptr, int num_bytes) function 101 png_debug(1, "in png_set_sig_bytes\n");
|
pngread.c | 320 * via png_set_sig_bytes(), and we will only check the remaining bytes [all...] |
pngwutil.c | 128 * we should call png_set_sig_bytes() to tell libpng how many of the [all...] |
png.h | [all...] |
/development/tools/etc1tool/ |
etc1tool.cpp | 188 png_set_sig_bytes(png_ptr, PNG_HEADER_SIZE);
|
/external/skia/src/images/ |
SkImageDecoder_libpng.cpp | 177 // png_set_sig_bytes(png_ptr, 0 /* sig_read */ );
|
/prebuilt/sdk/tools/linux/ |
aapt | |