Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/minikin/include/minikin/
H A DFontFeature.h31 struct FontFeature { struct
35 static std::vector<FontFeature> parse(std::string_view fontFeatureString); argument
/aosp_15_r20/external/skia/modules/skparagraph/include/
H A DTextStyle.h115 struct FontFeature { struct
116 FontFeature(SkString name, int value) : fName(std::move(name)), fValue(value) {} in FontFeature() function
120 SkString fName;
121 int fValue;