HomeSort by relevance Sort by last modified time
    Searched refs:cmsINLINE (Results 1 - 4 of 4) sorted by null

  /external/pdfium/third_party/lcms/src/
lcms2_internal.h 86 # define cmsINLINE __inline
88 # define cmsINLINE static inline
129 cmsINLINE cmsS15Fixed16Number _cmsToFixedDomain(int a) { return a + ((a + 0x7fff) / 0xffff); }
130 cmsINLINE int _cmsFromFixedDomain(cmsS15Fixed16Number a) { return a - ((a + 0x7fff) >> 16); }
138 cmsINLINE int _cmsQuickFloor(cmsFloat64Number val)
160 cmsINLINE cmsUInt16Number _cmsQuickFloorWord(cmsFloat64Number d)
166 cmsINLINE cmsUInt16Number _cmsQuickSaturateWord(cmsFloat64Number d)
217 cmsINLINE int _cmsLockPrimitive(_cmsMutex *m)
223 cmsINLINE int _cmsUnlockPrimitive(_cmsMutex *m)
229 cmsINLINE int _cmsInitMutexPrimitive(_cmsMutex *m
    [all...]
cmsalpha.c 33 cmsINLINE cmsUInt8Number _cmsQuickSaturateByte(cmsFloat64Number d)
cmsintrp.c 176 cmsINLINE cmsUInt16Number LinearInterp(cmsS15Fixed16Number a, cmsS15Fixed16Number l, cmsS15Fixed16Number h)
216 cmsINLINE cmsFloat32Number fclamp(cmsFloat32Number v)
    [all...]
cmspack.c 45 cmsINLINE cmsUInt16Number FomLabV2ToLabV4(cmsUInt16Number x)
53 cmsINLINE cmsUInt16Number FomLabV4ToLabV2(cmsUInt16Number x)
894 cmsINLINE cmsBool IsInkSpace(cmsUInt32Number Type)
    [all...]

Completed in 490 milliseconds