/external/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 | 23 ParagraphStyle::ParagraphStyle() { in ParagraphStyle() function in skia::textlayout::ParagraphStyle 32 TextAlign ParagraphStyle::effective_align() const { in effective_align()
|
D | ParagraphImpl.h | 101 ParagraphStyle style, 108 ParagraphStyle style, 142 const ParagraphStyle& paragraphStyle() const { return fParagraphStyle; }
|
D | ParagraphImpl.cpp | 51 Paragraph::Paragraph(ParagraphStyle style, sk_sp<FontCollection> fonts) in Paragraph() 65 ParagraphStyle style, in ParagraphImpl() 86 ParagraphStyle style, in ParagraphImpl()
|
D | ParagraphCache.cpp | 37 ParagraphStyle fParagraphStyle;
|
/external/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 {
|
D | Paragraph.h | 18 Paragraph(ParagraphStyle style, sk_sp<FontCollection> fonts); 96 ParagraphStyle fParagraphStyle;
|
/external/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 …]
|
/external/skia/modules/skparagraph/samples/ |
D | SampleParagraph.cpp | 102 ParagraphStyle paraStyle; in drawTest() 203 ParagraphStyle paraStyle; in drawCode() 282 ParagraphStyle paraStyle; in drawText() 331 ParagraphStyle paraStyle; in drawLine() 451 ParagraphStyle paraStyle; in drawLine() 621 ParagraphStyle paraStyle; in drawFlutter() 718 ParagraphStyle paraStyle; in bidi() 875 ParagraphStyle paraStyle; in hangingS() 984 ParagraphStyle paragraphStyle; in drawText() 1054 ParagraphStyle paragraphStyle; in drawText() [all …]
|
/external/skia/modules/skparagraph/tests/ |
D | SkParagraphTest.cpp | 191 ParagraphStyle paragraph_style; in DEF_TEST() 231 ParagraphStyle paragraph_style; in DEF_TEST() 330 ParagraphStyle paragraph_style; in DEF_TEST() 386 ParagraphStyle paragraph_style; in DEF_TEST() 442 ParagraphStyle paragraph_style; in DEF_TEST() 498 ParagraphStyle paragraph_style; in DEF_TEST() 552 ParagraphStyle paragraph_style; in DEF_TEST() 606 ParagraphStyle paragraph_style; in DEF_TEST() 660 ParagraphStyle paragraph_style; in DEF_TEST() 713 ParagraphStyle paragraph_style; in DEF_TEST() [all …]
|
/external/skia/modules/skparagraph/ |
D | skparagraph.gni | 9 "$_include/ParagraphStyle.h", 33 "$_src/ParagraphStyle.cpp",
|
/external/skia/fuzz/ |
D | FuzzSkParagraph.cpp | 222 ParagraphStyle BuildParagraphStyle(Fuzz* fuzz) { in BuildParagraphStyle() 223 ParagraphStyle ps; in BuildParagraphStyle() 258 ParagraphStyle paragraph_style = BuildParagraphStyle(fuzz); in DEF_FUZZ()
|
/external/skia/bench/ |
D | ParagraphBench.cpp | 65 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 | 404 readonly ParagraphStyle: ParagraphStyleConstructor; property 919 export interface ParagraphStyle { interface 3034 Make(style: ParagraphStyle, fontManager: FontMgr): ParagraphBuilder; 3041 MakeFromFontProvider(style: ParagraphStyle, fontSrc: TypefaceFontProvider): ParagraphBuilder; 3055 new(ps: ParagraphStyle): ParagraphStyle;
|
D | canvaskit-wasm-tests.ts | 520 const paraStyle = new CK.ParagraphStyle({ // $ExpectType 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 | 223 para::ParagraphStyle toParagraphStyle(const SimpleParagraphStyle& s) { in toParagraphStyle() 224 para::ParagraphStyle ps; in toParagraphStyle() 471 para::ParagraphStyle pstyle; in EMSCRIPTEN_BINDINGS()
|
D | paragraph.js | 58 CanvasKit.ParagraphStyle = function(s) { class in CanvasKit
|
D | externs.js | 186 ParagraphStyle: function() {}, method
|
D | CHANGELOG.md | 20 - `ParagraphStyle` now accepts textHeightBehavior. 286 - Added `strutStyle` to `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/tools/perf-canvaskit-puppeteer/ |
D | canvas_perf.js | 601 ctx.paraStyle = new CanvasKit.ParagraphStyle({
|