Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dheic.c91 #define XmpNamespaceExtent 28 macro
560 GetStringInfoDatum(xmp_profile)[XmpNamespaceExtent]='\0'; in WriteProfile()
Djpeg.c182 #define XmpNamespaceExtent 28 macro
771 else if ((length > XmpNamespaceExtent) && in ReadProfile()
772 (LocaleNCompare((char *) p,xmp_namespace,XmpNamespaceExtent-1) == 0)) in ReadProfile()
780 p=GetStringInfoDatum(profile)+XmpNamespaceExtent; in ReadProfile()
781 for (j=XmpNamespaceExtent; j < (ssize_t) GetStringInfoLength(profile); j++) in ReadProfile()
2144 GetStringInfoDatum(xmp_profile)[XmpNamespaceExtent]='\0'; in WriteProfile()