Searched refs:_cmsALIGNLONG (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsplugin.c490 NextAligned = _cmsALIGNLONG(At);
507 NextAligned = _cmsALIGNLONG(At);
H A Dlcms2_internal.h86 #define _cmsALIGNLONG(x) (((x)+(sizeof(cmsUInt32Number)-1)) & ~(sizeof(cmsUInt32Number)-1)) macro
H A Dcmstypes.c1003 len_aligned = _cmsALIGNLONG(len);

Completed in 49 milliseconds