Home
last modified time | relevance | path

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

/frameworks/native/include/android/
Dfont_matcher.h123 struct AFontMatcher;
135 AFontMatcher* _Nonnull AFontMatcher_create() __INTRODUCED_IN(29);
144 void AFontMatcher_destroy(AFontMatcher* _Nonnull matcher) __INTRODUCED_IN(29);
159 AFontMatcher* _Nonnull matcher,
175 AFontMatcher* _Nonnull matcher,
190 AFontMatcher* _Nonnull matcher,
212 const AFontMatcher* _Nonnull matcher,
/frameworks/base/native/android/
Dsystem_fonts.cpp104 struct AFontMatcher { struct
291 AFontMatcher* _Nonnull AFontMatcher_create() { in AFontMatcher_create()
292 return new AFontMatcher(); in AFontMatcher_create()
295 void AFontMatcher_destroy(AFontMatcher* matcher) { in AFontMatcher_destroy()
300 AFontMatcher* _Nonnull matcher, in AFontMatcher_setStyle()
308 AFontMatcher* _Nonnull matcher, in AFontMatcher_setLocales()
313 void AFontMatcher_setFamilyVariant(AFontMatcher* _Nonnull matcher, uint32_t familyVariant) { in AFontMatcher_setFamilyVariant()
318 const AFontMatcher* _Nonnull matcher, in AFontMatcher_match()