Searched defs:cmsINLINE (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dlcms2_internal.h107 # define cmsINLINE __inline macro
109 # define cmsINLINE static inline macro
150 cmsINLINE cmsS15Fixed16Number _cmsToFixedDomain(int a) { return a + ((a + 0x7fff) / 0xffff); }
151 cmsINLINE int _cmsFromFixedDomain(cmsS15Fixed16Number a) { return a - ((a + 0x7fff) >> 16); }
159 cmsINLINE int _cmsQuickFloor(cmsFloat64Number val)
181 cmsINLINE cmsUInt16Number _cmsQuickFloorWord(cmsFloat64Number d)
187 cmsINLINE cmsUInt16Number _cmsQuickSaturateWord(cmsFloat64Number d)

Completed in 31 milliseconds