/external/skia/modules/skparagraph/src/ |
D | ParagraphBuilderImpl.h | 23 ParagraphBuilderImpl(const ParagraphStyle& style, 28 ParagraphBuilderImpl(const ParagraphStyle& style, sk_sp<FontCollection> fontCollection); 66 const ParagraphStyle& getParagraphStyle() const; 83 static std::unique_ptr<ParagraphBuilder> make(const ParagraphStyle& style, 88 static std::unique_ptr<ParagraphBuilder> make(const ParagraphStyle& style, 102 ParagraphStyle fParagraphStyle;
|
D | ParagraphStyle.cpp | 22 ParagraphStyle::ParagraphStyle() { in ParagraphStyle() function in skia::textlayout::ParagraphStyle 32 TextAlign ParagraphStyle::effective_align() const { in effective_align()
|
D | ParagraphBuilderImpl.cpp | 20 const ParagraphStyle& style, sk_sp<FontCollection> fontCollection) { in make() 25 const ParagraphStyle& style, sk_sp<FontCollection> fontCollection) { in make() 30 …const ParagraphStyle& style, sk_sp<FontCollection> fontCollection, std::unique_ptr<SkUnicode> unic… in make() 38 …const ParagraphStyle& style, sk_sp<FontCollection> fontCollection, std::unique_ptr<SkUnicode> unic… in ParagraphBuilderImpl() 53 const ParagraphStyle& style, sk_sp<FontCollection> fontCollection) in ParagraphBuilderImpl() 204 const ParagraphStyle& ParagraphBuilderImpl::getParagraphStyle() const { in getParagraphStyle()
|
D | ParagraphImpl.h | 94 ParagraphStyle style, 101 ParagraphStyle style, 138 const ParagraphStyle& paragraphStyle() const { return fParagraphStyle; } in paragraphStyle()
|
D | BUILD.bazel | 24 "ParagraphStyle.cpp",
|
D | ParagraphImpl.cpp | 53 Paragraph::Paragraph(ParagraphStyle style, sk_sp<FontCollection> fonts) in Paragraph() 67 ParagraphStyle style, in ParagraphImpl() 91 ParagraphStyle style, in ParagraphImpl()
|
D | ParagraphCache.cpp | 61 ParagraphStyle fParagraphStyle;
|
/external/skia/modules/canvaskit/tests/ |
D | paragraph_test.js | 67 const paraStyle = new CanvasKit.ParagraphStyle({ 148 const paraStyle = new CanvasKit.ParagraphStyle({ 182 const paraStyle = new CanvasKit.ParagraphStyle({ 218 const paraStyle = new CanvasKit.ParagraphStyle({ 248 const paraStyle = new CanvasKit.ParagraphStyle({ 277 const paraStrutStyle = new CanvasKit.ParagraphStyle({ 290 const paraStyle = new CanvasKit.ParagraphStyle({ 347 const paraStyle = new CanvasKit.ParagraphStyle({ 372 const paraStyle = new CanvasKit.ParagraphStyle({ 414 const paraStyle = new CanvasKit.ParagraphStyle({ [all …]
|
/external/skia/modules/skparagraph/slides/ |
D | ParagraphSlide.cpp | 120 ParagraphStyle paraStyle; in drawTest() 283 ParagraphStyle paraStyle; in drawCode() 362 ParagraphStyle paraStyle; in drawText() 411 ParagraphStyle paraStyle; in drawLine() 493 ParagraphStyle paraStyle; in drawLine() 633 ParagraphStyle paraStyle; in bidi() 752 ParagraphStyle paraStyle; in hangingS() 858 ParagraphStyle paragraphStyle; in drawText() 925 ParagraphStyle paragraphStyle; in drawText() 1017 ParagraphStyle paragraphStyle; in drawText() [all …]
|
/external/skia/modules/skparagraph/tests/ |
D | SkParagraphTest.cpp | 207 SkUnicode_test(SkSpan<char> text, const ParagraphStyle& style) { in SkUnicode_test() 369 TestParagraphBuilderImpl(const ParagraphStyle& style, sk_sp<FontCollection> fontCollection) in TestParagraphBuilderImpl() 389 ParagraphStyle paragraph_style; in UNIX_ONLY_TEST() 429 ParagraphStyle paragraph_style; in UNIX_ONLY_TEST() 528 ParagraphStyle paragraph_style; in UNIX_ONLY_TEST() 584 ParagraphStyle paragraph_style; in UNIX_ONLY_TEST() 640 ParagraphStyle paragraph_style; in UNIX_ONLY_TEST() 696 ParagraphStyle paragraph_style; in UNIX_ONLY_TEST() 750 ParagraphStyle paragraph_style; in UNIX_ONLY_TEST() 804 ParagraphStyle paragraph_style; in UNIX_ONLY_TEST() [all …]
|
/external/skia/modules/skparagraph/include/ |
D | ParagraphBuilder.h | 19 ParagraphBuilder(const ParagraphStyle&, sk_sp<FontCollection>) { } in ParagraphBuilder() argument 63 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 {
|
D | Paragraph.h | 20 Paragraph(ParagraphStyle style, sk_sp<FontCollection> fonts); 100 ParagraphStyle fParagraphStyle;
|
D | BUILD.bazel | 18 "ParagraphStyle.h",
|
/external/skia/fuzz/ |
D | FuzzSkParagraph.cpp | 223 ParagraphStyle BuildParagraphStyle(Fuzz* fuzz) { in BuildParagraphStyle() 224 ParagraphStyle ps; in BuildParagraphStyle() 259 ParagraphStyle paragraph_style = BuildParagraphStyle(fuzz); in DEF_FUZZ()
|
/external/skia/modules/skparagraph/ |
D | skparagraph.gni | 26 "$_modules/skparagraph/include/ParagraphStyle.h", 51 "$_modules/skparagraph/src/ParagraphStyle.cpp",
|
/external/skia/bench/ |
D | ParagraphBench.cpp | 67 skia::textlayout::ParagraphStyle paragraph_style; in onDelayedSetup()
|
/external/skia/modules/skparagraph/bench/ |
D | ParagraphBench.cpp | 39 ParagraphStyle paragraph_style; in onDraw()
|
/external/skia/modules/canvaskit/npm_build/types/ |
D | index.d.ts | 453 readonly ParagraphStyle: ParagraphStyleConstructor; property 1077 export interface ParagraphStyle { interface 3253 Make(style: ParagraphStyle, fontManager: FontMgr): ParagraphBuilder; 3260 MakeFromFontProvider(style: ParagraphStyle, fontSrc: TypefaceFontProvider): ParagraphBuilder; 3274 new(ps: ParagraphStyle): ParagraphStyle;
|
/external/skia/site/docs/user/modules/ |
D | quickstart.md | 268 const paraStyle = new CanvasKit.ParagraphStyle({ 298 const paraStyle = new CanvasKit.ParagraphStyle({ 325 const paraStyle = new CanvasKit.ParagraphStyle({
|
/external/skia/modules/skparagraph/gm/ |
D | simple_gm.cpp | 56 skia::textlayout::ParagraphStyle paraStyle; in buildParagraph()
|
/external/skia/modules/canvaskit/ |
D | paragraph_bindings.cpp | 251 para::ParagraphStyle toParagraphStyle(const SimpleParagraphStyle& s) { in toParagraphStyle() 252 para::ParagraphStyle ps; in toParagraphStyle() 508 para::ParagraphStyle pstyle; in EMSCRIPTEN_BINDINGS()
|
D | paragraph.js | 55 CanvasKit.ParagraphStyle = function(s) { class in CanvasKit
|
D | externs.js | 222 ParagraphStyle: function() {}, method
|
/external/skia/tools/perf-canvaskit-puppeteer/ |
D | canvas_perf.js | 601 ctx.paraStyle = new CanvasKit.ParagraphStyle({
|