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

/xsrc/external/mit/xorg-server.old/dist/Xext/
H A DpanoramiXprocs.c59 PanoramiXRes *bordPix = NULL; local in function:PanoramiXCreateWindow
99 result = dixLookupResourceByType((pointer *)&bordPix, tmp,
143 if (bordPix)
144 *((CARD32 *) &stuff[1] + pbord_offset) = bordPix->info[j].id;
166 PanoramiXRes *bordPix = NULL; local in function:PanoramiXChangeWindowAttributes
202 result = dixLookupResourceByType((pointer *)&bordPix, tmp,
223 if (bordPix)
224 *((CARD32 *) &stuff[1] + pbord_offset) = bordPix->info[j].id;
H A Dsaver.c1199 PanoramiXRes *bordPix = NULL; local in function:ProcScreenSaverSetAttributes
1232 status = dixLookupResourceByType((pointer *)&bordPix, tmp,
1258 if (bordPix)
1259 *((CARD32 *) &stuff[1] + pbord_offset) = bordPix->info[i].id;
/xsrc/external/mit/xorg-server/dist/Xext/
H A DpanoramiXprocs.c59 PanoramiXRes *bordPix = NULL; local in function:PanoramiXCreateWindow
100 result = dixLookupResourceByType((void **) &bordPix, tmp,
143 if (bordPix)
144 *((CARD32 *) &stuff[1] + pbord_offset) = bordPix->info[j].id;
167 PanoramiXRes *bordPix = NULL; local in function:PanoramiXChangeWindowAttributes
204 result = dixLookupResourceByType((void **) &bordPix, tmp,
226 if (bordPix)
227 *((CARD32 *) &stuff[1] + pbord_offset) = bordPix->info[j].id;
H A Dsaver.c1101 PanoramiXRes *bordPix = NULL; local in function:ProcScreenSaverSetAttributes
1136 status = dixLookupResourceByType((void **) &bordPix, tmp,
1162 if (bordPix)
1163 *((CARD32 *) &stuff[1] + pbord_offset) = bordPix->info[i].id;

Completed in 10 milliseconds