Searched refs:EXA_ALIGN (Results 1 – 2 of 2) sorted by relevance
271 #define EXA_ALIGN(offset, align) (((offset) + (align) - 1) - \ macro
208 pExaPixmap->fb_pitch = EXA_ALIGN(pExaPixmap->fb_pitch, in exaSetFbPitch()