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

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpnginfo.h143 * modified. See the png_time struct for the contents of this struct.
145 png_time mod_time;
H A Dpng.h667 /* png_time is a way to hold the time in an machine independent way.
681 } png_time; typedef in typeref:struct:png_time_struct
682 typedef png_time FAR * png_timep;
683 typedef PNG_CONST png_time FAR * png_const_timep;
684 typedef png_time FAR * FAR * png_timepp;
1112 /* Convert from a struct tm to png_time */
1116 /* Convert from time_t to png_time. Uses gmtime() */
H A Dpngset.c846 png_memcpy(&(info_ptr->mod_time), mod_time, png_sizeof(png_time));
H A Dpngrutil.c2106 png_time mod_time;

Completed in 58 milliseconds