Searched defs:StrutStyle (Results 1 – 3 of 3) sorted by relevance
34 struct StrutStyle { struct37 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 …]
11 StrutStyle::StrutStyle() { in StrutStyle() function in skia::textlayout::StrutStyle
2790 export interface StrutStyle { interface