Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmsplugin.c451 NextAligned = _cmsALIGNLONG(At); in _cmsReadAlignment()
468 NextAligned = _cmsALIGNLONG(At); in _cmsWriteAlignment()
Dlcms2_internal.h57 #define _cmsALIGNLONG(x) (((x)+(sizeof(cmsUInt32Number)-1)) & ~(sizeof(cmsUInt32Number)-1)) macro
Dcmstypes.c1006 len_aligned = _cmsALIGNLONG(len_tag_requirement); in Type_Text_Description_Write()