Home
last modified time | relevance | path

Searched refs:ParagraphStyle (Results 1 – 25 of 30) sorted by relevance

12

/external/skia/modules/skparagraph/src/
DParagraphBuilderImpl.h23 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;
DParagraphStyle.cpp22 ParagraphStyle::ParagraphStyle() { in ParagraphStyle() function in skia::textlayout::ParagraphStyle
32 TextAlign ParagraphStyle::effective_align() const { in effective_align()
DParagraphBuilderImpl.cpp20 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()
DParagraphImpl.h94 ParagraphStyle style,
101 ParagraphStyle style,
138 const ParagraphStyle& paragraphStyle() const { return fParagraphStyle; } in paragraphStyle()
DBUILD.bazel24 "ParagraphStyle.cpp",
DParagraphImpl.cpp53 Paragraph::Paragraph(ParagraphStyle style, sk_sp<FontCollection> fonts) in Paragraph()
67 ParagraphStyle style, in ParagraphImpl()
91 ParagraphStyle style, in ParagraphImpl()
DParagraphCache.cpp61 ParagraphStyle fParagraphStyle;
/external/skia/modules/canvaskit/tests/
Dparagraph_test.js67 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/
DParagraphSlide.cpp120 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/
DSkParagraphTest.cpp207 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/
DParagraphBuilder.h19 ParagraphBuilder(const ParagraphStyle&, sk_sp<FontCollection>) { } in ParagraphBuilder() argument
63 static std::unique_ptr<ParagraphBuilder> make(const ParagraphStyle& style,
DParagraphStyle.h78 struct ParagraphStyle { struct
79 ParagraphStyle();
81 bool operator==(const ParagraphStyle& rhs) const {
DParagraph.h20 Paragraph(ParagraphStyle style, sk_sp<FontCollection> fonts);
100 ParagraphStyle fParagraphStyle;
DBUILD.bazel18 "ParagraphStyle.h",
/external/skia/fuzz/
DFuzzSkParagraph.cpp223 ParagraphStyle BuildParagraphStyle(Fuzz* fuzz) { in BuildParagraphStyle()
224 ParagraphStyle ps; in BuildParagraphStyle()
259 ParagraphStyle paragraph_style = BuildParagraphStyle(fuzz); in DEF_FUZZ()
/external/skia/modules/skparagraph/
Dskparagraph.gni26 "$_modules/skparagraph/include/ParagraphStyle.h",
51 "$_modules/skparagraph/src/ParagraphStyle.cpp",
/external/skia/bench/
DParagraphBench.cpp67 skia::textlayout::ParagraphStyle paragraph_style; in onDelayedSetup()
/external/skia/modules/skparagraph/bench/
DParagraphBench.cpp39 ParagraphStyle paragraph_style; in onDraw()
/external/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts453 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/
Dquickstart.md268 const paraStyle = new CanvasKit.ParagraphStyle({
298 const paraStyle = new CanvasKit.ParagraphStyle({
325 const paraStyle = new CanvasKit.ParagraphStyle({
/external/skia/modules/skparagraph/gm/
Dsimple_gm.cpp56 skia::textlayout::ParagraphStyle paraStyle; in buildParagraph()
/external/skia/modules/canvaskit/
Dparagraph_bindings.cpp251 para::ParagraphStyle toParagraphStyle(const SimpleParagraphStyle& s) { in toParagraphStyle()
252 para::ParagraphStyle ps; in toParagraphStyle()
508 para::ParagraphStyle pstyle; in EMSCRIPTEN_BINDINGS()
Dparagraph.js55 CanvasKit.ParagraphStyle = function(s) { class in CanvasKit
Dexterns.js222 ParagraphStyle: function() {}, method
/external/skia/tools/perf-canvaskit-puppeteer/
Dcanvas_perf.js601 ctx.paraStyle = new CanvasKit.ParagraphStyle({

12