Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:GetStringInfoDatum

1345               sentinel=GetStringInfoDatum(profile)[i++];
1348 dataset=GetStringInfoDatum(profile)[i++];
1349 record=GetStringInfoDatum(profile)[i++];
1409 length=(size_t) (GetStringInfoDatum(profile)[i++] << 8);
1410 length|=GetStringInfoDatum(profile)[i++];
1419 GetStringInfoDatum(profile)+i,length+1);