Searched defs:png_time (Results 1 - 2 of 2) sorted by relevance

/external/libpng/
H A Dpng.h736 /* png_time is a way to hold the time in an machine independent way.
750 } png_time; typedef in typeref:struct:png_time_struct
751 typedef png_time FAR * png_timep;
752 typedef png_time FAR * FAR * png_timepp;
918 * modified. See the png_time struct for the contents of this struct.
920 png_time mod_time PNG_DEPSTRUCT;
1727 /* Convert from a struct tm to png_time */
1731 /* Convert from time_t to png_time. Uses gmtime() */
/external/qemu/distrib/libpng-1.2.19/
H A Dpng.h619 /* png_time is a way to hold the time in an machine independent way.
633 } png_time; typedef in typeref:struct:png_time_struct
634 typedef png_time FAR * png_timep;
635 typedef png_time FAR * FAR * png_timepp;
755 * modified. See the png_time struct for the contents of this struct.
757 png_time mod_time;
1531 /* convert from a struct tm to png_time */
1535 /* convert from time_t to png_time. Uses gmtime() */

Completed in 46 milliseconds