Home
last modified time | relevance | path

Searched refs:AFont (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/include/android/
Dfont.h90 struct AFont;
94 typedef struct AFont AFont; typedef
104 void AFont_close(AFont* _Nullable font) __INTRODUCED_IN(29);
126 const char* _Nonnull AFont_getFontFilePath(const AFont* _Nonnull font) __INTRODUCED_IN(29);
196 uint16_t AFont_getWeight(const AFont* _Nonnull font) __INTRODUCED_IN(29);
206 bool AFont_isItalic(const AFont* _Nonnull font) __INTRODUCED_IN(29);
220 const char* _Nullable AFont_getLocale(const AFont* _Nonnull font) __INTRODUCED_IN(29);
234 size_t AFont_getCollectionIndex(const AFont* _Nonnull font) __INTRODUCED_IN(29);
267 size_t AFont_getAxisCount(const AFont* _Nonnull font) __INTRODUCED_IN(29);
282 uint32_t AFont_getAxisTag(const AFont* _Nonnull font, uint32_t axisIndex)
[all …]
Dsystem_fonts.h128 AFont* _Nullable ASystemFontIterator_next(ASystemFontIterator* _Nonnull iterator) __INTRODUCED_IN(2…
Dfont_matcher.h213 AFont* _Nonnull AFontMatcher_match(
/frameworks/base/native/android/
Dsystem_fonts.cpp57 struct AFont { struct
65 bool operator==(const AFont& o) const { in operator ==() argument
72 std::size_t operator()(const AFont& font) const { in operator ()()
90 std::vector<AFont> fonts;
154 void copyFont(const XmlDocUniquePtr& xmlDoc, const ParserState& state, AFont* out, in copyFont()
244 std::unordered_set<AFont, FontHasher> fonts; in ASystemFontIterator_open()
306 AFont* _Nonnull AFontMatcher_match( in AFontMatcher_match()
324 std::unique_ptr<AFont> result = std::make_unique<AFont>(); in AFontMatcher_match()
365 AFont* ASystemFontIterator_next(ASystemFontIterator* ite) { in ASystemFontIterator_next()
371 return new AFont(ite->fonts[ite->index++]); in ASystemFontIterator_next()
[all …]