Home
last modified time | relevance | path

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

/dports/x11-toolkits/lesstif/lesstif-0.95.2/lib/Xm-2.1/
H A DFontList.c146 memset(&defaultEntry->xft_background, 0, sizeof(XftColor)); in _XmFontListCreateDefault()
236 newFontList->renditions[i]->xft_background = entry->xft_background; in XmFontListAppendEntry()
841 XftDrawRect(d, &r->xft_background, x, y - info.height, info.width, info.height); in _XmXftDrawString()
H A DRenderTable.c301 memset(&r->xft_background, 0, sizeof(XftColor)); in XmRenditionCreate()
390 to.addr = &r->xft_background; in XmRenditionUpdate()
H A DResConvert.c2836 sizeof(XftColor), offset(xft_background.pixel),
/dports/x11-toolkits/lesstif/lesstif-0.95.2/include/Motif-2.1/XmI/
H A DXmI.h103 XftColor xft_foreground, xft_background; member