Home
last modified time | relevance | path

Searched refs:EXA_ALIGN (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_priv.h271 #define EXA_ALIGN(offset, align) (((offset) + (align) - 1) - \ macro
H A Dexa.c208 pExaPixmap->fb_pitch = EXA_ALIGN(pExaPixmap->fb_pitch, in exaSetFbPitch()