Home
last modified time | relevance | path

Searched refs:hilite (Results 1 – 25 of 1338) sorted by relevance

12345678910>>...54

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Interaction/Highlighting/
H A DFromAbstract.hs96 hilite = foldMap hilite function
110 hilite = either hilite hilite function
113 hilite (a, b) = hilite a <> hilite b function
233 A.DisplayPragma x ps e -> hilite x <> hilite ps <> hilite e
312 A.LHSWith lhs wps ps -> hilite lhs <> hilite wps <> hilite ps
330 hilite lhs <> hilite strippedPats <> hilite rhs <> hilite wh
336 hilite (A.WhereDecls m ds) = hilite m <> hilite ds function
346 A.SectionApp tel x es -> hilite tel <> hilite x <> hilite es
370 hilite (A.Binder p x) = hilite p <> hilite x function
384 hilite (Arg ai e) = hilite ai <> hilite e function
[all …]
/dports/games/tads/tads-3.0.8/tads2/
H A Dtrcolor.c64 static void hilite(int cur, int flag) in hilite() function
128 hilite(colors[0], TRUE); in main()
139 hilite(colors[cur], FALSE); in main()
141 hilite(colors[cur], TRUE); in main()
146 hilite(colors[cur], FALSE); in main()
148 hilite(colors[cur], TRUE); in main()
153 hilite(colors[cur], FALSE); in main()
162 hilite(colors[cur], TRUE); in main()
174 hilite(colors[cur], TRUE); in main()
182 hilite(colors[cur], FALSE); in main()
[all …]
/dports/deskutils/ical/ical-tcl/
H A Ddateeditor.C140 char const* hilite = list[i].item->value()->Hilite(); in Cmd_HiliteLoop() local
141 if (strcmp(hilite, "never") == 0) continue; in Cmd_HiliteLoop()
142 if (strcmp(hilite, "expire") == 0) { in Cmd_HiliteLoop()
144 hilite = "always"; in Cmd_HiliteLoop()
146 if (!contains(hlist, hilite)) hilite = "always"; in Cmd_HiliteLoop()
155 if (Tcl_SetVar(tcl, hvar, (char*)hilite, 0) == NULL) { in Cmd_HiliteLoop()
181 static int contains(HiliteList const& list, char const* hilite) { in contains() argument
183 if (strcmp(list[i], hilite) == 0) return 1; in contains()
/dports/www/foswiki/Foswiki-2.1.6/pub/System/JSCalendarContrib/
H A Dcalendar-large.css1hilite{font-weight:normal}.calendar tbody tr+tr+tr+tr+tr+tr .wn.day{border:0}.calendar thead .name…
/dports/textproc/dikt/dikt-2s4/src/
H A Dhiliter.cpp34 void Hiliter::setHiliteFormat(QTextCharFormat format, HiliteType hilite) in setHiliteFormat() argument
36 hilites[hilite].format = format; in setHiliteFormat()
41 foreach (const Hilite &hilite, hilites) { in highlightBlock()
42 const QRegExp &exp = hilite.regexp; in highlightBlock()
48 setFormat(index, len, hilite.format); in highlightBlock()
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Dhilite_recon.cc590 if (hilite[3][i][j] > epsilon) { in HLRecovery_inpaint()
597 if (hilite[3][2][j] <= epsilon) { in HLRecovery_inpaint()
601 if (hilite[3][3][j] <= epsilon) { in HLRecovery_inpaint()
605 if (hilite[3][hfh - 3][j] <= epsilon) { in HLRecovery_inpaint()
609 if (hilite[3][hfh - 4][j] <= epsilon) { in HLRecovery_inpaint()
615 if (hilite[3][i][hfw - 2] <= epsilon) { in HLRecovery_inpaint()
632 hilite_dir0[c][j][i] = hilite[c][i][j] / hilite[3][i][j]; in HLRecovery_inpaint()
721 hilite_dir4[c][j][i] = hilite[c][i][j] / hilite[3][i][j]; in HLRecovery_inpaint()
793 hilite_dir[0 + c][i][j] = hilite[c][i][j] / hilite[3][i][j]; in HLRecovery_inpaint()
837 hilite_dir[4 + c][i][j] = hilite[c][i][j] / hilite[3][i][j]; in HLRecovery_inpaint()
[all …]
/dports/cad/irsim/irsim-9.7.110/analyzer/
H A Dgraphics.c123 colors.hilite = coldef[ HIGHLIGHT_COLOR ].pixel; in SetColors()
124 if( ((colors.black | colors.hilite) == colors.hilite and in SetColors()
125 (colors.traces & ~colors.hilite) == colors.traces ) ) in SetColors()
127 else if( (colors.black & ~colors.hilite) == colors.hilite and in SetColors()
128 (colors.traces | colors.hilite) == colors.traces ) in SetColors()
136 colors.hilite = colors.black; in SetColors()
351 gcs.hilite = XCreateGC( display, root, mask, &gcv );
360 gcs.curs_on = gcs.hilite;
388 gcv.foreground = colors.hilite | colors.black;
390 gcv.plane_mask = colors.hilite ^ colors.black;
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/effects/
H A DSkEmbossMask.cpp91 int hilite = (2 * dot - lz_dot8) * lz_dot8 >> 8; in Emboss() local
92 if (hilite > 0) { in Emboss()
94 hilite = SkClampMax(hilite, 255); in Emboss()
100 add = hilite; in Emboss()
102 add = div255(add * hilite); in Emboss()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/effects/
H A DSkEmbossMask.cpp91 int hilite = (2 * dot - lz_dot8) * lz_dot8 >> 8; in Emboss() local
92 if (hilite > 0) { in Emboss()
94 hilite = std::min(hilite, 255); in Emboss()
100 add = hilite; in Emboss()
102 add = div255(add * hilite); in Emboss()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/effects/
H A DSkEmbossMask.cpp91 int hilite = (2 * dot - lz_dot8) * lz_dot8 >> 8; in Emboss() local
92 if (hilite > 0) { in Emboss()
94 hilite = SkClampMax(hilite, 255); in Emboss()
100 add = hilite; in Emboss()
102 add = div255(add * hilite); in Emboss()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/effects/
H A DSkEmbossMask.cpp91 int hilite = (2 * dot - lz_dot8) * lz_dot8 >> 8; in Emboss() local
92 if (hilite > 0) { in Emboss()
94 hilite = SkClampMax(hilite, 255); in Emboss()
100 add = hilite; in Emboss()
102 add = div255(add * hilite); in Emboss()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/effects/
H A DSkEmbossMask.cpp89 int hilite = (2 * dot - lz_dot8) * lz_dot8 >> 8; in Emboss() local
90 if (hilite > 0) { in Emboss()
92 hilite = SkClampMax(hilite, 255); in Emboss()
98 add = hilite; in Emboss()
100 add = div255(add * hilite); in Emboss()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/effects/
H A DSkEmbossMask.cpp91 int hilite = (2 * dot - lz_dot8) * lz_dot8 >> 8; in Emboss() local
92 if (hilite > 0) { in Emboss()
94 hilite = std::min(hilite, 255); in Emboss()
100 add = hilite; in Emboss()
102 add = div255(add * hilite); in Emboss()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/effects/
H A DSkEmbossMask.cpp91 int hilite = (2 * dot - lz_dot8) * lz_dot8 >> 8; in Emboss() local
92 if (hilite > 0) { in Emboss()
94 hilite = SkClampMax(hilite, 255); in Emboss()
100 add = hilite; in Emboss()
102 add = div255(add * hilite); in Emboss()
/dports/lang/racket/racket-8.3/share/pkgs/games/mines/
H A Dmines.rkt72 [set-area-hilite (lambda (mode) (set! area-hilite mode))]
77 (case hilite
99 (lambda (dc x y w h hilite)
125 (lambda (dc x y w h hilite)
356 (clear-area-hilite)
364 [set-near-hilite
366 (set! area-hilite t)
380 [clear-area-hilite
382 (when area-hilite
383 (set! area-hilite #f)
[all …]
/dports/graphics/librtprocess/librtprocess-0.11.0/src/postprocess/
H A Dhilite_recon.cc659 if (hilite[3][i][j] > epsilon) { in HLRecovery_inpaint()
666 if(hilite[3][2][j] <= epsilon) { in HLRecovery_inpaint()
670 if(hilite[3][3][j] <= epsilon) { in HLRecovery_inpaint()
699 hilite_dir0[c][j][i] = hilite[c][i][j] / hilite[3][i][j]; in HLRecovery_inpaint()
743 if(hilite[3][2][j] <= epsilon) { in HLRecovery_inpaint()
753 if(hilite[3][i][0] <= epsilon) { in HLRecovery_inpaint()
758 if(hilite[3][i][1] <= epsilon) { in HLRecovery_inpaint()
778 hilite_dir4[c][j][i] = hilite[c][i][j] / hilite[3][i][j]; in HLRecovery_inpaint()
840 hilite_dir[0 + c][i][j] = hilite[c][i][j] / hilite[3][i][j]; in HLRecovery_inpaint()
877 hilite_dir[4 + c][i][j] = hilite[c][i][j] / hilite[3][i][j]; in HLRecovery_inpaint()
[all …]
/dports/astro/siril/siril/subprojects/librtprocess/src/postprocess/
H A Dhilite_recon.cc659 if (hilite[3][i][j] > epsilon) { in HLRecovery_inpaint()
666 if(hilite[3][2][j] <= epsilon) { in HLRecovery_inpaint()
670 if(hilite[3][3][j] <= epsilon) { in HLRecovery_inpaint()
699 hilite_dir0[c][j][i] = hilite[c][i][j] / hilite[3][i][j]; in HLRecovery_inpaint()
743 if(hilite[3][2][j] <= epsilon) { in HLRecovery_inpaint()
753 if(hilite[3][i][0] <= epsilon) { in HLRecovery_inpaint()
758 if(hilite[3][i][1] <= epsilon) { in HLRecovery_inpaint()
778 hilite_dir4[c][j][i] = hilite[c][i][j] / hilite[3][i][j]; in HLRecovery_inpaint()
840 hilite_dir[0 + c][i][j] = hilite[c][i][j] / hilite[3][i][j]; in HLRecovery_inpaint()
877 hilite_dir[4 + c][i][j] = hilite[c][i][j] / hilite[3][i][j]; in HLRecovery_inpaint()
[all …]
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/librtprocess/src/postprocess/
H A Dhilite_recon.cc633 if (hilite[3][i][j] > epsilon) { in HLRecovery_inpaint()
640 if(hilite[3][2][j] <= epsilon) { in HLRecovery_inpaint()
644 if(hilite[3][3][j] <= epsilon) { in HLRecovery_inpaint()
673 hilite_dir0[c][j][i] = hilite[c][i][j] / hilite[3][i][j]; in HLRecovery_inpaint()
717 if(hilite[3][2][j] <= epsilon) { in HLRecovery_inpaint()
727 if(hilite[3][i][0] <= epsilon) { in HLRecovery_inpaint()
732 if(hilite[3][i][1] <= epsilon) { in HLRecovery_inpaint()
752 hilite_dir4[c][j][i] = hilite[c][i][j] / hilite[3][i][j]; in HLRecovery_inpaint()
814 hilite_dir[0 + c][i][j] = hilite[c][i][j] / hilite[3][i][j]; in HLRecovery_inpaint()
851 hilite_dir[4 + c][i][j] = hilite[c][i][j] / hilite[3][i][j]; in HLRecovery_inpaint()
[all …]
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/extension/httppanel/view/text/
H A DHttpPanelTextArea.java96 Highlighter hilite = this.getHighlighter(); in highlightEntryParser() local
101 hilite.addHighlight(lastPos, lastPos + entry.getToken().length(), painter); in highlightEntryParser()
117 Highlighter hilite = this.getHighlighter(); in highlight() local
123 hilite.addHighlight(start, end, painter); in highlight()
131 Highlighter hilite = this.getHighlighter(); in removeAllHighlights() local
132 hilite.removeAllHighlights(); in removeAllHighlights()
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Dbotl.c1994 struct hilite_s *hilite;
1998 if (!hilite)
2029 struct hilite_s hilite; variable
2085 hilite.fld = fld;
2285 hilite.anytype = dt;
2288 (void) strncpy(hilite.textmatch, txt, sizeof hilite.textmatch);
2289 hilite.textmatch[sizeof hilite.textmatch - 1] = '\0';
3112 struct hilite_s hilite; local
3135 hilite.fld = fld;
3293 hilite.rel = lt_gt_eq;
[all …]
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Dbotl.c1994 struct hilite_s *hilite;
1998 if (!hilite)
2029 struct hilite_s hilite; variable
2085 hilite.fld = fld;
2285 hilite.anytype = dt;
2288 (void) strncpy(hilite.textmatch, txt, sizeof hilite.textmatch);
2289 hilite.textmatch[sizeof hilite.textmatch - 1] = '\0';
3112 struct hilite_s hilite; local
3135 hilite.fld = fld;
3293 hilite.rel = lt_gt_eq;
[all …]
/dports/graphics/art/ART-1.9.3/rtengine/
H A Dhilite_recon.cc637 if (hilite[3][i][j] > epsilon) { in HLRecovery_inpaint()
644 if (hilite[3][2][j] <= epsilon) { in HLRecovery_inpaint()
648 if (hilite[3][3][j] <= epsilon) { in HLRecovery_inpaint()
652 if (hilite[3][hfh - 3][j] <= epsilon) { in HLRecovery_inpaint()
656 if (hilite[3][hfh - 4][j] <= epsilon) { in HLRecovery_inpaint()
662 if (hilite[3][i][hfw - 2] <= epsilon) { in HLRecovery_inpaint()
679 hilite_dir0[c][j][i] = hilite[c][i][j] / hilite[3][i][j]; in HLRecovery_inpaint()
768 hilite_dir4[c][j][i] = hilite[c][i][j] / hilite[3][i][j]; in HLRecovery_inpaint()
840 hilite_dir[0 + c][i][j] = hilite[c][i][j] / hilite[3][i][j]; in HLRecovery_inpaint()
884 hilite_dir[4 + c][i][j] = hilite[c][i][j] / hilite[3][i][j]; in HLRecovery_inpaint()
[all …]
/dports/chinese/cless/cless-290/
H A Dsearch.c72 struct hilite struct
74 struct hilite *hl_next; argument
384 struct hilite *hl; in clr_hilite()
385 struct hilite *nexthl; in clr_hilite()
406 struct hilite *hl;
437 struct hilite *anchor; in add_hilite()
438 struct hilite *hl;
440 struct hilite *ihl;
481 struct hilite *hl;
549 struct hilite *hl;
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/demo/share/jfc/J2Ddemo/java2d/demos/Fonts/
H A DHighlighting.java104 Shape hilite = layouts[i].getLogicalHighlightShape(0, curPos[i]); in render() local
106 hilite = at.createTransformedShape(hilite); in render()
107 float hy = (float) hilite.getBounds2D().getY(); in render()
108 float hh = (float) hilite.getBounds2D().getHeight(); in render()
110 g2.fill(hilite); in render()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/demo/share/jfc/J2Ddemo/java2d/demos/Fonts/
H A DHighlighting.java104 Shape hilite = layouts[i].getLogicalHighlightShape(0, curPos[i]); in render() local
106 hilite = at.createTransformedShape(hilite); in render()
107 float hy = (float) hilite.getBounds2D().getY(); in render()
108 float hh = (float) hilite.getBounds2D().getHeight(); in render()
110 g2.fill(hilite); in render()

12345678910>>...54