Lines Matching refs:AFont

55 struct AFont {  struct
63 bool operator==(const AFont& o) const { in operator ==() argument
70 std::size_t operator()(const AFont& font) const { in operator ()()
88 std::vector<AFont> fonts;
152 void copyFont(const XmlDocUniquePtr& xmlDoc, const ParserState& state, AFont* out, in copyFont()
242 std::unordered_set<AFont, FontHasher> fonts; in ASystemFontIterator_open()
305 AFont* _Nonnull AFontMatcher_match( in AFontMatcher_match()
323 std::unique_ptr<AFont> result = std::make_unique<AFont>(); in AFontMatcher_match()
364 AFont* ASystemFontIterator_next(ASystemFontIterator* ite) { in ASystemFontIterator_next()
370 return new AFont(ite->fonts[ite->index++]); in ASystemFontIterator_next()
378 std::unique_ptr<AFont> font = std::make_unique<AFont>(); in ASystemFontIterator_next()
393 std::unique_ptr<AFont> font = std::make_unique<AFont>(); in ASystemFontIterator_next()
404 void AFont_close(AFont* font) { in AFont_close()
408 const char* AFont_getFontFilePath(const AFont* font) { in AFont_getFontFilePath()
413 uint16_t AFont_getWeight(const AFont* font) { in AFont_getWeight()
418 bool AFont_isItalic(const AFont* font) { in AFont_isItalic()
423 const char* AFont_getLocale(const AFont* font) { in AFont_getLocale()
428 size_t AFont_getCollectionIndex(const AFont* font) { in AFont_getCollectionIndex()
433 size_t AFont_getAxisCount(const AFont* font) { in AFont_getAxisCount()
438 uint32_t AFont_getAxisTag(const AFont* font, uint32_t axisIndex) { in AFont_getAxisTag()
445 float AFont_getAxisValue(const AFont* font, uint32_t axisIndex) { in AFont_getAxisValue()