Home
last modified time | relevance | path

Searched refs:FormatImageProperty (Results 1 – 8 of 8) sorted by relevance

/external/ImageMagick/coders/
Ddpx.c727 (void) FormatImageProperty(image,"dpx:file.version","%.8s",dpx.file.version); in ReadDPXImage()
733 (void) FormatImageProperty(image,"dpx:file.ditto.key","%u", in ReadDPXImage()
743 (void) FormatImageProperty(image,"dpx:file.filename","%.100s", in ReadDPXImage()
745 (void) FormatImageProperty(image,"document","%.100s",dpx.file.filename); in ReadDPXImage()
749 (void) FormatImageProperty(image,"dpx:file.timestamp","%.24s", in ReadDPXImage()
755 (void) FormatImageProperty(image,"dpx:file.creator","%.100s", in ReadDPXImage()
757 (void) FormatImageProperty(image,"software","%.100s",dpx.file.creator); in ReadDPXImage()
763 (void) FormatImageProperty(image,"dpx:file.project","%.200s", in ReadDPXImage()
765 (void) FormatImageProperty(image,"comment","%.100s",dpx.file.project); in ReadDPXImage()
771 (void) FormatImageProperty(image,"dpx:file.copyright","%.200s", in ReadDPXImage()
[all …]
Dcin.c488 (void) FormatImageProperty(image,"dpx:image.orientation","%d", in ReadCINImage()
590 (void) FormatImageProperty(image,"dpx:origination.x_offset","%.20g", in ReadCINImage()
595 (void) FormatImageProperty(image,"dpx:origination.y_offset","%.20g", in ReadCINImage()
653 (void) FormatImageProperty(image,"dpx:film.id","%d",cin.film.id); in ReadCINImage()
658 (void) FormatImageProperty(image,"dpx:film.type","%d",cin.film.type); in ReadCINImage()
663 (void) FormatImageProperty(image,"dpx:film.offset","%d", in ReadCINImage()
670 (void) FormatImageProperty(image,"dpx:film.prefix","%.20g",(double) in ReadCINImage()
681 (void) FormatImageProperty(image,"dpx:film.frame_position","%.20g", in ReadCINImage()
686 (void) FormatImageProperty(image,"dpx:film.frame_rate","%g", in ReadCINImage()
Djnx.c308 (void) FormatImageProperty(tile_image,"jnx:northeast","%.20g,%.20g", in ReadJNXImage()
310 (void) FormatImageProperty(tile_image,"jnx:southwest","%.20g,%.20g", in ReadJNXImage()
Dmsl.c4902 FormatImageProperty(image,"msl:font-metrics.pixels_per_em.x", in MSLStartElement()
4904 FormatImageProperty(image,"msl:font-metrics.pixels_per_em.y", in MSLStartElement()
4906 FormatImageProperty(image,"msl:font-metrics.ascent","%g", in MSLStartElement()
4908 FormatImageProperty(image,"msl:font-metrics.descent","%g", in MSLStartElement()
4910 FormatImageProperty(image,"msl:font-metrics.width","%g", in MSLStartElement()
4912 FormatImageProperty(image,"msl:font-metrics.height","%g", in MSLStartElement()
4914 FormatImageProperty(image,"msl:font-metrics.max_advance","%g", in MSLStartElement()
4916 FormatImageProperty(image,"msl:font-metrics.bounds.x1","%g", in MSLStartElement()
4918 FormatImageProperty(image,"msl:font-metrics.bounds.y1","%g", in MSLStartElement()
4920 FormatImageProperty(image,"msl:font-metrics.bounds.x2","%g", in MSLStartElement()
[all …]
/external/ImageMagick/MagickCore/
Dproperty.h39 FormatImageProperty(Image *,const char *,const char *,...)
Dmethods.h336 #define FormatImageProperty PrependMagickMethod(FormatImageProperty) macro
Dcompare.c1355 (void) FormatImageProperty(image,"distortion","%.*g",GetMagickPrecision(), in GetImageDistortion()
Dproperty.c354 MagickExport MagickBooleanType FormatImageProperty(Image *image, in FormatImageProperty() function