Home
last modified time | relevance | path

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

/third_party/skia/m133/modules/skparagraph/include/
DParagraphStyle.h59 struct StrutStyle { struct
62 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 …]
/third_party/skia/modules/skparagraph/include/
DParagraphStyle.h60 struct StrutStyle { struct
63 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 …]
/third_party/skia/m133/modules/skparagraph/src/
DParagraphStyle.cpp11 StrutStyle::StrutStyle() { in StrutStyle() function in skia::textlayout::StrutStyle
/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
/third_party/skia/m133/modules/canvaskit/npm_build/types/
Dindex.d.ts3201 export interface StrutStyle { interface