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;
135 AFontMatcher* _Nonnull AFontMatcher_create() __INTRODUCED_IN(29);
142 void AFontMatcher_destroy(AFontMatcher* _Nonnull matcher) __INTRODUCED_IN(29);
155 AFontMatcher* _Nonnull matcher,
169 AFontMatcher* _Nonnull matcher,
182 AFontMatcher* _Nonnull matcher,
202 const AFontMatcher* _Nonnull matcher,
/frameworks/base/native/android/
Dsystem_fonts.cpp67 struct AFontMatcher { struct
215 AFontMatcher* _Nonnull AFontMatcher_create() { in AFontMatcher_create()
216 return new AFontMatcher(); in AFontMatcher_create()
219 void AFontMatcher_destroy(AFontMatcher* matcher) { in AFontMatcher_destroy()
224 AFontMatcher* _Nonnull matcher, in AFontMatcher_setStyle()
232 AFontMatcher* _Nonnull matcher, in AFontMatcher_setLocales()
237 void AFontMatcher_setFamilyVariant(AFontMatcher* _Nonnull matcher, uint32_t familyVariant) { in AFontMatcher_setFamilyVariant()
242 const AFontMatcher* _Nonnull matcher, in AFontMatcher_match()