Home | History | Annotate | Download | only in coders

Lines Matching refs:GetStringInfoDatum

303   datum=GetStringInfoDatum(profile);
431 p=GetStringInfoDatum(comment);
436 p=GetStringInfoDatum(comment);
509 p=GetStringInfoDatum(profile);
615 p=GetStringInfoDatum(profile);
698 p=GetStringInfoDatum(profile);
704 p=GetStringInfoDatum(profile);
715 p=GetStringInfoDatum(profile);
736 (void) memmove(GetStringInfoDatum(profile)+
737 GetStringInfoLength(previous_profile),GetStringInfoDatum(profile),
739 (void) memcpy(GetStringInfoDatum(profile),
740 GetStringInfoDatum(previous_profile),
1953 jpeg_write_marker(jpeg_info,XML_MARKER,GetStringInfoDatum(profile)+i,
1962 p=GetStringInfoDatum(custom_profile);
1970 (void) CopyMagickMemory(p+tag_length+3,GetStringInfoDatum(profile)+i,
1972 jpeg_write_marker(jpeg_info,ICC_MARKER,GetStringInfoDatum(
1986 p=GetStringInfoDatum(custom_profile);
1991 if (LocaleNCompare((char *) GetStringInfoDatum(profile),"8BIM",4) == 0)
2004 (void) memcpy(p+tag_length,GetStringInfoDatum(profile)+i,length);
2007 jpeg_write_marker(jpeg_info,IPTC_MARKER,GetStringInfoDatum(
2024 GetStringInfoDatum(xmp_profile)[28]='\0';
2029 GetStringInfoDatum(xmp_profile)+i,(unsigned int) length);