Home
last modified time | relevance | path

Searched refs:accent (Results 1 – 25 of 156) sorted by relevance

1234567

/third_party/freetype/docs/reference/assets/stylesheets/
Dapplication-palette.a8b3c06d.css1accent],button[data-md-color-primary]{width:6.5rem;margin-bottom:.2rem;padding:1.2rem .4rem .2rem;…
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/
Dcolors_demo.dart10 Palette({ this.name, this.primary, this.accent, this.threshold = 900});
14 final MaterialAccentColor accent;
21 Palette(name: 'RED', primary: Colors.red, accent: Colors.redAccent, threshold: 300),
22 Palette(name: 'PINK', primary: Colors.pink, accent: Colors.pinkAccent, threshold: 200),
23 Palette(name: 'PURPLE', primary: Colors.purple, accent: Colors.purpleAccent, threshold: 200),
24 …Palette(name: 'DEEP PURPLE', primary: Colors.deepPurple, accent: Colors.deepPurpleAccent, threshol…
25 Palette(name: 'INDIGO', primary: Colors.indigo, accent: Colors.indigoAccent, threshold: 200),
26 Palette(name: 'BLUE', primary: Colors.blue, accent: Colors.blueAccent, threshold: 400),
27 …Palette(name: 'LIGHT BLUE', primary: Colors.lightBlue, accent: Colors.lightBlueAccent, threshold: …
28 Palette(name: 'CYAN', primary: Colors.cyan, accent: Colors.cyanAccent, threshold: 600),
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/
DGrek_Latn_UNGEGN.txt18 $accent = [[:Mn:][:Me:]] ;
24 $lcgvowelC = [$lcgvowel $accent] ;
27 $beforeLower = $accent * $lower ;
36 $afterLetter = [:L:] [\'$accent]* ;
37 $beforeLetter = [\'$accent]* [:L:] ;
61 [^[:L:]$accent] { μπ → b ;
62 μπ } [^[:L:]$accent] → b ;
63 [^[:L:]$accent] { [Μμ][Ππ] → B ;
64 [Μμ][Ππ] } [^[:L:]$accent] → B ;
DGrek_Latn.txt25 $accent = [:M:] ;
35 $lcgvowelC = [$lcgvowel $accent] ;
49 $beforeLower = $accent * $lower ;
62 $accent_minus = [[$accent]-[$iotasub$macron]];
66 $upper $accent * { $iotasub → I ;
/third_party/skia/third_party/externals/icu/source/data/translit/
DGrek_Latn_UNGEGN.txt19 $accent = [[:Mn:][:Me:]] ;
25 $lcgvowelC = [$lcgvowel $accent] ;
28 $beforeLower = $accent * $lower ;
37 $afterLetter = [:L:] [\'$accent]* ;
38 $beforeLetter = [\'$accent]* [:L:] ;
62 [^[:L:]$accent] { μπ → b ;
63 μπ } [^[:L:]$accent] → b ;
64 [^[:L:]$accent] { [Μμ][Ππ] → B ;
65 [Μμ][Ππ] } [^[:L:]$accent] → B ;
DGrek_Latn.txt26 $accent = [:M:] ;
36 $lcgvowelC = [$lcgvowel $accent] ;
50 $beforeLower = $accent * $lower ;
63 $accent_minus = [[$accent]-[$iotasub$macron]];
67 $upper $accent * { $iotasub → I ;
Del_el_Latn_BGN.txt79 # accent marks hen they occur together, e.g. Ἄβατον → Ávaton,
86 # the acute accent, or the grave accent; all of those marks should
87 # be represented in romanization by an acute accent, e.g.,
143 # in Greek, the # second vowel character should carry the accent;
144 # similarly, in Romanization the acute accent should be placed over the
/third_party/icu/icu4c/source/data/translit/
DGrek_Latn_UNGEGN.txt19 $accent = [[:Mn:][:Me:]] ;
25 $lcgvowelC = [$lcgvowel $accent] ;
28 $beforeLower = $accent * $lower ;
37 $afterLetter = [:L:] [\'$accent]* ;
38 $beforeLetter = [\'$accent]* [:L:] ;
62 [^[:L:]$accent] { μπ → b ;
63 μπ } [^[:L:]$accent] → b ;
64 [^[:L:]$accent] { [Μμ][Ππ] → B ;
65 [Μμ][Ππ] } [^[:L:]$accent] → B ;
DGrek_Latn.txt26 $accent = [:M:] ;
36 $lcgvowelC = [$lcgvowel $accent] ;
50 $beforeLower = $accent * $lower ;
63 $accent_minus = [[$accent]-[$iotasub$macron]];
67 $upper $accent * { $iotasub → I ;
Del_el_Latn_BGN.txt79 # accent marks hen they occur together, e.g. Ἄβατον → Ávaton,
86 # the acute accent, or the grave accent; all of those marks should
87 # be represented in romanization by an acute accent, e.g.,
143 # in Greek, the # second vowel character should carry the accent;
144 # similarly, in Romanization the acute accent should be placed over the
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-cff1-table.cc275 hb_codepoint_t accent = param.cff->std_code_to_glyph (env.argStack[n-1].to_int ()); in process_seac() local
278 if (likely (!env.in_seac && base && accent in process_seac()
280 && _get_bounds (param.cff, accent, accent_bounds, true))) in process_seac()
350 accent = 0; in init()
353 bool has_seac () const { return base && accent; } in has_seac()
357 hb_codepoint_t accent; member
369 param.accent = param.cff->std_code_to_glyph (accent_char); in process_seac()
373 …r_t::get_seac_components (hb_codepoint_t glyph, hb_codepoint_t *base, hb_codepoint_t *accent) const in get_seac_components()
388 *accent = param.accent; in get_seac_components()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-cff1-table.cc376 hb_codepoint_t accent = param.cff->std_code_to_glyph (env.argStack[n-1].to_int ()); in process_seac() local
379 if (likely (!env.in_seac && base && accent in process_seac()
381 && _get_bounds (param.cff, accent, accent_bounds, true))) in process_seac()
530 hb_codepoint_t accent = param.cff->std_code_to_glyph (env.argStack[n-1].to_int ()); in process_seac() local
532 if (unlikely (!(!env.in_seac && base && accent in process_seac()
534 && _get_path (param.cff, param.font, accent, *param.draw_helper, true, &delta)))) in process_seac()
575 accent = 0; in init()
578 bool has_seac () const { return base && accent; } in has_seac()
582 hb_codepoint_t accent; member
594 param.accent = param.cff->std_code_to_glyph (accent_char); in process_seac()
[all …]
/third_party/harfbuzz/src/
Dhb-ot-cff1-table.cc376 hb_codepoint_t accent = param.cff->std_code_to_glyph (env.argStack[n-1].to_int ()); in process_seac() local
379 if (likely (!env.in_seac && base && accent in process_seac()
381 && _get_bounds (param.cff, accent, accent_bounds, true))) in process_seac()
530 hb_codepoint_t accent = param.cff->std_code_to_glyph (env.argStack[n-1].to_int ()); in process_seac() local
532 if (unlikely (!(!env.in_seac && base && accent in process_seac()
534 && _get_path (param.cff, param.font, accent, *param.draw_helper, true, &delta)))) in process_seac()
575 accent = 0; in init()
578 bool has_seac () const { return base && accent; } in has_seac()
582 hb_codepoint_t accent; member
594 param.accent = param.cff->std_code_to_glyph (accent_char); in process_seac()
[all …]
/third_party/gettext/gettext-runtime/po/
Den@quot.header3 # characters, only substitutes like grave accent (0x60), apostrophe (0x27)
7 # This catalog translates grave accent (0x60) and apostrophe (0x27) to
17 # grave/acute accent (by libiconv), and the double quotation marks are
Den@boldquot.header3 # characters, only substitutes like grave accent (0x60), apostrophe (0x27)
7 # This catalog translates grave accent (0x60) and apostrophe (0x27) to
17 # grave/acute accent (by libiconv), and the double quotation marks are
/third_party/e2fsprogs/po/
Den@quot.header3 # characters, only substitutes like grave accent (0x60), apostrophe (0x27)
7 # This catalog translates grave accent (0x60) and apostrophe (0x27) to
17 # grave/acute accent (by libiconv), and the double quotation marks are
Den@boldquot.header3 # characters, only substitutes like grave accent (0x60), apostrophe (0x27)
7 # This catalog translates grave accent (0x60) and apostrophe (0x27) to
17 # grave/acute accent (by libiconv), and the double quotation marks are
/third_party/expat/doc/
Dok.min.css2accent-0:#3e67fa;--ok-accent-1:#4788ff;--ok-tc-accent:#3173de;--ok-tc-code:#c23a30;--ok-tc-0:#000;…
/third_party/skia/third_party/externals/expat/expat/doc/
Dok.min.css2accent-0:#3e67fa;--ok-accent-1:#4788ff;--ok-tc-accent:#3173de;--ok-tc-code:#c23a30;--ok-tc-0:#000;…
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dcolors.dart58 /// Defines a single accent color as well a swatch of four shades of the
59 /// accent color.
71 /// Creates a color swatch with a variety of shades appropriate for accent
101 /// the number, the darker the color. The accent swatches (e.g. [redAccent]) only
440 /// * [redAccent], the corresponding accent colors.
461 /// The red accent swatch.
522 /// * [pinkAccent], the corresponding accent colors.
543 /// The pink accent color swatch.
604 /// * [purpleAccent], the corresponding accent colors.
625 /// The purple accent color and swatch.
[all …]
Dbutton_theme.dart32 accent,
127 /// default theme. Also, this theme uses [ButtonTextTheme.accent] rather than
139 ButtonTextTheme textTheme = ButtonTextTheme.accent,
309 case ButtonTextTheme.accent:
338 case ButtonTextTheme.accent:
523 /// * [ButtonTextTheme.normal] or [ButtonTextTheme.accent], the
544 case ButtonTextTheme.accent:
568 /// * [ButtonTextTheme.accent]: [colorScheme.secondary].
583 case ButtonTextTheme.accent:
626 case ButtonTextTheme.accent:
[all …]
/third_party/boost/libs/math/doc/equations/
Dbessel15.mml17 <munderover accentunder="false" accent="false">
77 <munderover accentunder="false" accent="false">
/third_party/PyYAML/tests/data/
Dspec-05-10.data2 grave-accent: `text
/third_party/gettext/build-aux/
Dtexi2html3172 my $accent = shift;
3173 …}$accent_map{$accent};" if (defined($accent_map{$accent}) and defined($special_accents{$accent}) a…
3174 … $text . 'ring;' if (($accent eq 'ringaccent') and (defined($special_accents{$accent})) and ($text…
3175 return $text . '&lt;' if ($accent eq 'v');
3176 …turn "&${text}cedil;" if (($accent eq ',') and (defined($special_accents{$accent})) and ($text =~ …
3177 return ascii_accents($text, $accent);
3182 my $accent = shift;
3187 …}$accent_map{$accent};" if (defined($accent_map{$accent}) and defined($special_accents{$accent}) a…
3188 … $text . 'ring;' if (($accent eq 'ringaccent') and (defined($special_accents{$accent})) and ($text…
3189 return $text . '&lt;' if ($accent eq 'v');
[all …]
/third_party/flutter/flutter/packages/flutter/test/material/
Dtheme_data_test.dart50 test('Default accent text theme contrasts with accent brightness', () {
87 test('Default accent icon theme contrasts with accent brightness', () {

1234567