Lines Matching refs:AFont
65 struct AFont { struct
127 void copyFont(const XmlDocUniquePtr& xmlDoc, const ParserState& state, AFont* out, in copyFont()
252 AFont* _Nonnull AFontMatcher_match( in AFontMatcher_match()
268 std::unique_ptr<AFont> result = std::make_unique<AFont>(); in AFontMatcher_match()
309 AFont* ASystemFontIterator_next(ASystemFontIterator* ite) { in ASystemFontIterator_next()
316 std::unique_ptr<AFont> font = std::make_unique<AFont>(); in ASystemFontIterator_next()
331 std::unique_ptr<AFont> font = std::make_unique<AFont>(); in ASystemFontIterator_next()
342 void AFont_close(AFont* font) { in AFont_close()
346 const char* AFont_getFontFilePath(const AFont* font) { in AFont_getFontFilePath()
351 uint16_t AFont_getWeight(const AFont* font) { in AFont_getWeight()
356 bool AFont_isItalic(const AFont* font) { in AFont_isItalic()
361 const char* AFont_getLocale(const AFont* font) { in AFont_getLocale()
366 size_t AFont_getCollectionIndex(const AFont* font) { in AFont_getCollectionIndex()
371 size_t AFont_getAxisCount(const AFont* font) { in AFont_getAxisCount()
376 uint32_t AFont_getAxisTag(const AFont* font, uint32_t axisIndex) { in AFont_getAxisTag()
383 float AFont_getAxisValue(const AFont* font, uint32_t axisIndex) { in AFont_getAxisValue()