Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Djson.c93 } IPTCInfo; typedef
746 IPTCInfo in EncodeIptcProfile()
765 values=(IPTCInfo **) NULL; in EncodeIptcProfile()
776 value=(IPTCInfo *) NULL; in EncodeIptcProfile()
782 if (value == (IPTCInfo *) NULL) in EncodeIptcProfile()
784 values=(IPTCInfo **) ResizeQuantumMemory(values,count+1, in EncodeIptcProfile()
786 if (values == (IPTCInfo **) NULL) in EncodeIptcProfile()
788 value=(IPTCInfo *) AcquireMagickMemory(sizeof(*value)); in EncodeIptcProfile()
789 if (value == (IPTCInfo *) NULL) in EncodeIptcProfile()
879 if (values != (IPTCInfo **) NULL) in EncodeIptcProfile()
[all …]