Home | History | Annotate | Download | only in coders

Lines Matching refs:GetStringInfoDatum

313   datum=GetStringInfoDatum(profile);
463 p=GetStringInfoDatum(comment);
476 p=GetStringInfoDatum(comment);
551 p=GetStringInfoDatum(profile);
668 p=GetStringInfoDatum(profile);
760 p=GetStringInfoDatum(profile);
774 p=GetStringInfoDatum(profile);
786 p=GetStringInfoDatum(profile)+XmpNamespaceExtent;
808 (void) memmove(GetStringInfoDatum(profile)+
809 GetStringInfoLength(previous_profile),GetStringInfoDatum(profile),
811 (void) memcpy(GetStringInfoDatum(profile),
812 GetStringInfoDatum(previous_profile),
2069 jpeg_write_marker(jpeg_info,id,GetStringInfoDatum(profile)+i,
2082 jpeg_write_marker(jpeg_info,XML_MARKER,GetStringInfoDatum(profile),
2091 p=GetStringInfoDatum(custom_profile);
2099 (void) memcpy(p+tag_length+3,GetStringInfoDatum(profile)+i,
2101 jpeg_write_marker(jpeg_info,ICC_MARKER,GetStringInfoDatum(
2115 p=GetStringInfoDatum(custom_profile);
2120 if (LocaleNCompare((char *) GetStringInfoDatum(profile),"8BIM",4) == 0)
2133 (void) memcpy(p+tag_length,GetStringInfoDatum(profile)+i,length);
2136 jpeg_write_marker(jpeg_info,IPTC_MARKER,GetStringInfoDatum(
2153 GetStringInfoDatum(xmp_profile)[XmpNamespaceExtent]='\0';
2158 GetStringInfoDatum(xmp_profile)+i,(unsigned int) length);