Searched refs:png_signature (Results 1 - 6 of 6) sorted by relevance

/external/qemu/distrib/libpng-1.2.46/
H A Dpng.c124 png_byte png_signature[8] = {137, 80, 78, 71, 13, 10, 26, 10}; local
136 return ((int)(png_memcmp(&sig[start], &png_signature[start], num_to_check)));
H A Dpngwutil.c65 png_byte png_signature[8] = {137, 80, 78, 71, 13, 10, 26, 10}; local
68 png_write_data(png_ptr, &png_signature[png_ptr->sig_bytes],
/external/chromium_org/third_party/libpng/
H A Dpng.c123 png_byte png_signature[8] = {137, 80, 78, 71, 13, 10, 26, 10}; local
135 return ((int)(png_memcmp(&sig[start], &png_signature[start], num_to_check)));
H A Dpngwutil.c65 png_byte png_signature[8] = {137, 80, 78, 71, 13, 10, 26, 10}; local
68 png_write_data(png_ptr, &png_signature[png_ptr->sig_bytes],
/external/libpng/
H A Dpng.c51 png_byte png_signature[8] = {137, 80, 78, 71, 13, 10, 26, 10}; local
65 return ((int)(memcmp(&sig[start], &png_signature[start], num_to_check)));
H A Dpngwutil.c53 png_byte png_signature[8] = {137, 80, 78, 71, 13, 10, 26, 10}; local
61 png_write_data(png_ptr, &png_signature[png_ptr->sig_bytes],

Completed in 377 milliseconds