HomeSort by relevance Sort by last modified time
    Searched refs:png_signature (Results 1 - 6 of 6) sorted by null

  /external/libpng/
pngwutil.c 53 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],
    [all...]
png.c 56 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)));
    [all...]
  /external/opencv3/3rdparty/libpng/
png.c 51 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)));
    [all...]
pngwutil.c 70 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],
    [all...]
  /external/pdfium/third_party/lpng_v163/
png.c 50 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)));
    [all...]
pngwutil.c 52 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],
    [all...]

Completed in 258 milliseconds