Searched refs:ColorantCount (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ |
D | cmsnamed.c | 507 …medColorList(cmsContext ContextID, cmsUInt32Number n, cmsUInt32Number ColorantCount, const char* P… in cmsAllocNamedColorList() argument 524 v -> ColorantCount = ColorantCount; in cmsAllocNamedColorList() 543 …NewNC= cmsAllocNamedColorList(v ->ContextID, v -> nColors, v ->ColorantCount, v ->Prefix, v ->Suff… in cmsDupNamedColorList() 552 NewNC ->ColorantCount = v ->ColorantCount; in cmsDupNamedColorList() 572 for (i=0; i < NamedColorList ->ColorantCount; i++) in cmsAppendNamedColor() 619 sizeof(cmsUInt16Number) * NamedColorList ->ColorantCount); in cmsNamedColorInfo() 685 for (j=0; j < NamedColorList ->ColorantCount; j++) in EvalNamedColor() 696 1, UsePCS ? 3 : NamedColorList ->ColorantCount, in _cmsStageAllocNamedColor()
|
D | lcms2_internal.h | 683 cmsUInt32Number ColorantCount; member
|
D | cmsvirt.c | 957 nc2 ->ColorantCount = cmsPipelineOutputChannels(v ->Lut); in CreateNamedColorDevicelink()
|
D | cmstypes.c | 3139 if (!_cmsWriteUInt32Number(io, NamedColorList ->ColorantCount)) return FALSE; in Type_NamedColor_Write() 3158 if (!_cmsWriteUInt16Array(io, NamedColorList ->ColorantCount, Colorant)) return FALSE; in Type_NamedColor_Write()
|
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/ |
D | lcms2.h | 1341 cmsUInt32Number ColorantCount,
|