Lines Matching refs:pixID
1174 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()
1301 client->errorValue = pixID; in ChangeWindowAttributes()