Lines Matching full:year
425 * Libpng only has three year fields. One is a 2-byte unsigned integer
430 * "png_uint_16 year" in png_time_struct.
448 * clock time, which returns (year - 1900), which we properly convert to
449 * the full 4-digit year. There is a possibility that applications using
451 * function, or that they are incorrectly passing only a 2-digit year
452 * instead of "year - 1900" into the png_convert_from_struct_tm() function,
458 * integer to hold the year, and can hold years as large as 65535.
740 * note - PNG has always been Year 2000 compliant!
744 png_uint_16 year; /* full year, as in, 1995 */
745 png_byte month; /* month of year, 1 - 12 */