Home
last modified time | relevance | path

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

/dports/x11/xterm/xterm-370/vttests/
H A Dpalettes.pl59 our @Acolors;
150 $Acolors[0] = 0x000000;
151 $Acolors[1] = 0xa80000;
152 $Acolors[2] = 0x00a800;
153 $Acolors[3] = 0xa85400;
154 $Acolors[4] = 0x0000a8;
155 $Acolors[5] = 0xa800a8;
156 $Acolors[6] = 0x00a8a8;
157 $Acolors[7] = 0xa8a8a8;
158 $Acolors[8] = 0x545054;
[all …]
/dports/x11/xterm/xterm-370/
H A D256colres.h9 COLOR_RES("16", screen.Acolors[16], DFT_COLOR("rgb:00/00/00")),
10 COLOR_RES("17", screen.Acolors[17], DFT_COLOR("rgb:00/00/5f")),
11 COLOR_RES("18", screen.Acolors[18], DFT_COLOR("rgb:00/00/87")),
12 COLOR_RES("19", screen.Acolors[19], DFT_COLOR("rgb:00/00/af")),
13 COLOR_RES("20", screen.Acolors[20], DFT_COLOR("rgb:00/00/d7")),
14 COLOR_RES("21", screen.Acolors[21], DFT_COLOR("rgb:00/00/ff")),
15 COLOR_RES("22", screen.Acolors[22], DFT_COLOR("rgb:00/5f/00")),
16 COLOR_RES("23", screen.Acolors[23], DFT_COLOR("rgb:00/5f/5f")),
17 COLOR_RES("24", screen.Acolors[24], DFT_COLOR("rgb:00/5f/87")),
18 COLOR_RES("25", screen.Acolors[25], DFT_COLOR("rgb:00/5f/af")),
[all …]
H A D88colres.h9 COLOR_RES("16", screen.Acolors[16], DFT_COLOR("rgb:00/00/00")),
10 COLOR_RES("17", screen.Acolors[17], DFT_COLOR("rgb:00/00/8b")),
11 COLOR_RES("18", screen.Acolors[18], DFT_COLOR("rgb:00/00/cd")),
12 COLOR_RES("19", screen.Acolors[19], DFT_COLOR("rgb:00/00/ff")),
13 COLOR_RES("20", screen.Acolors[20], DFT_COLOR("rgb:00/8b/00")),
14 COLOR_RES("21", screen.Acolors[21], DFT_COLOR("rgb:00/8b/8b")),
15 COLOR_RES("22", screen.Acolors[22], DFT_COLOR("rgb:00/8b/cd")),
16 COLOR_RES("23", screen.Acolors[23], DFT_COLOR("rgb:00/8b/ff")),
17 COLOR_RES("24", screen.Acolors[24], DFT_COLOR("rgb:00/cd/00")),
18 COLOR_RES("25", screen.Acolors[25], DFT_COLOR("rgb:00/cd/8b")),
[all …]
H A Dsvg.c156 fgcolor.pixel = s->Acolors[fg].value; in dumpSvgLine()
165 bgcolor.pixel = s->Acolors[bg].value; in dumpSvgLine()
H A Dhtml.c165 fgcolor.pixel = s->Acolors[fg].value; in dumpHtmlLine()
174 bgcolor.pixel = s->Acolors[bg].value; in dumpHtmlLine()
H A Dcharproc.c9734 screen->Acolors[i].resource = in VTInitialize()
9736 if (screen->Acolors[i].resource == 0) in VTInitialize()
9739 screen->Acolors[i] = TScreenOf(request)->Acolors[i]; in VTInitialize()
9740 screen->Acolors[i].resource = in VTInitialize()
9741 x_strtrim(screen->Acolors[i].resource); in VTInitialize()
9745 screen->Acolors[i].mode = False; in VTInitialize()
9746 if (DftFg(Acolors[i])) { in VTInitialize()
9748 screen->Acolors[i].mode = True; in VTInitialize()
9749 } else if (DftBg(Acolors[i])) { in VTInitialize()
9751 screen->Acolors[i].mode = True; in VTInitialize()
[all …]
H A DcachedGCs.c220 if (screen->Acolors[n].mode > 0 in tracePixel()
221 && value == screen->Acolors[n].value) { in tracePixel()
222 result = screen->Acolors[n].resource; in tracePixel()
H A Dmisc.c2671 color.pixel = GET_COLOR_RES(xw, TScreenOf(xw)->Acolors[colornum]); in ReportAnsiColorRequest()
2926 (int) (res - TScreenOf(xw)->Acolors), spec, in AllocateAnsiColor()
2951 (int) (res - TScreenOf(xw)->Acolors))); in xtermGetColorRes()
2953 if (res >= TScreenOf(xw)->Acolors) { in xtermGetColorRes()
2954 assert(res - TScreenOf(xw)->Acolors < MAXCOLORS); in xtermGetColorRes()
2978 ColorRes *res = &(TScreenOf(xw)->Acolors[color]); in ChangeOneAnsiColor()
3057 ColorRes *res = &(TScreenOf(xw)->Acolors[color + start]); in ResetOneAnsiColor()
3175 ColorRes *res = &(TScreenOf(xw)->Acolors[n]); in xtermClosestColor()
7802 CopyColorSlot(&(palette->ansi[0]), screen->Acolors, MAXCOLORS); in xtermPushColors()
7832 Boolean changed = DiffColorSlot(screen->Acolors, in xtermPopColors()
[all …]
H A Dutil.c2820 #define swapAColor(a,b) swapAnyColor(Acolors, a, b) in ReverseVideo()
5016 result = GET_COLOR_RES(xw, TScreenOf(xw)->Acolors[color]); in getXtermBackground()
5037 result = GET_COLOR_RES(xw, TScreenOf(xw)->Acolors[color]); in getXtermForeground()
H A Dptyx.h2313 ColorRes Acolors[MAXCOLORS]; /* ANSI color emulation */ member
/dports/devel/p5-Data-Printer/Data-Printer-1.000004/xt/
H A Dpod-coverage.t11 $params = { also_private => [qr/\Acolors\z/] };