Searched defs:png_convert_from_struct_tm (Results 1 - 3 of 3) sorted by relevance

/external/libpng/
H A Dpngwrite.c461 png_convert_from_struct_tm(png_timep ptime, PNG_CONST struct tm * ttime) function
463 png_debug(1, "in png_convert_from_struct_tm");
481 png_convert_from_struct_tm(ptime, tbuf);
/external/pdfium/third_party/lpng_v163/
H A Dpngwrite.c450 png_convert_from_struct_tm(png_timep ptime, PNG_CONST struct tm * ttime) function
452 png_debug(1, "in png_convert_from_struct_tm");
470 png_convert_from_struct_tm(ptime, tbuf);
H A Dpng.h348 * png_convert_from_struct_tm() in pngwrite.c, called in pngwrite.c
361 * instead of "year - 1900" into the png_convert_from_struct_tm() function,
426 #define png_convert_from_struct_tm FOXIT_png_convert_from_struct_tm macro
1399 PNG_EXPORT(24, void, png_convert_from_struct_tm, (png_timep ptime,

Completed in 93 milliseconds