/third_party/cef/tests/cefclient/browser/ |
D | osr_ime_handler_win.cc | 77 cef_composition_underline_t underline; in GetCompositionUnderlines() local 78 underline.range.from = clause_data[i]; in GetCompositionUnderlines() 79 underline.range.to = clause_data[i + 1]; in GetCompositionUnderlines() 80 underline.color = ColorUNDERLINE; in GetCompositionUnderlines() 81 underline.background_color = ColorBKCOLOR; in GetCompositionUnderlines() 82 underline.thick = 0; in GetCompositionUnderlines() 85 if (underline.range.from >= target_start && in GetCompositionUnderlines() 86 underline.range.to <= target_end) { in GetCompositionUnderlines() 87 underline.thick = 1; in GetCompositionUnderlines() 89 underlines.push_back(underline); in GetCompositionUnderlines() [all …]
|
/third_party/selinux/secilc/docs/ |
D | theme.theme | 12 "underline": false 19 "underline": false 27 "underline": false 35 "underline": false 42 "underline": false 49 "underline": false 56 "underline": false
|
/third_party/python/Tools/pynche/ |
D | PyncheWidget.py | 54 underline=0) 59 underline=0) 68 underline=v.underline()) 75 underline=0) 78 underline=0) 84 underline=0) 87 underline=0) 90 underline=0) 257 underline = module.ADDTOVIEW.find('%') 258 if underline == -1: [all …]
|
/third_party/node/deps/npm/node_modules/@colors/colors/examples/ |
D | normal-usage.js | 5 console.log('Underline that text'.yellow.underline); 16 console.log('Chains are also cool.'.bold.italic.underline.red); 19 console.log('So '.green + 'are'.underline + ' ' + 'inverse'.inverse 40 console.log('Generic logging theme as JSON'.green.bold.underline); 64 console.log('Generic logging theme as file'.green.bold.underline);
|
D | safe-string.js | 5 console.log(colors.yellow.underline('Underline that text')); 16 console.log(colors.bold.italic.underline.red('Chains are also cool.')); 19 console.log(colors.green('So ') + colors.underline('are') + ' '
|
/third_party/skia/gm/ |
D | texteffects.cpp | 32 SkPath underline; in create_underline() local 38 underline.moveTo(last, uPos); in create_underline() 39 underline.lineTo(start, uPos); in create_underline() 44 underline.moveTo(end, uPos); in create_underline() 45 underline.lineTo(finalPos, uPos); in create_underline() 47 return underline; in create_underline() 137 SkPath underline = create_underline(intercepts, start, end, uPos, uWidth, textSize); variable 138 underline.offset(blobOffset.x(), blobOffset.y()); 140 canvas->drawPath(underline, paint);
|
/third_party/ffmpeg/libavcodec/ |
D | ass.c | 34 int bold, int italic, int underline, in ff_ass_subtitle_header_full() argument 75 -bold, -italic, -underline, border_style, alignment); in ff_ass_subtitle_header_full() 86 int bold, int italic, int underline, in ff_ass_subtitle_header() argument 93 bold, italic, underline, in ff_ass_subtitle_header()
|
D | movtextdec.c | 65 uint8_t underline; member 80 uint8_t underline; member 193 m->d.underline = !!(s_default.style_flag & STYLE_FLAG_UNDERLINE); in mov_text_tx3g() 304 style->underline = !!(style->style_flag & STYLE_FLAG_UNDERLINE); in decode_styl() 368 if (style->underline ^ m->d.underline) in text_to_ass() 369 av_bprintf(buf, "{\\u%d}", style->underline); in text_to_ass() 454 m->d.bold, m->d.italic, m->d.underline, in mov_text_init()
|
D | ass.h | 76 int bold, int italic, int underline, 96 int bold, int italic, int underline,
|
D | microdvddec.c | 330 int underline = ASS_DEFAULT_UNDERLINE; in microdvd_init() local 347 case 'u': underline = 1; break; in microdvd_init() 367 underline, ASS_DEFAULT_BORDERSTYLE, in microdvd_init()
|
/third_party/rust/crates/codespan/codespan-reporting/src/term/ |
D | renderer.rs | 552 let mut underline = None; in render_snippet_source() localVariable 559 self.label_multi_left(severity, *ls, underline.map(|(s, _)| s))?; in render_snippet_source() 562 self.label_multi_left(severity, *ls, underline.map(|(s, _)| s))?; in render_snippet_source() 565 self.label_multi_left(severity, *ls, underline.map(|(s, _)| s))?; in render_snippet_source() 568 underline = Some((*ls, VerticalBound::Top)); in render_snippet_source() 572 underline = Some((*ls, VerticalBound::Bottom)); in render_snippet_source() 576 self.inner_gutter_column(severity, underline)?; in render_snippet_source() 581 Some((_, _)) | None => self.inner_gutter_column(severity, underline)?, in render_snippet_source() 785 underline: Option<LabelStyle>, in label_multi_left() 787 match underline { in label_multi_left() [all …]
|
/third_party/ffmpeg/tests/ref/fate/ |
D | sub-microdvd-remux | 3 {1300}{1400}{Y:ib}{y:us}italic bold underline strike|italic bold no-underline no-strike
|
D | sub-microdvd | 15 …0,Default,,0,0,0,,{\u1}{\s1}{\i1}{\b1}italic bold underline strike{\s0}{\u0}\Nitalic bold no-under…
|
D | sub-webvttenc | 25 <b><i><u>This text should be bold, italics and underline</u></i></b> 33 <u>This line should be underline</u> 36 should be underline</u>
|
D | sub-textenc | 28 This text should be bold, italics and underline 37 This line should be underline 40 should be underline
|
/third_party/libcoap/doc/ |
D | docbook.local.css | 30 text-decoration: underline; 46 text-decoration: underline;
|
/third_party/python/Lib/turtledemo/ |
D | __main__.py | 157 label='Examples', underline=0) 159 label='Fontsize', underline=0) 161 label='Help', underline=0) 296 menu.add_command(label=entry, underline=0, 311 menu.add_command(label=str(size), underline=0,
|
/third_party/icu/tools/release/java/ |
D | icu4c.css | 70 text-decoration: underline; 93 text-decoration: underline; 112 text-decoration: underline; 182 text-decoration: underline; 223 text-decoration: underline;
|
/third_party/skia/third_party/externals/icu/ |
D | icu4c.css | 81 text-decoration: underline; 100 text-decoration: underline; 118 text-decoration: underline; 200 text-decoration: underline; 241 text-decoration: underline;
|
/third_party/skia/modules/canvaskit/npm_build/ |
D | textapi_utils.js | 208 underline: null, 238 if (src.underline) { 239 this.underline = this._check_toggle(src.underline, this.underline); 510 if (s.underline) {
|
/third_party/node/deps/v8/tools/profview/ |
D | profview.css | 46 text-decoration: underline; 51 text-decoration: underline;
|
/third_party/icu/icu4c/ |
D | icu4c.css | 83 text-decoration: underline; 102 text-decoration: underline; 120 text-decoration: underline; 202 text-decoration: underline; 243 text-decoration: underline;
|
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | gstcea708decoder.c | 677 window->pen_attributes.underline = FALSE; in gst_cea708dec_set_pen_style() 1055 current->pen_attributes.underline, in gst_cea708dec_show_pango_window() 1064 span_control.span_next_flag, span_control.underline, in gst_cea708dec_show_pango_window() 1069 if ((current->pen_attributes.underline != span_control.underline) in gst_cea708dec_show_pango_window() 1093 if (current->pen_attributes.underline) { in gst_cea708dec_show_pango_window() 1098 span_control.underline = TRUE; in gst_cea708dec_show_pango_window() 1234 if (span_control.underline || span_control.italics in gst_cea708dec_show_pango_window() 1360 window->pen_attributes.underline = FALSE; in gst_cea708dec_init_window() 1410 window->pen_attributes.underline = in gst_cea708dec_set_pen_attributes() 1421 window->pen_attributes.underline, window->pen_attributes.edge_type); in gst_cea708dec_set_pen_attributes()
|
D | gstcea708decoder.h | 331 gboolean underline; member 347 gboolean underline; member
|
/third_party/node/deps/npm/node_modules/text-table/test/ |
D | ansi-colors.js | 17 color.bold('Bold'), color.underline('Underline'),
|