/third_party/flutter/engine/flutter/third_party/txt/benchmarks/ |
D | paragraph_builder_benchmarks.cc | 31 txt::ParagraphStyle paragraph_style; in BM_ParagraphBuilderConstruction() 40 txt::ParagraphStyle paragraph_style; in BM_ParagraphBuilderPushStyle() 53 txt::ParagraphStyle paragraph_style; in BM_ParagraphBuilderPushPop() 70 txt::ParagraphStyle paragraph_style; in BM_ParagraphBuilderAddTextString() 82 txt::ParagraphStyle paragraph_style; in BM_ParagraphBuilderAddTextChar() 97 txt::ParagraphStyle paragraph_style; in BM_ParagraphBuilderAddTextU16stringShort() 131 txt::ParagraphStyle paragraph_style; in BM_ParagraphBuilderAddTextU16stringLong() 147 txt::ParagraphStyle paragraph_style; in BM_ParagraphBuilderShortParagraphConstruct() 185 txt::ParagraphStyle paragraph_style; in BM_ParagraphBuilderLongParagraphConstruct()
|
D | paragraph_benchmarks.cc | 43 txt::ParagraphStyle paragraph_style; in BM_ParagraphShortLayout() 84 txt::ParagraphStyle paragraph_style; in BM_ParagraphLongLayout() 126 txt::ParagraphStyle paragraph_style; in BM_ParagraphJustifyLayout() 152 txt::ParagraphStyle paragraph_style; in BM_ParagraphManyStylesLayout() 177 txt::ParagraphStyle paragraph_style; in BM_ParagraphTextBigO() 207 txt::ParagraphStyle paragraph_style; in BM_ParagraphStylesBigO() 237 txt::ParagraphStyle paragraph_style; in BM_ParagraphPaintSimple() 284 txt::ParagraphStyle paragraph_style; in BM_ParagraphPaintLarge() 315 txt::ParagraphStyle paragraph_style; in BM_ParagraphPaintDecoration()
|
/third_party/skia/modules/skparagraph/src/ |
D | ParagraphBuilderImpl.h | 21 ParagraphBuilderImpl(const ParagraphStyle& style, 26 ParagraphBuilderImpl(const ParagraphStyle& style, sk_sp<FontCollection> fontCollection); 59 void setParagraphStyle(const ParagraphStyle& style) override; 64 static std::unique_ptr<ParagraphBuilder> make(const ParagraphStyle& style, 69 static std::unique_ptr<ParagraphBuilder> make(const ParagraphStyle& style, 80 ParagraphStyle fParagraphStyle;
|
D | ParagraphBuilderImpl.cpp | 20 const ParagraphStyle& style, sk_sp<FontCollection> fontCollection) { in make() 25 const ParagraphStyle& style, sk_sp<FontCollection> fontCollection) { in make() 34 …const ParagraphStyle& style, sk_sp<FontCollection> fontCollection, std::unique_ptr<SkUnicode> unic… in make() 42 …const ParagraphStyle& style, sk_sp<FontCollection> fontCollection, std::unique_ptr<SkUnicode> unic… in ParagraphBuilderImpl() 52 const ParagraphStyle& style, sk_sp<FontCollection> fontCollection) in ParagraphBuilderImpl() 58 void ParagraphBuilderImpl::setParagraphStyle(const ParagraphStyle& style) { in setParagraphStyle()
|
D | ParagraphStyle.cpp | 22 ParagraphStyle::ParagraphStyle() { in ParagraphStyle() function in skia::textlayout::ParagraphStyle 31 TextAlign ParagraphStyle::effective_align() const { in effective_align()
|
/third_party/flutter/engine/flutter/third_party/txt/src/txt/ |
D | paragraph_style.cc | 23 TextStyle ParagraphStyle::GetTextStyle() const { in GetTextStyle() 37 bool ParagraphStyle::unlimited_lines() const { in unlimited_lines() 41 bool ParagraphStyle::ellipsized() const { in ellipsized() 45 TextAlign ParagraphStyle::effective_align() const { in effective_align()
|
D | paragraph_builder_txt.h | 29 ParagraphBuilderTxt(const ParagraphStyle& style, 55 ParagraphStyle paragraph_style_; 58 void SetParagraphStyle(const ParagraphStyle& style);
|
D | paragraph_builder.cc | 29 const ParagraphStyle& style, in CreateTxtBuilder() 37 const ParagraphStyle& style, in CreateSkiaBuilder()
|
D | paragraph_builder.h | 35 const ParagraphStyle& style, 40 const ParagraphStyle& style,
|
/third_party/flutter/skia/modules/skparagraph/src/ |
D | ParagraphStyle.cpp | 19 ParagraphStyle::ParagraphStyle() { in ParagraphStyle() function in skia::textlayout::ParagraphStyle 27 TextAlign ParagraphStyle::effective_align() const { in effective_align() 37 void ParagraphStyle::setEllipsis(const std::u16string& ellipsis) { in setEllipsis()
|
D | ParagraphBuilderImpl.h | 20 ParagraphBuilderImpl(const ParagraphStyle& style, sk_sp<FontCollection> fontCollection); 50 void setParagraphStyle(const ParagraphStyle& style) override; 62 ParagraphStyle fParagraphStyle;
|
D | ParagraphBuilderImpl.cpp | 14 const ParagraphStyle& style, sk_sp<FontCollection> fontCollection) { in make() 19 const ParagraphStyle& style, sk_sp<FontCollection> fontCollection) in ParagraphBuilderImpl() 26 void ParagraphBuilderImpl::setParagraphStyle(const ParagraphStyle& style) { in setParagraphStyle()
|
/third_party/flutter/skia/modules/skparagraph/include/ |
D | ParagraphBuilder.h | 19 ParagraphBuilder(const ParagraphStyle& style, sk_sp<FontCollection> fontCollection) { } in ParagraphBuilder() 49 virtual void setParagraphStyle(const ParagraphStyle& style) = 0; 54 static std::unique_ptr<ParagraphBuilder> make(const ParagraphStyle& style,
|
D | ParagraphStyle.h | 51 struct ParagraphStyle { struct 52 ParagraphStyle(); 54 bool operator==(const ParagraphStyle& rhs) const {
|
D | Paragraph.h | 17 Paragraph(ParagraphStyle style, sk_sp<FontCollection> fonts) in Paragraph() 61 ParagraphStyle fParagraphStyle;
|
/third_party/skia/modules/skparagraph/include/ |
D | ParagraphBuilder.h | 19 ParagraphBuilder(const ParagraphStyle&, sk_sp<FontCollection>) { } in ParagraphBuilder() argument 55 virtual void setParagraphStyle(const ParagraphStyle& style) = 0; 62 static std::unique_ptr<ParagraphBuilder> make(const ParagraphStyle& style,
|
D | ParagraphStyle.h | 78 struct ParagraphStyle { struct 79 ParagraphStyle(); 81 bool operator==(const ParagraphStyle& rhs) const {
|
/third_party/skia/modules/canvaskit/tests/ |
D | paragraph.spec.js | 61 const paraStyle = new CanvasKit.ParagraphStyle({ 143 const paraStyle = new CanvasKit.ParagraphStyle({ 179 const paraStyle = new CanvasKit.ParagraphStyle({ 217 const paraStyle = new CanvasKit.ParagraphStyle({ 249 const paraStyle = new CanvasKit.ParagraphStyle({ 280 const paraStrutStyle = new CanvasKit.ParagraphStyle({ 293 const paraStyle = new CanvasKit.ParagraphStyle({ 352 const paraStyle = new CanvasKit.ParagraphStyle({ 380 const paraStyle = new CanvasKit.ParagraphStyle({ 437 const paraStyle = new CanvasKit.ParagraphStyle({ [all …]
|
/third_party/skia/modules/skparagraph/samples/ |
D | SampleParagraph.cpp | 101 ParagraphStyle paraStyle; in drawTest() 202 ParagraphStyle paraStyle; in drawCode() 281 ParagraphStyle paraStyle; in drawText() 330 ParagraphStyle paraStyle; in drawLine() 450 ParagraphStyle paraStyle; in drawLine() 620 ParagraphStyle paraStyle; in drawFlutter() 717 ParagraphStyle paraStyle; in bidi() 874 ParagraphStyle paraStyle; in hangingS() 983 ParagraphStyle paragraphStyle; in drawText() 1053 ParagraphStyle paragraphStyle; in drawText() [all …]
|
/third_party/flutter/flutter/packages/flutter/test/painting/ |
D | text_style_test.dart | 5 import 'dart:ui' as ui show TextStyle, ParagraphStyle; 177 final ui.ParagraphStyle ps2 = s2.getParagraphStyle(textAlign: TextAlign.center); 178 …expect(ps2, equals(ui.ParagraphStyle(textAlign: TextAlign.center, fontWeight: FontWeight.w800, fon… 179 …expect(ps2.toString(), 'ParagraphStyle(textAlign: TextAlign.center, textDirection: unspecified, fo… 180 final ui.ParagraphStyle ps5 = s5.getParagraphStyle(); 181 …expect(ps5, equals(ui.ParagraphStyle(fontWeight: FontWeight.w700, fontSize: 12.0, height: 123.0))); 182 …expect(ps5.toString(), 'ParagraphStyle(textAlign: unspecified, textDirection: unspecified, fontWei… 187 …final ui.ParagraphStyle ps6 = const TextStyle().getParagraphStyle(textDirection: TextDirection.ltr… 188 expect(ps6, equals(ui.ParagraphStyle(textDirection: TextDirection.ltr, fontSize: 14.0))); 189 …expect(ps6.toString(), 'ParagraphStyle(textAlign: unspecified, textDirection: TextDirection.ltr, f… [all …]
|
/third_party/flutter/engine/flutter/third_party/txt/src/skia/ |
D | paragraph_builder_skia.cc | 45 skt::ParagraphStyle TxtToSkia(const ParagraphStyle& txt) { in TxtToSkia() 46 skt::ParagraphStyle skia; in TxtToSkia() 129 const ParagraphStyle& style, in ParagraphBuilderSkia()
|
/third_party/flutter/engine/flutter/lib/web_ui/test/text/ |
D | measurement_test.dart | 9 final ui.ParagraphStyle ahemStyle = ui.ParagraphStyle( 17 ui.Paragraph build(ui.ParagraphStyle style, String text) { 40 ui.ParagraphStyle s1 = ui.ParagraphStyle(fontFamily: 'sans-serif'); 41 ui.ParagraphStyle s2 = ui.ParagraphStyle( 44 ui.ParagraphStyle s3 = ui.ParagraphStyle(fontSize: 22.0); 362 final overflowStyle = ui.ParagraphStyle( 408 final maxlinesStyle = ui.ParagraphStyle(
|
/third_party/skia/modules/skparagraph/tests/ |
D | SkParagraphTest.cpp | 204 ParagraphStyle paragraph_style; in UNIX_ONLY_TEST() 244 ParagraphStyle paragraph_style; in UNIX_ONLY_TEST() 343 ParagraphStyle paragraph_style; in UNIX_ONLY_TEST() 399 ParagraphStyle paragraph_style; in UNIX_ONLY_TEST() 455 ParagraphStyle paragraph_style; in UNIX_ONLY_TEST() 511 ParagraphStyle paragraph_style; in UNIX_ONLY_TEST() 565 ParagraphStyle paragraph_style; in UNIX_ONLY_TEST() 619 ParagraphStyle paragraph_style; in UNIX_ONLY_TEST() 673 ParagraphStyle paragraph_style; in UNIX_ONLY_TEST() 726 ParagraphStyle paragraph_style; in UNIX_ONLY_TEST() [all …]
|
/third_party/flutter/engine/flutter/testing/dart/ |
D | paragraph_builder_test.dart | 11 final ParagraphBuilder builder = ParagraphBuilder(ParagraphStyle()); 23 ParagraphBuilder(ParagraphStyle());
|
/third_party/flutter/engine/flutter/lib/web_ui/test/ |
D | paragraph_builder_test.dart | 11 final ParagraphBuilder builder = ParagraphBuilder(ParagraphStyle()); 23 ParagraphBuilder(ParagraphStyle());
|