Home | History | Annotate | Download | only in coders

Lines Matching refs:GetStringInfoLength

311   if (GetStringInfoLength(profile) < 5)
464 for (i=0; i < (ssize_t) GetStringInfoLength(comment); i++)
552 for (i=(ssize_t) GetStringInfoLength(profile)-1; i >= 0; i--)
669 for (i=0; i < (ssize_t) GetStringInfoLength(profile); i++)
761 for (i=0; i < (ssize_t) GetStringInfoLength(profile); i++)
787 for (j=XmpNamespaceExtent; j < (ssize_t) GetStringInfoLength(profile); j++)
793 if (j < (ssize_t) GetStringInfoLength(profile))
805 profile_length=GetStringInfoLength(profile);
806 SetStringInfoLength(profile,GetStringInfoLength(profile)+
807 GetStringInfoLength(previous_profile));
809 GetStringInfoLength(previous_profile),GetStringInfoDatum(profile),
813 GetStringInfoLength(previous_profile));
2061 length=GetStringInfoLength(profile);
2074 length=GetStringInfoLength(profile);
2094 for (i=0; i < (ssize_t) GetStringInfoLength(profile); i+=65519L)
2096 length=MagickMin(GetStringInfoLength(profile)-i,65519L);
2098 p[13]=(unsigned char) (GetStringInfoLength(profile)/65519L+1);
2116 for (i=0; i < (ssize_t) GetStringInfoLength(profile); i+=65500L)
2118 length=MagickMin(GetStringInfoLength(profile)-i,65500L);
2154 for (i=0; i < (ssize_t) GetStringInfoLength(xmp_profile); i+=65533L)
2156 length=MagickMin(GetStringInfoLength(xmp_profile)-i,65533L);
2165 "%s profile: %.20g bytes",name,(double) GetStringInfoLength(profile));