Searched defs:StrutStyle (Results 1 – 3 of 3) sorted by relevance
21 struct StrutStyle { struct24 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 { argument89 const StrutStyle& getStrutStyle() const { return fStrutStyle; } in getStrutStyle() argument
12 StrutStyle::StrutStyle() { in StrutStyle() function in skia::textlayout::StrutStyle
2722 export interface StrutStyle { interface