Searched refs:fFontFeatures (Results 1 – 2 of 2) sorted by relevance
22 fFontFeatures = other.fFontFeatures; in TextStyle()76 if (fFontFeatures.size() != other.fFontFeatures.size()) { in equals()79 for (size_t i = 0; i < fFontFeatures.size(); ++i) { in equals()80 if (!(fFontFeatures[i] == other.fFontFeatures[i])) { in equals()93 fFontFeatures == that.fFontFeatures && in equalsByFonts()
204 size_t getFontFeatureNumber() const { return fFontFeatures.size(); } in getFontFeatureNumber()205 std::vector<FontFeature> getFontFeatures() const { return fFontFeatures; } in getFontFeatures()207 { fFontFeatures.emplace_back(fontFeature, value); } in addFontFeature()208 void resetFontFeatures() { fFontFeatures.clear(); } in resetFontFeatures()288 std::vector<FontFeature> fFontFeatures; variable