Searched refs:sig_bytes (Results 1 – 15 of 15) sorted by relevance
/external/libpng/ |
D | pngpread.c | 154 png_size_t num_checked = png_ptr->sig_bytes, /* SAFE, does not exceed 8 */ in png_push_read_sig() 164 png_ptr->sig_bytes = (png_byte)(png_ptr->sig_bytes + num_to_check); in png_push_read_sig() 177 if (png_ptr->sig_bytes >= 8) in png_push_read_sig()
|
D | pngstruct.h | 307 png_byte sig_bytes; /* magic bytes read/written from start of file */ member
|
D | pngwutil.c | 61 png_write_data(png_ptr, &png_signature[png_ptr->sig_bytes], in png_write_sig() 62 (png_size_t)(8 - png_ptr->sig_bytes)); in png_write_sig() 64 if (png_ptr->sig_bytes < 3) in png_write_sig()
|
D | pngrutil.c | 120 if (png_ptr->sig_bytes >= 8) in png_read_sig() 123 num_checked = png_ptr->sig_bytes; in png_read_sig() 132 png_ptr->sig_bytes = 8; in png_read_sig()
|
D | png.c | 37 png_ptr->sig_bytes = (png_byte)(num_bytes < 0 ? 0 : num_bytes); in png_set_sig_bytes()
|
/external/chromium_org/third_party/libpng/ |
D | pngpread.c | 121 png_size_t num_checked = png_ptr->sig_bytes, in png_push_read_sig() 131 png_ptr->sig_bytes = (png_byte)(png_ptr->sig_bytes + num_to_check); in png_push_read_sig() 143 if (png_ptr->sig_bytes >= 8) in png_push_read_sig()
|
D | pngread.c | 362 if (png_ptr->sig_bytes < 8) in png_read_info() 364 png_size_t num_checked = png_ptr->sig_bytes, in png_read_info() 368 png_ptr->sig_bytes = 8; in png_read_info()
|
D | pngwutil.c | 68 png_write_data(png_ptr, &png_signature[png_ptr->sig_bytes], in png_write_sig() 69 (png_size_t)(8 - png_ptr->sig_bytes)); in png_write_sig() 70 if (png_ptr->sig_bytes < 3) in png_write_sig()
|
D | png.c | 109 png_ptr->sig_bytes = (png_byte)(num_bytes < 0 ? 0 : num_bytes); in png_set_sig_bytes()
|
D | png.h | 1328 png_byte sig_bytes PNG_DEPSTRUCT; /* magic bytes read/written from start of file */
|
/external/qemu/distrib/libpng-1.2.46/ |
D | pngpread.c | 121 png_size_t num_checked = png_ptr->sig_bytes, in png_push_read_sig() 131 png_ptr->sig_bytes = (png_byte)(png_ptr->sig_bytes + num_to_check); in png_push_read_sig() 143 if (png_ptr->sig_bytes >= 8) in png_push_read_sig()
|
D | pngread.c | 366 if (png_ptr->sig_bytes < 8) in png_read_info() 368 png_size_t num_checked = png_ptr->sig_bytes, in png_read_info() 372 png_ptr->sig_bytes = 8; in png_read_info()
|
D | png.c | 110 png_ptr->sig_bytes = (png_byte)(num_bytes < 0 ? 0 : num_bytes); in png_set_sig_bytes()
|
D | pngwutil.c | 68 png_write_data(png_ptr, &png_signature[png_ptr->sig_bytes], in png_write_sig() 69 (png_size_t)(8 - png_ptr->sig_bytes)); in png_write_sig() 70 if (png_ptr->sig_bytes < 3) in png_write_sig()
|
D | png.h | 1381 png_byte sig_bytes PNG_DEPSTRUCT; /* magic bytes read/written from start of file */
|