Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/Xext/
H A Dsaver.c743 unsigned int *pVlist; in ScreenSaverSetAttributes() local
882 pVlist = (unsigned int *) (stuff + 1); in ScreenSaverSetAttributes()
888 pixID = (Pixmap) * pVlist; in ScreenSaverSetAttributes()
920 *values++ = (CARD32) *pVlist; in ScreenSaverSetAttributes()
923 pixID = (Pixmap) * pVlist; in ScreenSaverSetAttributes()
952 *values++ = (CARD32) *pVlist; in ScreenSaverSetAttributes()
955 val = (CARD8) *pVlist; in ScreenSaverSetAttributes()
964 val = (CARD8) *pVlist; in ScreenSaverSetAttributes()
973 val = (CARD8) *pVlist; in ScreenSaverSetAttributes()
982 *values++ = (CARD32) *pVlist; in ScreenSaverSetAttributes()
[all …]
/OK3568_Linux_fs/external/xserver/dix/
H A Dwindow.c1172 XID *pVlist; in ChangeWindowAttributes() local
1193 pVlist = vlist; in ChangeWindowAttributes()
1200 pixID = (Pixmap) * pVlist; in ChangeWindowAttributes()
1201 pVlist++; in ChangeWindowAttributes()
1258 pWin->background.pixel = (CARD32) *pVlist; in ChangeWindowAttributes()
1262 pVlist++; in ChangeWindowAttributes()
1265 pixID = (Pixmap) * pVlist; in ChangeWindowAttributes()
1266 pVlist++; in ChangeWindowAttributes()
1309 pWin->border.pixel = (CARD32) *pVlist; in ChangeWindowAttributes()
1313 pVlist++; in ChangeWindowAttributes()
[all …]