Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms2-2.6/src/
Dcmstypes.c3074 cmsUInt32Number nDeviceCoords; // Num of device coordinates in Type_NamedColor_Read() local
3084 if (!_cmsReadUInt32Number(io, &nDeviceCoords)) return NULL; in Type_NamedColor_Read()
3091 v = cmsAllocNamedColorList(self ->ContextID, count, nDeviceCoords, prefix, suffix); in Type_NamedColor_Read()
3097 if (nDeviceCoords > cmsMAXCHANNELS) { in Type_NamedColor_Read()
3098 …cmsSignalError(self->ContextID, cmsERROR_RANGE, "Too many device coordinates '%d'", nDeviceCoords); in Type_NamedColor_Read()
3110 if (!_cmsReadUInt16Array(io, nDeviceCoords, Colorant)) goto Error; in Type_NamedColor_Read()