HomeSort by: relevance | last modified time | path
    Searched refs:cgsId (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/xterm/dist/
cachedGCs.c 270 myCache(XtermWidget xw, VTwin *cgsWin, CgsEnum cgsId)
274 if ((int) cgsId >= 0 && cgsId < gcMAX) {
285 result += cgsId;
313 newCache(XtermWidget xw, VTwin *cgsWin, CgsEnum cgsId, CgsCache * me)
327 switch (cgsId) {
388 traceCgsEnum(cgsId), (void *) THIS(gc), ITEM()));
404 chgCache(XtermWidget xw, CgsEnum cgsId GCC_UNUSED, CgsCache * me, Bool both)
412 traceCgsEnum(cgsId),
441 traceCgsEnum(cgsId), THIS(gc), ITEM()))
    [all...]
doublechr.c 267 CgsEnum cgsId = WhichCgsId(params->attr_flags);
323 setCgsCSet(params->xw, cgsWin, cgsId, params->this_chrset);
324 setCgsFont(params->xw, cgsWin, cgsId, data);
325 setCgsFore(params->xw, cgsWin, cgsId, getCgsFore(params->xw,
327 setCgsBack(params->xw, cgsWin, cgsId, getCgsBack(params->xw,
329 result = getCgsGC(params->xw, cgsWin, cgsId);
fontutils.c 4165 CgsEnum cgsId = (ch == 2) ? gcDots : gcLine;
4238 if (cgsId == gcDots) {
4239 setCgsFont(params->xw, cgsWin, cgsId, getCgsFont(params->xw, cgsWin, gc));
4240 setCgsFore(params->xw, cgsWin, cgsId, getCgsFore(params->xw, cgsWin, gc));
4241 setCgsBack(params->xw, cgsWin, cgsId, getCgsBack(params->xw, cgsWin, gc));
4243 setCgsFont(params->xw, cgsWin, cgsId, getCgsFont(params->xw, cgsWin, gc));
4244 setCgsFore(params->xw, cgsWin, cgsId, getCgsBack(params->xw, cgsWin, gc));
4245 setCgsBack(params->xw, cgsWin, cgsId, getCgsBack(params->xw, cgsWin, gc));
4247 gc2 = getCgsGC(params->xw, cgsWin, cgsId);
4255 setCgsFont(params->xw, cgsWin, cgsId, getCgsFont(params->xw, cgsWin, gc))
    [all...]
charproc.c 12988 CgsEnum cgsId = gcVTcursOutline;
12994 setCgsFore(xw, win, cgsId, bg);
12995 setCgsBack(xw, win, cgsId, cc);
12997 setCgsFore(xw, win, cgsId, cc);
12998 setCgsBack(xw, win, cgsId, bg);

Completed in 16 milliseconds