Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/include/
H A Dservermd.h106 extern _X_EXPORT PaddingInfo PixmapWidthPaddingInfo[];
109 #define BitsPerPixel(d) (PixmapWidthPaddingInfo[d].bitsPerPixel)
112 (PixmapWidthPaddingInfo[d].notPower2 ? \
113 (((int)(w) * PixmapWidthPaddingInfo[d].bytesPerPixel + \
114 PixmapWidthPaddingInfo[d].bytesPerPixel) >> \
115 PixmapWidthPaddingInfo[d].padBytesLog2) : \
116 ((int)((w) + PixmapWidthPaddingInfo[d].padRoundUp) >> \
117 PixmapWidthPaddingInfo[d].padPixelsLog2))
124 (PixmapWidthInPadUnits(w, d) << PixmapWidthPaddingInfo[d].padBytesLog2)
/OK3568_Linux_fs/external/xserver/dix/
H A Ddispatch.c148 PaddingInfo PixmapWidthPaddingInfo[33]; variable
3866 PixmapWidthPaddingInfo[depth].padPixelsLog2 = answer[j][k]; in init_screen()
3867 PixmapWidthPaddingInfo[depth].padRoundUp = in init_screen()
3870 PixmapWidthPaddingInfo[depth].padBytesLog2 = answer[j][k]; in init_screen()
3871 PixmapWidthPaddingInfo[depth].bitsPerPixel = bitsPerPixel; in init_screen()
3873 PixmapWidthPaddingInfo[depth].notPower2 = 1; in init_screen()
3874 PixmapWidthPaddingInfo[depth].bytesPerPixel = in init_screen()
3878 PixmapWidthPaddingInfo[depth].notPower2 = 0; in init_screen()