/external/libpng/ |
pngwutil.c | 24 png_save_uint_32(png_bytep buf, png_uint_32 i) function 94 png_save_uint_32(buf, length); 95 png_save_uint_32(buf + 4, chunk_name); 161 png_save_uint_32(buf, png_ptr->crc); 809 png_save_uint_32(buf, width); 810 png_save_uint_32(buf + 4, height); [all...] |
/external/opencv3/3rdparty/libpng/ |
pngwutil.c | 24 png_save_uint_32(png_bytep buf, png_uint_32 i) function 111 png_save_uint_32(buf, length); 112 png_save_uint_32(buf + 4, chunk_name); 178 png_save_uint_32(buf, png_ptr->crc); 813 png_save_uint_32(buf, width); 814 png_save_uint_32(buf + 4, height); [all...] |
/external/pdfium/third_party/lpng_v163/ |
pngwutil.c | 23 png_save_uint_32(png_bytep buf, png_uint_32 i)
function 93 png_save_uint_32(buf, length);
94 png_save_uint_32(buf + 4, chunk_name);
160 png_save_uint_32(buf, png_ptr->crc);
889 png_save_uint_32(buf, width);
890 png_save_uint_32(buf + 4, height);
[all...] |
png.h | 612 #define png_save_uint_32 FOXIT_png_save_uint_32 macro [all...] |