Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/include/
DParagraphStyle.h34 struct StrutStyle { struct
37 const std::vector<SkString>& getFontFamilies() const { return fFontFamilies; } in getFontFamilies()
38 void setFontFamilies(std::vector<SkString> families) { fFontFamilies = std::move(families); } in setFontFamilies()
41 SkFontStyle getFontStyle() const { return fFontStyle; } in getFontStyle()
42 void setFontStyle(SkFontStyle fontStyle) { fFontStyle = fontStyle; } in setFontStyle()
44 RSFontStyle getFontStyle() const { return fFontStyle; } in getFontStyle()
45 void setFontStyle(RSFontStyle fontStyle) { fFontStyle = fontStyle; } in setFontStyle()
48 SkScalar getFontSize() const { return fFontSize; } in getFontSize()
49 void setFontSize(SkScalar size) { fFontSize = size; } in setFontSize()
51 void setHeight(SkScalar height) { fHeight = height; } in setHeight()
[all …]
/third_party/skia/modules/skparagraph/src/
DParagraphStyle.cpp11 StrutStyle::StrutStyle() { in StrutStyle() function in skia::textlayout::StrutStyle
/third_party/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts2790 export interface StrutStyle { interface