Home
last modified time | relevance | path

Searched defs:FontFeature (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/m133/modules/skparagraph/include/
DTextStyle.h135 struct FontFeature { struct
136 FontFeature(SkString name, int value) : fName(std::move(name)), fValue(value) {} in FontFeature() argument
140 SkString fName;
141 int fValue;
/third_party/skia/modules/skparagraph/include/
DTextStyle.h132 struct FontFeature { struct
133 FontFeature(const SkString name, int value) : fName(name), fValue(value) {} in FontFeature() argument
137 SkString fName;
138 int fValue;