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

/external/libpng/
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],
H A Dpng.c56 png_byte png_signature[8] = {137, 80, 78, 71, 13, 10, 26, 10}; local
70 return ((int)(memcmp(&sig[start], &png_signature[start], num_to_check)));
/external/opencv3/3rdparty/libpng/
H A Dpng.c51 png_byte png_signature[8] = {137, 80, 78, 71, 13, 10, 26, 10}; local
65 return ((int)(png_memcmp(&sig[start], &png_signature[start], num_to_check)));
H A Dpngwutil.c70 png_byte png_signature[8] = {137, 80, 78, 71, 13, 10, 26, 10}; local
78 png_write_data(png_ptr, &png_signature[png_ptr->sig_bytes],
/external/pdfium/third_party/lpng_v163/
H A Dpng.c50 png_byte png_signature[8] = {137, 80, 78, 71, 13, 10, 26, 10}; local
64 return ((int)(memcmp(&sig[start], &png_signature[start], num_to_check)));
H A Dpngwutil.c52 png_byte png_signature[8] = {137, 80, 78, 71, 13, 10, 26, 10}; local
60 png_write_data(png_ptr, &png_signature[png_ptr->sig_bytes],

Completed in 57 milliseconds