Searched refs:FormatMagickTime (Results 1 – 10 of 10) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | string_.h | 87 FormatMagickTime(const time_t,const size_t,char *);
|
D | log.c | 993 (void) FormatMagickTime(seconds,extent,timestamp); in TranslateEvent() 1139 q+=FormatMagickTime(seconds,extent,q); in TranslateEvent()
|
D | constitute.c | 784 (void) FormatMagickTime((time_t) GetBlobProperties(next)->st_mtime, in ReadImage() 787 (void) FormatMagickTime((time_t) GetBlobProperties(next)->st_ctime, in ReadImage()
|
D | string.c | 1188 MagickExport ssize_t FormatMagickTime(const time_t time,const size_t length, in FormatMagickTime() function
|
/external/ImageMagick/coders/ |
D | dng.c | 170 (void) FormatMagickTime(raw_info->other.timestamp,MagickPathExtent,timestamp); in SetDNGProperties()
|
D | ps2.c | 573 (void) FormatMagickTime(timer,MagickPathExtent,date); in WritePS2Image()
|
D | ps3.c | 1022 (void) FormatMagickTime(timer,MagickPathExtent,date); in WritePS3Image()
|
D | ps.c | 1673 (void) FormatMagickTime(timer,MagickPathExtent,date); in WritePSImage()
|
D | dpx.c | 1594 (void) FormatMagickTime(seconds,sizeof(dpx.file.timestamp), in WriteDPXImage()
|
D | pdf.c | 1453 (void) FormatMagickTime(time((time_t *) NULL),MagickPathExtent,timestamp); in WritePDFImage()
|