Searched refs:wavy (Results 1 – 18 of 18) sorted by relevance
/third_party/skia/demos.skia.org/demos/textedit/ |
D | textapi_utils.js | 220 if (src.wavy) { 221 this.wavy = this._check_toggle(src.wavy, this.wavy); 493 if (s.wavy) { 496 let wavy = []; 499 wavy.push(x); 500 wavy.push(pos[i + 1] + Math.sin(x * xscale) * yscale); 502 working_pos = new Float32Array(wavy);
|
/third_party/flutter/skia/gm/ |
D | dashing.cpp | 526 SkPath wavy; variable 527 wavy.moveTo(-10000, 100); 529 wavy.quadTo(i + 5, 95, i + 10, 100); 530 wavy.quadTo(i + 15, 105, i + 20, 100); 532 canvas->drawPath(wavy, p);
|
/third_party/skia/gm/ |
D | dashing.cpp | 558 SkPath wavy; variable 559 wavy.moveTo(-10000, 100); 561 wavy.quadTo(i + 5, 95, i + 10, 100); 562 wavy.quadTo(i + 15, 105, i + 20, 100); 564 canvas->drawPath(wavy, p);
|
/third_party/flutter/flutter/examples/layers/widgets/ |
D | styled_text.dart | 32 decorationStyle: TextDecorationStyle.wavy,
|
/third_party/flutter/flutter/packages/flutter/lib/src/painting/ |
D | text_span.dart | 118 /// long-presses the "find the" span, which is underlined in wavy green. The 159 /// decorationStyle: TextDecorationStyle.wavy,
|
D | text_style.dart | 151 /// text and underlined with a wavy red line to indicate a spelling error. (The 156 /// ![An example using TextStyle to highlight a word with a red wavy underline](https://flutter.git… 169 /// decorationStyle: TextDecorationStyle.wavy, 636 /// We can apply a very thin and subtle wavy underline (perhaps, when words 644 /// decorationStyle: TextDecorationStyle.wavy,
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/text/ |
D | paragraph.dart | 1234 case ui.TextDecorationStyle.wavy: 1235 return 'wavy';
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | text_golden_test.dart | 544 decorationStyle: TextDecorationStyle.wavy,
|
/third_party/pcre2/pcre2/maint/Unicode.tables/ |
D | emoji-data.txt | 135 3030 ; Emoji # E0.6 [1] (〰️) wavy dash 943 3030 ; Extended_Pictographic# E0.6 [1] (〰️) wavy dash
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/ui/ |
D | text.dart | 424 wavy
|
/third_party/flutter/engine/flutter/lib/ui/ |
D | text.dart | 431 wavy
|
/third_party/icu/icu4c/source/test/testdata/ |
D | emoji-test.txt | 3191 3030 FE0F ; fully-qualified # 〰️ wavy dash 3192 3030 ; non-fully-qualified # 〰 wavy dash
|
/third_party/freetype/docs/ |
D | CHANGES | 2312 blue zones. This bug created `wavy' baselines when rendering
|
/third_party/flutter/skia/third_party/externals/freetype/docs/ |
D | CHANGES | 2211 blue zones. This bug created `wavy' baselines when rendering
|
/third_party/skia/third_party/externals/freetype/docs/ |
D | CHANGES | 2462 blue zones. This bug created `wavy' baselines when rendering
|
/third_party/mindspore/tests/ut/data/mindrecord/testAclImdbData/ |
D | vocab.txt | 23099 wavy
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/ |
D | compilation_trace.txt | 3040 dart:ui,TextDecorationStyle,init:wavy
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 5535 …crbug.com/1266199 [ Mac10.12 ] fast/css3-text/css3-text-decoration/text-decoration-style-wavy-font…
|