Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/Xext/
H A Dsaver.c1105 XID orig_visual, tmp; in ProcScreenSaverSetAttributes() local
1156 orig_visual = stuff->visualID; in ProcScreenSaverSetAttributes()
1167 if (orig_visual != CopyFromParent) in ProcScreenSaverSetAttributes()
1168 stuff->visualID = PanoramiXTranslateVisualID(i, orig_visual); in ProcScreenSaverSetAttributes()
H A DpanoramiXprocs.c66 XID orig_visual, tmp; in PanoramiXCreateWindow() local
129 orig_visual = stuff->visual; in PanoramiXCreateWindow()
147 if (orig_visual != CopyFromParent) in PanoramiXCreateWindow()
148 stuff->visual = PanoramiXTranslateVisualID(j, orig_visual); in PanoramiXCreateWindow()
2279 int result, j, orig_visual; in PanoramiXCreateColormap() local
2296 orig_visual = stuff->visual; in PanoramiXCreateColormap()
2300 stuff->visual = PanoramiXTranslateVisualID(j, orig_visual); in PanoramiXCreateColormap()