Home
last modified time | relevance | path

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

/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Dycolor.cc38 INIT_XFREETYPE(fXftColor, nullptr) { } in YPixel()
91 XftColor* fXftColor; member in YPixel
94 XftColor* xftColor() { return fXftColor ? fXftColor : allocXft(); } in xftColor()
161 if (fXftColor) { in ~YPixel()
163 XftColorFree(display(), visual(), colormap(), fXftColor); in ~YPixel()
165 delete fXftColor; in ~YPixel()
273 fXftColor = new XftColor; in allocXft()
275 XftColorAllocValue(display(), visual(), colormap(), &color, fXftColor); in allocXft()
276 return fXftColor; in allocXft()