Home
last modified time | relevance | path

Searched refs:TagDescriptor (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmsio0.c1141 cmsTagDescriptor* TagDescriptor; in SaveTags() local
1198 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() argument
1443 nMaxTypes = TagDescriptor->nSupportedTypes; in IsTypeSupported()
1448 if (Type == TagDescriptor ->SupportedTypes[i]) return TRUE; in IsTypeSupported()
[all …]