Searched refs:backPix (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/Xext/
H A DpanoramiXprocs.c58 PanoramiXRes *backPix = NULL; local in function:PanoramiXCreateWindow
89 result = dixLookupResourceByType((pointer *)&backPix, tmp,
141 if (backPix)
142 *((CARD32 *) &stuff[1] + pback_offset) = backPix->info[j].id;
165 PanoramiXRes *backPix = NULL; local in function:PanoramiXChangeWindowAttributes
192 result = dixLookupResourceByType((pointer *)&backPix, tmp,
221 if (backPix)
222 *((CARD32 *) &stuff[1] + pback_offset) = backPix->info[j].id;
H A Dsaver.c1198 PanoramiXRes *backPix = NULL; local in function:ProcScreenSaverSetAttributes
1220 status = dixLookupResourceByType((pointer *)&backPix, tmp,
1256 if (backPix)
1257 *((CARD32 *) &stuff[1] + pback_offset) = backPix->info[i].id;
/xsrc/external/mit/xorg-server/dist/Xext/
H A DpanoramiXprocs.c58 PanoramiXRes *backPix = NULL; local in function:PanoramiXCreateWindow
90 result = dixLookupResourceByType((void **) &backPix, tmp,
141 if (backPix)
142 *((CARD32 *) &stuff[1] + pback_offset) = backPix->info[j].id;
166 PanoramiXRes *backPix = NULL; local in function:PanoramiXChangeWindowAttributes
194 result = dixLookupResourceByType((void **) &backPix, tmp,
224 if (backPix)
225 *((CARD32 *) &stuff[1] + pback_offset) = backPix->info[j].id;
H A Dsaver.c1100 PanoramiXRes *backPix = NULL; local in function:ProcScreenSaverSetAttributes
1124 status = dixLookupResourceByType((void **) &backPix, tmp,
1160 if (backPix)
1161 *((CARD32 *) &stuff[1] + pback_offset) = backPix->info[i].id;

Completed in 10 milliseconds