Home
last modified time | relevance | path

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

12

/external/skia/modules/skparagraph/src/
DParagraphBuilderImpl.h21 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;
DParagraphBuilderImpl.cpp20 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()
DParagraphStyle.cpp23 ParagraphStyle::ParagraphStyle() { in ParagraphStyle() function in skia::textlayout::ParagraphStyle
32 TextAlign ParagraphStyle::effective_align() const { in effective_align()
DParagraphImpl.h101 ParagraphStyle style,
108 ParagraphStyle style,
142 const ParagraphStyle& paragraphStyle() const { return fParagraphStyle; }
DParagraphImpl.cpp51 Paragraph::Paragraph(ParagraphStyle style, sk_sp<FontCollection> fonts) in Paragraph()
65 ParagraphStyle style, in ParagraphImpl()
86 ParagraphStyle style, in ParagraphImpl()
DParagraphCache.cpp37 ParagraphStyle fParagraphStyle;
/external/skia/modules/skparagraph/include/
DParagraphBuilder.h19 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,
DParagraphStyle.h78 struct ParagraphStyle { struct
79 ParagraphStyle();
81 bool operator==(const ParagraphStyle& rhs) const {
DParagraph.h18 Paragraph(ParagraphStyle style, sk_sp<FontCollection> fonts);
96 ParagraphStyle fParagraphStyle;
/external/skia/modules/canvaskit/tests/
Dparagraph.spec.js61 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/
DSampleParagraph.cpp102 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/
DSkParagraphTest.cpp191 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/
Dskparagraph.gni9 "$_include/ParagraphStyle.h",
33 "$_src/ParagraphStyle.cpp",
/external/skia/fuzz/
DFuzzSkParagraph.cpp222 ParagraphStyle BuildParagraphStyle(Fuzz* fuzz) { in BuildParagraphStyle()
223 ParagraphStyle ps; in BuildParagraphStyle()
258 ParagraphStyle paragraph_style = BuildParagraphStyle(fuzz); in DEF_FUZZ()
/external/skia/bench/
DParagraphBench.cpp65 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.ts404 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;
Dcanvaskit-wasm-tests.ts520 const paraStyle = new CK.ParagraphStyle({ // $ExpectType ParagraphStyle
/external/skia/modules/skparagraph/gm/
Dsimple_gm.cpp56 skia::textlayout::ParagraphStyle paraStyle; in buildParagraph()
/external/skia/modules/canvaskit/
Dparagraph_bindings.cpp223 para::ParagraphStyle toParagraphStyle(const SimpleParagraphStyle& s) { in toParagraphStyle()
224 para::ParagraphStyle ps; in toParagraphStyle()
471 para::ParagraphStyle pstyle; in EMSCRIPTEN_BINDINGS()
Dparagraph.js58 CanvasKit.ParagraphStyle = function(s) { class in CanvasKit
Dexterns.js186 ParagraphStyle: function() {}, method
DCHANGELOG.md20 - `ParagraphStyle` now accepts textHeightBehavior.
286 - Added `strutStyle` to `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/tools/perf-canvaskit-puppeteer/
Dcanvas_perf.js601 ctx.paraStyle = new CanvasKit.ParagraphStyle({

12