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

  /external/syslinux/com32/lib/libpng/
png.c 123 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)));
pngwutil.c 65 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],
    [all...]
  /external/skia/third_party/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/libpng/
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...]
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...]
  /external/pdfium/third_party/libpng16/
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...]
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...]

Completed in 58 milliseconds