Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DLayout.c142 aptr->adj_x = 0; in xf86parseLayoutSection()
194 aptr->adj_x = xf86_lex_val.num; in xf86parseLayoutSection()
228 aptr->adj_x = xf86_lex_val.num; in xf86parseLayoutSection()
342 if (aptr->adj_x != -1) in xf86printLayoutSection()
343 fprintf(cf, " %d %d\n", aptr->adj_x, aptr->adj_y); in xf86printLayoutSection()
361 aptr->adj_x, aptr->adj_y); in xf86printLayoutSection()
H A Dxf86Parser.h368 int adj_x; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Configure.c367 aptr->adj_x = 0; in configureLayoutSection()
H A Dxf86Config.c1430 slp[count].x = adjp->adj_x; in configLayout()