Home
last modified time | relevance | path

Searched refs:AFontMatcher (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/include/android/
Dfont_matcher.h125 struct AFontMatcher;
137 AFontMatcher* _Nonnull AFontMatcher_create() __INTRODUCED_IN(29);
146 void AFontMatcher_destroy(AFontMatcher* _Nonnull matcher) __INTRODUCED_IN(29);
161 AFontMatcher* _Nonnull matcher,
177 AFontMatcher* _Nonnull matcher,
192 AFontMatcher* _Nonnull matcher,
214 const AFontMatcher* _Nonnull matcher,
/frameworks/base/native/android/
Dsystem_fonts.cpp74 struct AFontMatcher { struct
226 AFontMatcher* _Nonnull AFontMatcher_create() { in AFontMatcher_create()
227 return new AFontMatcher(); in AFontMatcher_create()
230 void AFontMatcher_destroy(AFontMatcher* matcher) { in AFontMatcher_destroy()
235 AFontMatcher* _Nonnull matcher, in AFontMatcher_setStyle()
243 AFontMatcher* _Nonnull matcher, in AFontMatcher_setLocales()
248 void AFontMatcher_setFamilyVariant(AFontMatcher* _Nonnull matcher, uint32_t familyVariant) { in AFontMatcher_setFamilyVariant()
253 const AFontMatcher* _Nonnull matcher, in AFontMatcher_match()