Home
last modified time | relevance | path

Searched refs:adj_refscreen (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DLayout.c144 aptr->adj_refscreen = NULL; in xf86parseLayoutSection()
221 aptr->adj_refscreen = xf86_lex_val.str; in xf86parseLayoutSection()
348 fprintf(cf, " RightOf \"%s\"\n", aptr->adj_refscreen); in xf86printLayoutSection()
351 fprintf(cf, " LeftOf \"%s\"\n", aptr->adj_refscreen); in xf86printLayoutSection()
354 fprintf(cf, " Above \"%s\"\n", aptr->adj_refscreen); in xf86printLayoutSection()
357 fprintf(cf, " Below \"%s\"\n", aptr->adj_refscreen); in xf86printLayoutSection()
360 fprintf(cf, " Relative \"%s\" %d %d\n", aptr->adj_refscreen, in xf86printLayoutSection()
H A Dxf86Parser.h370 const char *adj_refscreen; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Configure.c374 aptr->adj_refscreen = NULL; in configureLayoutSection()
379 aptr->adj_refscreen = tmp; in configureLayoutSection()
H A Dxf86Config.c1432 slp[count].refname = adjp->adj_refscreen; in configLayout()