Searched refs:png_time (Results 1 - 11 of 11) sorted by relevance

/external/libpng/
H A Dpnginfo.h128 * modified. See the png_time struct for the contents of this struct.
130 png_time mod_time;
H A Dpng.h716 /* png_time is a way to hold the time in an machine independent way.
730 } png_time; typedef in typeref:struct:png_time_struct
731 typedef png_time * png_timep;
732 typedef const png_time * png_const_timep;
733 typedef png_time * * png_timepp;
1164 /* Convert from a struct tm to png_time */
1168 /* Convert from time_t to png_time. Uses gmtime() */
H A Dpngrutil.c2348 png_time mod_time;
/external/libpng/contrib/gregbook/
H A Dwritepng.c173 png_time modtime;
/external/chromium_org/third_party/libpng/
H A Dpng.h733 /* png_time is a way to hold the time in an machine independent way.
747 } png_time; typedef in typeref:struct:png_time_struct
748 typedef png_time FAR * png_timep;
749 typedef png_time FAR * FAR * png_timepp;
871 * modified. See the png_time struct for the contents of this struct.
873 png_time mod_time PNG_DEPSTRUCT;
1671 /* Convert from a struct tm to png_time */
1675 /* Convert from time_t to png_time. Uses gmtime() */
H A Dpngset.c828 png_memcpy(&(info_ptr->mod_time), mod_time, png_sizeof(png_time));
H A Dpngrutil.c1959 png_time mod_time;
/external/qemu/distrib/libpng-1.2.46/
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() */
H A Dpngset.c838 png_memcpy(&(info_ptr->mod_time), mod_time, png_sizeof(png_time));
H A Dpngrutil.c1975 png_time mod_time;
/external/libpng/contrib/libtests/
H A Dpngvalid.c4160 png_time pt;

Completed in 153 milliseconds