Searched refs:cmsINLINE (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/third_party/lcms/src/ |
D | lcms2_internal.h | 86 # define cmsINLINE __inline macro 88 # define cmsINLINE static inline macro 151 cmsINLINE cmsS15Fixed16Number _cmsToFixedDomain(int a) { return a + ((a + 0x7fff)… in _cmsToFixedDomain() 152 cmsINLINE int _cmsFromFixedDomain(cmsS15Fixed16Number a) { return a - ((a + 0x7fff)… in _cmsFromFixedDomain() 160 cmsINLINE int _cmsQuickFloor(cmsFloat64Number val) in _cmsQuickFloor() 182 cmsINLINE cmsUInt16Number _cmsQuickFloorWord(cmsFloat64Number d) in _cmsQuickFloorWord() 188 cmsINLINE cmsUInt16Number _cmsQuickSaturateWord(cmsFloat64Number d) in _cmsQuickSaturateWord() 284 cmsINLINE int _cmsLockPrimitive(_cmsMutex *m) in _cmsLockPrimitive() 290 cmsINLINE int _cmsUnlockPrimitive(_cmsMutex *m) in _cmsUnlockPrimitive() 296 cmsINLINE int _cmsInitMutexPrimitive(_cmsMutex *m) in _cmsInitMutexPrimitive() [all …]
|
D | cmsgamma.c | 313 cmsINLINE double sigmoid_base(double k, double t) in sigmoid_base() 318 cmsINLINE double inverted_sigmoid_base(double k, double t) in inverted_sigmoid_base() 323 cmsINLINE double sigmoid_factory(double k, double t) in sigmoid_factory() 330 cmsINLINE double inverse_sigmoid_factory(double k, double t) in inverse_sigmoid_factory()
|
D | cmsalpha.c | 36 cmsINLINE cmsUInt8Number _cmsQuickSaturateByte(cmsFloat64Number d) in _cmsQuickSaturateByte()
|
D | cmsintrp.c | 184 cmsINLINE CMS_NO_SANITIZE cmsUInt16Number LinearInterp(cmsS15Fixed16Number a, cmsS15Fixed16Number l… in LinearInterp() 224 cmsINLINE cmsFloat32Number fclamp(cmsFloat32Number v) in fclamp()
|
D | cmsopt.c | 111 cmsINLINE cmsS1Fixed14Number _FixedClamp(cmsS1Fixed14Number n) { in _FixedClamp() 129 cmsINLINE cmsInt64Number _MatShaperEvaluateRow(cmsS1Fixed14Number* mat, in _MatShaperEvaluateRow()
|
D | cmspack.c | 45 cmsINLINE cmsUInt16Number FomLabV2ToLabV4(cmsUInt16Number x) in FomLabV2ToLabV4() 53 cmsINLINE cmsUInt16Number FomLabV4ToLabV2(cmsUInt16Number x) in FomLabV4ToLabV2() 1058 cmsINLINE cmsBool IsInkSpace(cmsUInt32Number Type) in IsInkSpace() 1590 cmsINLINE void lab4toFloat(cmsFloat32Number wIn[], cmsUInt16Number lab4[3]) in lab4toFloat()
|
D | cmstypes.c | 138 cmsINLINE cmsBool is_surrogate(cmsUInt32Number uc) { return (uc - 0xd800u) < 2048u; } in is_surrogate() 139 cmsINLINE cmsBool is_high_surrogate(cmsUInt32Number uc) { return (uc & 0xfffffc00) == 0xd800; } in is_high_surrogate() 140 cmsINLINE cmsBool is_low_surrogate(cmsUInt32Number uc) { return (uc & 0xfffffc00) == 0xdc00; } in is_low_surrogate() 142 cmsINLINE cmsUInt32Number surrogate_to_utf32(cmsUInt32Number high, cmsUInt32Number low) in surrogate_to_utf32() 147 cmsINLINE cmsBool convert_utf16_to_utf32(cmsIOHANDLER* io, cmsInt32Number n, wchar_t* output) in convert_utf16_to_utf32()
|
/external/pdfium/third_party/lcms/ |
D | 0033-opt-integer-overflow.patch | 13 +cmsINLINE cmsS1Fixed14Number _FixedClamp(cmsS1Fixed14Number n) { 31 +cmsINLINE cmsInt64Number _MatShaperEvaluateRow(cmsS1Fixed14Number* mat,
|