Searched refs:TagDescriptor (Results 1 – 2 of 2) sorted by relevance
1202 cmsTagDescriptor* TagDescriptor; in SaveTags() local1259 TagDescriptor = _cmsGetTagDescriptor(Icc-> ContextID, Icc -> TagNames[i]); in SaveTags()1260 if (TagDescriptor == NULL) continue; // Unsupported, ignore it in SaveTags()1262 if (TagDescriptor ->DecideType != NULL) { in SaveTags()1264 Type = TagDescriptor ->DecideType(Version, Data); in SaveTags()1268 Type = TagDescriptor ->SupportedTypes[0]; in SaveTags()1285 … if (!LocalTypeHandler.WritePtr(&LocalTypeHandler, io, Data, TagDescriptor ->ElemCount)) { in SaveTags()1509 cmsBool IsTypeSupported(cmsTagDescriptor* TagDescriptor, cmsTagTypeSignature Type) in IsTypeSupported() argument1513 nMaxTypes = TagDescriptor->nSupportedTypes; in IsTypeSupported()1518 if (Type == TagDescriptor ->SupportedTypes[i]) return TRUE; in IsTypeSupported()[all …]
8 String, TagDescriptor ->ElemCount, ElemCount);