Home
last modified time | relevance | path

Searched refs:disp_weight (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DScreen.c157 ptr->disp_weight.red = xf86_lex_val.num; in xf86parseDisplaySubSection()
160 ptr->disp_weight.green = xf86_lex_val.num; in xf86parseDisplaySubSection()
163 ptr->disp_weight.blue = xf86_lex_val.num; in xf86parseDisplaySubSection()
430 if (dptr->disp_weight.red != 0) { in xf86printScreenSection()
432 dptr->disp_weight.red, dptr->disp_weight.green, in xf86printScreenSection()
433 dptr->disp_weight.blue); in xf86printScreenSection()
H A Dxf86Parser.h242 parser_rgb disp_weight; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Config.c2005 displayp->weight.red = conf_display->disp_weight.red; in configDisplay()
2006 displayp->weight.green = conf_display->disp_weight.green; in configDisplay()
2007 displayp->weight.blue = conf_display->disp_weight.blue; in configDisplay()