Searched refs:cmsERROR_RANGE (Results 1 – 14 of 14) sorted by relevance
/external/pdfium/third_party/lcms/src/ |
D | cmsgamma.c | 222 …cmsSignalError(ContextID, cmsERROR_RANGE, "Couldn't create tone curve of more than 65530 entries"); in AllocateToneCurveStruct() 227 …cmsSignalError(ContextID, cmsERROR_RANGE, "Couldn't create tone curve with zero segments and no ta… in AllocateToneCurveStruct() 1214 … cmsSignalError(ContextID, cmsERROR_RANGE, "cmsSmoothToneCurve: Non-Monotonic."); in cmsSmoothToneCurve() 1222 … cmsSignalError(ContextID, cmsERROR_RANGE, "cmsSmoothToneCurve: Degenerated, mostly zeros."); in cmsSmoothToneCurve() 1228 … cmsSignalError(ContextID, cmsERROR_RANGE, "cmsSmoothToneCurve: Degenerated, mostly poles."); in cmsSmoothToneCurve() 1243 … cmsSignalError(ContextID, cmsERROR_RANGE, "cmsSmoothToneCurve: Function smooth2 failed."); in cmsSmoothToneCurve() 1249 … cmsSignalError(ContextID, cmsERROR_RANGE, "cmsSmoothToneCurve: Could not allocate memory."); in cmsSmoothToneCurve() 1264 cmsSignalError(ContextID, cmsERROR_RANGE, "cmsSmoothToneCurve: Too many points."); in cmsSmoothToneCurve()
|
D | cmsgmt.c | 312 …cmsSignalError(ContextID, cmsERROR_RANGE, "Wrong position of PCS. 1..255 expected, %d found.", nGa… in _cmsCreateGamutCheckPipeline() 583 cmsSignalError(0, cmsERROR_RANGE, "Invalid angle"); in cmsDesaturateLab()
|
D | cmssm.c | 340 cmsSignalError(gbd ->ContextID, cmsERROR_RANGE, "spherical value out of range"); in GetPoint() 348 cmsSignalError(gbd ->ContextID, cmsERROR_RANGE, " quadrant out of range"); in GetPoint()
|
D | cmswtpnt.c | 74 cmsSignalError(0, cmsERROR_RANGE, "cmsWhitePointFromTemp: invalid temp"); in cmsWhitePointFromTemp()
|
D | cmsnamed.c | 703 cmsSignalError(NamedColorList ->ContextID, cmsERROR_RANGE, "Color %d out of range", index); in EvalNamedColorPCS() 723 cmsSignalError(NamedColorList ->ContextID, cmsERROR_RANGE, "Color %d out of range", index); in EvalNamedColor()
|
D | cmsxform.c | 1164 …cmsSignalError(ContextID, cmsERROR_RANGE, "Wrong number of profiles. 1..255 expected, %d found.", … in cmsCreateMultiprofileTransformTHR() 1189 …cmsSignalError(NULL, cmsERROR_RANGE, "Wrong number of profiles. 1..255 expected, %d found.", nProf… in cmsCreateMultiprofileTransform()
|
D | cmslut.c | 563 …cmsSignalError(ContextID, cmsERROR_RANGE, "Too many input channels (%d channels, max=%d)", inputCh… in cmsStageAllocCLut16bitGranular() 654 …cmsSignalError(ContextID, cmsERROR_RANGE, "Too many input channels (%d channels, max=%d)", inputCh… in cmsStageAllocCLutFloatGranular()
|
D | cmsio1.c | 858 …cmsSignalError(cmsGetProfileContextID(hProfile), cmsERROR_RANGE, "Unexpected direction (%d)", Used… in cmsIsCLUT()
|
D | cmsio0.c | 654 cmsSignalError(Icc ->ContextID, cmsERROR_RANGE, "Too many tags (%d)", MAX_TABLE_TAG); in _cmsNewTag() 755 cmsSignalError(Icc ->ContextID, cmsERROR_RANGE, "Too many tags (%d)", TagCount); in _cmsReadHeader()
|
D | cmscnvrt.c | 1051 cmsSignalError(ContextID, cmsERROR_RANGE, "Couldn't link '%d' profiles", nProfiles); in _cmsLinkProfiles()
|
D | cmsvirt.c | 409 cmsSignalError(ContextID, cmsERROR_RANGE, "InkLimiting: Limit should be between 0..400"); in cmsCreateInkLimitingDeviceLinkTHR()
|
D | cmstypes.c | 1707 … cmsSignalError(ContextID, cmsERROR_RANGE, "LUT8 needs 256 entries on prelinearization"); in Write8bitTables() 3005 cmsSignalError(self->ContextID, cmsERROR_RANGE, "Too many colorants '%d'", Count); in Type_ColorantTable_Read() 3127 cmsSignalError(self->ContextID, cmsERROR_RANGE, "Too many named colors '%d'", count); in Type_NamedColor_Read() 3132 …cmsSignalError(self->ContextID, cmsERROR_RANGE, "Too many device coordinates '%d'", nDeviceCoords); in Type_NamedColor_Read()
|
D | cmsintrp.c | 121 …cmsSignalError(ContextID, cmsERROR_RANGE, "Too many input channels (%d channels, max=%d)", InputCh… in _cmsComputeInterpParamsEx()
|
/external/pdfium/third_party/lcms/include/ |
D | lcms2.h | 1057 #define cmsERROR_RANGE 2 macro
|