Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/include/
H A Dservermd.h101 int padBytesLog2; /* log 2 (bytes per pad unit) */ member
115 PixmapWidthPaddingInfo[d].padBytesLog2) : \
124 (PixmapWidthInPadUnits(w, d) << PixmapWidthPaddingInfo[d].padBytesLog2)
/OK3568_Linux_fs/external/xserver/dix/
H A Ddispatch.c3870 PixmapWidthPaddingInfo[depth].padBytesLog2 = answer[j][k]; in init_screen()