Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmsplugin.c465 NextAligned = _cmsALIGNLONG(At); in _cmsReadAlignment()
482 NextAligned = _cmsALIGNLONG(At); in _cmsWriteAlignment()
Dlcms2_internal.h58 #define _cmsALIGNLONG(x) (((x)+(sizeof(cmsUInt32Number)-1)) & ~(sizeof(cmsUInt32Number)-1)) macro
Dcmstypes.c973 len_aligned = _cmsALIGNLONG(len); in Type_Text_Description_Write()