Searched refs:mMatcher (Results 1 – 1 of 1) sorted by relevance
108 FontMatcher() : mMatcher(AFontMatcher_create()) {} in FontMatcher()111 AFontMatcher_setStyle(mMatcher.get(), weight, italic); in setStyle()116 AFontMatcher_setLocales(mMatcher.get(), locales.c_str()); in setLocales()121 AFontMatcher_setFamilyVariant(mMatcher.get(), familyVariant); in setFamilyVariant()128 AFont* font = AFontMatcher_match(mMatcher.get(), familyName.c_str(), text.data(), in match()134 FontMatcherUniquePtr mMatcher; member in __anon6417662e0111::FontMatcher