Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DLayout.c141 aptr->adj_where = CONF_ADJ_OBSOLETE; in xf86parseLayoutSection()
159 aptr->adj_where = CONF_ADJ_RIGHTOF; in xf86parseLayoutSection()
162 aptr->adj_where = CONF_ADJ_LEFTOF; in xf86parseLayoutSection()
165 aptr->adj_where = CONF_ADJ_ABOVE; in xf86parseLayoutSection()
168 aptr->adj_where = CONF_ADJ_BELOW; in xf86parseLayoutSection()
171 aptr->adj_where = CONF_ADJ_RELATIVE; in xf86parseLayoutSection()
174 aptr->adj_where = CONF_ADJ_ABSOLUTE; in xf86parseLayoutSection()
185 aptr->adj_where = CONF_ADJ_OBSOLETE; in xf86parseLayoutSection()
187 aptr->adj_where = CONF_ADJ_ABSOLUTE; in xf86parseLayoutSection()
189 switch (aptr->adj_where) { in xf86parseLayoutSection()
[all …]
H A Dxf86Parser.h367 int adj_where; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Configure.c373 aptr->adj_where = CONF_ADJ_ABSOLUTE; in configureLayoutSection()
377 aptr->adj_where = CONF_ADJ_RIGHTOF; in configureLayoutSection()
H A Dxf86Config.c1433 switch (adjp->adj_where) { in configLayout()