Searched refs:disp_weight (Results 1 – 3 of 3) sorted by relevance
157 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()
242 parser_rgb disp_weight; member
2005 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()