Searched refs:png_signature (Results 1 – 4 of 4) sorted by relevance
/external/qemu/distrib/libpng-1.2.19/ |
D | png.c | 119 png_byte png_signature[8] = {137, 80, 78, 71, 13, 10, 26, 10}; in png_sig_cmp() local 131 return ((int)(png_memcmp(&sig[start], &png_signature[start], num_to_check))); in png_sig_cmp()
|
D | pngwutil.c | 134 png_byte png_signature[8] = {137, 80, 78, 71, 13, 10, 26, 10}; in png_write_sig() local 136 png_write_data(png_ptr, &png_signature[png_ptr->sig_bytes], in png_write_sig()
|
/external/libpng/ |
D | png.c | 123 png_byte png_signature[8] = {137, 80, 78, 71, 13, 10, 26, 10}; in png_sig_cmp() local 135 return ((int)(png_memcmp(&sig[start], &png_signature[start], num_to_check))); in png_sig_cmp()
|
D | pngwutil.c | 65 png_byte png_signature[8] = {137, 80, 78, 71, 13, 10, 26, 10}; in png_write_sig() local 68 png_write_data(png_ptr, &png_signature[png_ptr->sig_bytes], in png_write_sig()
|