Home
last modified time | relevance | path

Searched refs:highlight (Results 1 - 19 of 19) sorted by relevance

/third_party/backends/tools/
H A Dgamma4scanimage.c36 int highlight = maxin; in main() local
42 printf("Usage: %s gamma [shadow [highlight [maxin [maxout]]]]\n", argv[0]); in main()
58 highlight = atoi(argv[3]); in main()
77 if (highlight < 0) in main()
79 printf("%s error: highlight=%d < 0\n", argv[0], highlight); in main()
95 if (shadow >= highlight) in main()
97 printf("%s error: shadow=%d >= highlight=%d\n", argv[0], shadow, highlight); in main()
101 if (highlight > maxi in main()
[all...]
/third_party/gn/src/gn/
H A Derr.cc64 std::string highlight; in OutputHighlighedPosition() local
65 highlight.resize(line_length); in OutputHighlighedPosition()
67 highlight[i] = ' '; in OutputHighlighedPosition()
71 FillRangeOnLine(range, location.line_number(), &highlight); in OutputHighlighedPosition()
74 highlight.push_back(' '); in OutputHighlighedPosition()
76 location.column_number() - 1 < static_cast<int>(highlight.size())); in OutputHighlighedPosition()
77 highlight[location.column_number() - 1] = '^'; in OutputHighlighedPosition()
80 while (!highlight.empty() && highlight[highlight in OutputHighlighedPosition()
[all...]
/third_party/toybox/toys/other/
H A Dhexedit.c99 static void highlight(int xx, int yy, int side) in highlight() function
183 highlight(x, y, ro ? 3 : side); in hexedit_main()
190 highlight(x, y, 2); in hexedit_main()
210 highlight(x, y, side); in hexedit_main()
/third_party/python/Lib/
H A Dcgitb.py143 highlight = {} variable
145 highlight[lnum[0]] = 1
156 if i in highlight:
227 highlight = {} variable
229 highlight[lnum[0]] = 1
/third_party/selinux/secilc/docs/
H A DMakefile62 --highlight-style=$(PANDOC_HIGHLIGHT_STYLE) \
74 --highlight-style=$(PANDOC_HIGHLIGHT_STYLE) \
/third_party/PyYAML/examples/yaml-highlight/
H A Dyaml_hl.py51 def highlight(self): member in YAMLHighlight
113 hl.highlight()
/third_party/eudev/src/shared/
H A Dlog.c252 bool highlight; in write_to_console() local
262 highlight = LOG_PRI(level) <= LOG_ERR && show_color; in write_to_console()
270 if (highlight) in write_to_console()
273 if (highlight) in write_to_console()
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_colorizer.py18 'highlight': config.IdleUserConfParser(''),
206 highlight = partial(config.idleConf.GetHighlight, theme='IDLE Classic')
212 self.assertEqual(colors, highlight(element=tag.lower()))
216 highlight = partial(config.idleConf.GetHighlight, theme='IDLE Classic')
224 highlight(element=tag.lower())[plane])
/third_party/rust/crates/cxx/book/
H A Dbuild.js5 const hljs = require('./build/highlight.js');
53 $('head link[href="ayu-highlight.css"]').attr('disabled', true);
68 const highlighted = hljs.highlight(lang, target).value;
99 fs.copyFileSync('build/highlight.css', 'build/tomorrow-night.css');
100 fs.copyFileSync('build/highlight.css', 'build/ayu-highlight.css');
/third_party/backends/backend/
H A Dmicrotek.h171 #define MI_ENH_CAP_SHADOW 0x01 /* can adjust shadow/highlight */
324 SANE_Byte shadow, highlight, midtone; member
H A Davision.h698 uint8_t highlight; member
H A Dcanon_lide70-common.c238 makegammatable (double gamma, int highlight, unsigned char *buf) in makegammatable() argument
250 while (in < highlight) in makegammatable()
252 out = maxout * pow ((double) in / highlight, (1.0 / gamma)); in makegammatable()
H A Dpie.c271 int inquiry_min_highlight; /* min highlight % that can be used */
552 "-> Parameter value invalid - Illegal highlight/shadow setting\n"); in sense_handler()
1575 int highlight, int shadow) in pie_send_highlight_shadow_one()
1598 data[6] = highlight; in pie_send_highlight_shadow_one()
1574 pie_send_highlight_shadow_one(Pie_Scanner * scanner, int filter, int highlight, int shadow) pie_send_highlight_shadow_one() argument
H A Dmicrotek.c481 data[7] = ms->highlight; in mode_select()
3459 /* we need to (silently) make sure shadow <= midtone <= highlight */ in sane_control_option()
3696 s->highlight = s->val[OPT_HIGHLIGHT].w; in sane_get_parameters()
H A Davision.c2002 DBG (dbg_level, "%s: [43] highlight: %d\n", func, in debug_print_window_descriptor()
2003 window->avision.highlight); in debug_print_window_descriptor()
6407 cmd.window.avision.highlight = 0xFF; in set_window()
/third_party/mesa3d/src/freedreno/decode/
H A Dcffdec.c225 bool highlight = highlight_gpuaddr(addr); in dump_hex() local
227 if (highlight) in dump_hex()
236 if (highlight) in dump_hex()
/third_party/skia/tools/viewer/
H A DViewer.cpp1847 SkSL::String highlight = versionDecl ? versionDecl : ""; in build_glsl_highlight_shader() local
1849 highlight.append("precision mediump float;\n"); in build_glsl_highlight_shader()
1851 highlight.appendf("out vec4 sk_FragColor;\n" in build_glsl_highlight_shader()
1853 return highlight; in build_glsl_highlight_shader()
2581 // Force an Apply to patch the highlight shader in/out in drawImGui()
/third_party/glfw/deps/
H A Dnuklear.h5272 struct nk_color highlight; member
24033 struct nk_color color, struct nk_color highlight, in nk_chart_begin_colored()
24074 slot->highlight = highlight; in nk_chart_begin_colored()
24099 struct nk_color color, struct nk_color highlight, in nk_chart_add_slot_colored()
24115 slot->highlight = highlight; in nk_chart_add_slot_colored()
24163 color = g->slots[slot].highlight; in nk_chart_push_line()
24186 color = g->slots[slot].highlight; in nk_chart_push_line()
24237 color = chart->slots[slot].highlight; in nk_chart_push_column()
24032 nk_chart_begin_colored(struct nk_context *ctx, enum nk_chart_type type, struct nk_color color, struct nk_color highlight, int count, float min_value, float max_value) nk_chart_begin_colored() argument
24098 nk_chart_add_slot_colored(struct nk_context *ctx, const enum nk_chart_type type, struct nk_color color, struct nk_color highlight, int count, float min_value, float max_value) nk_chart_add_slot_colored() argument
[all...]
/third_party/node/deps/v8/tools/
H A Dgrokdump.py2450 tr.highlight-line {
2454 .highlight {
2458 tr.inexact-highlight-line {
2597 <form class="navigation" action="disasm.html#highlight">
2989 expand = ("(<a href=\"data.html?%s&amp;val=0x%x#highlight\">"
2995 "highlighting <a href=\"#highlight\">0x%x</a> %s</h3>" %
3033 f.write("<tr class=highlight-line>")
3034 address_fmt = "<a id=highlight></a>%s&nbsp;</td>"
3036 f.write("<tr class=inexact-highlight-line>")
3037 address_fmt = "<a id=highlight></
[all...]

Completed in 102 milliseconds