Searched refs:TagDescriptor (Results 1 – 1 of 1) sorted by relevance
1141 cmsTagDescriptor* TagDescriptor; in SaveTags() local1198 TagDescriptor = _cmsGetTagDescriptor(Icc-> ContextID, Icc -> TagNames[i]); in SaveTags()1199 if (TagDescriptor == NULL) continue; // Unsupported, ignore it in SaveTags()1201 if (TagDescriptor ->DecideType != NULL) { in SaveTags()1203 Type = TagDescriptor ->DecideType(Version, Data); in SaveTags()1207 Type = TagDescriptor ->SupportedTypes[0]; in SaveTags()1224 … if (!LocalTypeHandler.WritePtr(&LocalTypeHandler, io, Data, TagDescriptor ->ElemCount)) { in SaveTags()1439 cmsBool IsTypeSupported(cmsTagDescriptor* TagDescriptor, cmsTagTypeSignature Type) in IsTypeSupported() argument1443 nMaxTypes = TagDescriptor->nSupportedTypes; in IsTypeSupported()1448 if (Type == TagDescriptor ->SupportedTypes[i]) return TRUE; in IsTypeSupported()[all …]