Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms2-2.6/
D0006-memory-leak-Type_NamedColor_Read.patch7 if (nDeviceCoords > cmsMAXCHANNELS) {
8 …cmsSignalError(self->ContextID, cmsERROR_RANGE, "Too many device coordinates '%d'", nDeviceCoords);
22 if (!_cmsReadUInt16Array(io, nDeviceCoords, Colorant)) goto Error;
D0003-uninit.patch29 if (!_cmsReadUInt16Array(io, nDeviceCoords, Colorant)) goto Error;
/external/pdfium/third_party/lcms2-2.6/src/
Dcmstypes.c3087 cmsUInt32Number nDeviceCoords; // Num of device coordinates in Type_NamedColor_Read() local
3097 if (!_cmsReadUInt32Number(io, &nDeviceCoords)) return NULL; in Type_NamedColor_Read()
3104 v = cmsAllocNamedColorList(self ->ContextID, count, nDeviceCoords, prefix, suffix); in Type_NamedColor_Read()
3110 if (nDeviceCoords > cmsMAXCHANNELS) { in Type_NamedColor_Read()
3111 …cmsSignalError(self->ContextID, cmsERROR_RANGE, "Too many device coordinates '%d'", nDeviceCoords); in Type_NamedColor_Read()
3124 if (!_cmsReadUInt16Array(io, nDeviceCoords, Colorant)) goto Error; in Type_NamedColor_Read()