Searched defs:StrutStyle (Results 1 – 6 of 6) sorted by relevance
59 struct StrutStyle { struct62 const std::vector<SkString>& getFontFamilies() const { return fFontFamilies; } in getFontFamilies()63 void setFontFamilies(std::vector<SkString> families) { fFontFamilies = std::move(families); } in setFontFamilies()66 RSFontStyle getFontStyle() const { return fFontStyle; } in getFontStyle()67 void setFontStyle(RSFontStyle fontStyle) { fFontStyle = fontStyle; } in setFontStyle()69 SkFontStyle getFontStyle() const { return fFontStyle; } in getFontStyle()70 void setFontStyle(SkFontStyle fontStyle) { fFontStyle = fontStyle; } in setFontStyle()73 SkScalar getFontSize() const { return fFontSize; } in getFontSize()74 void setFontSize(SkScalar size) { fFontSize = size; } in setFontSize()76 void setHeight(SkScalar height) { fHeight = height; } in setHeight()[all …]
60 struct StrutStyle { struct63 const std::vector<SkString>& getFontFamilies() const { return fFontFamilies; } in getFontFamilies()64 void setFontFamilies(std::vector<SkString> families) { fFontFamilies = std::move(families); } in setFontFamilies()67 SkFontStyle getFontStyle() const { return fFontStyle; } in getFontStyle()68 void setFontStyle(SkFontStyle fontStyle) { fFontStyle = fontStyle; } in setFontStyle()70 RSFontStyle getFontStyle() const { return fFontStyle; } in getFontStyle()71 void setFontStyle(RSFontStyle fontStyle) { fFontStyle = fontStyle; } in setFontStyle()74 SkScalar getFontSize() const { return fFontSize; } in getFontSize()75 void setFontSize(SkScalar size) { fFontSize = size; } in setFontSize()77 void setHeight(SkScalar height) { fHeight = height; } in setHeight()[all …]
11 StrutStyle::StrutStyle() { in StrutStyle() function in skia::textlayout::StrutStyle
2790 export interface StrutStyle { interface
3201 export interface StrutStyle { interface