Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/Xext/
H A Dsaver.c1100 PanoramiXRes *backPix = NULL; in ProcScreenSaverSetAttributes() local
1124 status = dixLookupResourceByType((void **) &backPix, tmp, in ProcScreenSaverSetAttributes()
1160 if (backPix) in ProcScreenSaverSetAttributes()
1161 *((CARD32 *) &stuff[1] + pback_offset) = backPix->info[i].id; in ProcScreenSaverSetAttributes()
H A DpanoramiXprocs.c58 PanoramiXRes *backPix = NULL; in PanoramiXCreateWindow() local
90 result = dixLookupResourceByType((void **) &backPix, tmp, in PanoramiXCreateWindow()
141 if (backPix) in PanoramiXCreateWindow()
142 *((CARD32 *) &stuff[1] + pback_offset) = backPix->info[j].id; in PanoramiXCreateWindow()
166 PanoramiXRes *backPix = NULL; in PanoramiXChangeWindowAttributes() local
194 result = dixLookupResourceByType((void **) &backPix, tmp, in PanoramiXChangeWindowAttributes()
224 if (backPix) in PanoramiXChangeWindowAttributes()
225 *((CARD32 *) &stuff[1] + pback_offset) = backPix->info[j].id; in PanoramiXChangeWindowAttributes()