Home
last modified time | relevance | path

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

/dports/x11-wm/e16/e16-1.0.24/src/
H A Dttfont.c188 COLOR32_TO_RGB(color, fdc->r, fdc->g, fdc->b); in _ift_FdcSetColor()
H A Dbackgrounds.c117 COLOR32_TO_RGB(bg->bg_solid, r, g, b); in BackgroundGetUniqueString()
956 COLOR32_TO_RGB(bg->bg_solid, r, g, b); in BackgroundGetInfoString1()
981 COLOR32_TO_RGB(bg->bg_solid, r, g, b); in BackgroundGetInfoString2()
1249 COLOR32_TO_RGB(bg->bg_solid, r, g, b); in BackgroundsConfigSave()
1517 COLOR32_TO_RGB(bg->bg_solid, r, g, b); in BgDialogSetNewCurrent()
1976 COLOR32_TO_RGB(dd->bg->bg_solid, dd->bg_r, dd->bg_g, dd->bg_b); in _DlgFillBackground()
H A Dxwin.h242 #define COLOR32_TO_RGB(c, r, g, b) \ macro