Home
last modified time | relevance | path

Searched defs:StrutStyle (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/modules/skparagraph/include/
DParagraphStyle.h12 struct StrutStyle { struct
15 const std::vector<SkString>& getFontFamilies() const { return fFontFamilies; } in getFontFamilies()
16 void setFontFamilies(std::vector<SkString> families) { fFontFamilies = std::move(families); } in setFontFamilies()
18 SkFontStyle getFontStyle() const { return fFontStyle; } in getFontStyle()
19 void setFontStyle(SkFontStyle fontStyle) { fFontStyle = fontStyle; } in setFontStyle()
21 SkScalar getFontSize() const { return fFontSize; } in getFontSize()
22 void setFontSize(SkScalar size) { fFontSize = size; } in setFontSize()
24 void setHeight(SkScalar height) { fHeight = height; } in setHeight()
25 SkScalar getHeight() const { return fHeight; } in getHeight()
27 void setLeading(SkScalar Leading) { fLeading = Leading; } in setLeading()
[all …]
/third_party/skia/modules/skparagraph/include/
DParagraphStyle.h21 struct StrutStyle { struct
24 const std::vector<SkString>& getFontFamilies() const { return fFontFamilies; } in getFontFamilies()
25 void setFontFamilies(std::vector<SkString> families) { fFontFamilies = std::move(families); } in setFontFamilies()
27 SkFontStyle getFontStyle() const { return fFontStyle; } in getFontStyle()
51 bool operator==(const StrutStyle& rhs) const { argument
89 const StrutStyle& getStrutStyle() const { return fStrutStyle; } in getStrutStyle() argument
/third_party/skia/modules/skparagraph/src/
DParagraphStyle.cpp11 StrutStyle::StrutStyle() { in StrutStyle() function in skia::textlayout::StrutStyle
/third_party/flutter/skia/modules/skparagraph/src/
DParagraphStyle.cpp9 StrutStyle::StrutStyle() { in StrutStyle() function in skia::textlayout::StrutStyle
/third_party/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts2790 export interface StrutStyle { interface