Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Djpeg.c184 #define XmpNamespaceExtent 28 macro
668 if ((length > XmpNamespaceExtent) && in ReadXmlProfile()
669 (LocaleNCompare((char *) p,xmp_namespace,XmpNamespaceExtent-1) == 0)) in ReadXmlProfile()
677 p=GetStringInfoDatum(profile)+XmpNamespaceExtent; in ReadXmlProfile()
678 for (j=XmpNamespaceExtent; j < (ssize_t) length; j++) in ReadXmlProfile()
2113 GetStringInfoDatum(xmp_profile)[XmpNamespaceExtent]='\0'; in WriteProfile()
Dheic.c88 #define XmpNamespaceExtent 28 macro
791 GetStringInfoDatum(xmp_profile)[XmpNamespaceExtent]='\0'; in WriteProfile()