Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmsio0.c1202 cmsTagDescriptor* TagDescriptor; in SaveTags() local
1259 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() argument
1513 nMaxTypes = TagDescriptor->nSupportedTypes; in IsTypeSupported()
1518 if (Type == TagDescriptor ->SupportedTypes[i]) return TRUE; in IsTypeSupported()
[all …]
/external/pdfium/third_party/lcms/
D0031-wrong-tag-element-count.patch8 String, TagDescriptor ->ElemCount, ElemCount);