Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/Xext/
H A Dsaver.c747 Pixmap pixID; in ScreenSaverSetAttributes() local
888 pixID = (Pixmap) * pVlist; in ScreenSaverSetAttributes()
889 if (pixID == None) { in ScreenSaverSetAttributes()
892 else if (pixID == ParentRelative) { in ScreenSaverSetAttributes()
901 dixLookupResourceByType((void **) &pPixmap, pixID, in ScreenSaverSetAttributes()
914 client->errorValue = pixID; in ScreenSaverSetAttributes()
923 pixID = (Pixmap) * pVlist; in ScreenSaverSetAttributes()
924 if (pixID == CopyFromParent) { in ScreenSaverSetAttributes()
933 dixLookupResourceByType((void **) &pPixmap, pixID, in ScreenSaverSetAttributes()
946 client->errorValue = pixID; in ScreenSaverSetAttributes()
/OK3568_Linux_fs/external/xserver/dix/
H A Dwindow.c1174 Pixmap pixID; in ChangeWindowAttributes() local
1200 pixID = (Pixmap) * pVlist; in ChangeWindowAttributes()
1204 if (pixID == None) { in ChangeWindowAttributes()
1214 else if (pixID == ParentRelative) { in ChangeWindowAttributes()
1231 rc = dixLookupResourceByType((void **) &pPixmap, pixID, in ChangeWindowAttributes()
1247 client->errorValue = pixID; in ChangeWindowAttributes()
1265 pixID = (Pixmap) * pVlist; in ChangeWindowAttributes()
1267 if (pixID == CopyFromParent) { in ChangeWindowAttributes()
1282 pixID = pWin->parent->border.pixmap->drawable.id; in ChangeWindowAttributes()
1285 rc = dixLookupResourceByType((void **) &pPixmap, pixID, RT_PIXMAP, in ChangeWindowAttributes()
[all …]