• Home
  • Raw
  • Download

Lines Matching refs:AFont

57 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()
379 std::unique_ptr<AFont> font = std::make_unique<AFont>(); in ASystemFontIterator_next()
394 std::unique_ptr<AFont> font = std::make_unique<AFont>(); in ASystemFontIterator_next()
405 void AFont_close(AFont* font) { in AFont_close()
409 const char* AFont_getFontFilePath(const AFont* font) { in AFont_getFontFilePath()
414 uint16_t AFont_getWeight(const AFont* font) { in AFont_getWeight()
419 bool AFont_isItalic(const AFont* font) { in AFont_isItalic()
424 const char* AFont_getLocale(const AFont* font) { in AFont_getLocale()
429 size_t AFont_getCollectionIndex(const AFont* font) { in AFont_getCollectionIndex()
434 size_t AFont_getAxisCount(const AFont* font) { in AFont_getAxisCount()
439 uint32_t AFont_getAxisTag(const AFont* font, uint32_t axisIndex) { in AFont_getAxisTag()
446 float AFont_getAxisValue(const AFont* font, uint32_t axisIndex) { in AFont_getAxisValue()