Searched refs:FormatMagickTime (Results 1 – 10 of 10) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | string_.h | 82 FormatMagickTime(const time_t,const size_t,char *);
|
D | log.c | 978 (void) FormatMagickTime(seconds,extent,timestamp); in TranslateEvent() 1124 q+=FormatMagickTime(seconds,extent,q); in TranslateEvent()
|
D | constitute.c | 722 (void) FormatMagickTime(GetBlobProperties(next)->st_mtime,MagickPathExtent, in ReadImage() 725 (void) FormatMagickTime(GetBlobProperties(next)->st_ctime,MagickPathExtent, in ReadImage()
|
D | methods.h | 341 #define FormatMagickTime PrependMagickMethod(FormatMagickTime) macro
|
D | string.c | 1170 MagickExport ssize_t FormatMagickTime(const time_t time,const size_t length, in FormatMagickTime() function
|
/external/ImageMagick/coders/ |
D | ps2.c | 570 (void) FormatMagickTime(timer,MagickPathExtent,date); in WritePS2Image()
|
D | ps3.c | 1013 (void) FormatMagickTime(timer,MagickPathExtent,date); in WritePS3Image()
|
D | ps.c | 1638 (void) FormatMagickTime(timer,MagickPathExtent,date); in WritePSImage()
|
D | dpx.c | 1565 (void) FormatMagickTime(seconds,sizeof(dpx.file.timestamp), in WriteDPXImage()
|
D | pdf.c | 1382 (void) FormatMagickTime(time((time_t *) NULL),MagickPathExtent,timestamp); in WritePDFImage()
|