Searched refs:ASystemFontIterator (Results 1 – 2 of 2) sorted by relevance
90 struct ASystemFontIterator;97 typedef struct ASystemFontIterator ASystemFontIterator; typedef108 ASystemFontIterator* _Nullable ASystemFontIterator_open() __INTRODUCED_IN(29);117 void ASystemFontIterator_close(ASystemFontIterator* _Nullable iterator) __INTRODUCED_IN(29);128 AFont* _Nullable ASystemFontIterator_next(ASystemFontIterator* _Nonnull iterator) __INTRODUCED_IN(2…
87 struct ASystemFontIterator { struct239 ASystemFontIterator* ASystemFontIterator_open() { in ASystemFontIterator_open()240 std::unique_ptr<ASystemFontIterator> ite(new ASystemFontIterator()); in ASystemFontIterator_open()275 void ASystemFontIterator_close(ASystemFontIterator* ite) { in ASystemFontIterator_close()364 AFont* ASystemFontIterator_next(ASystemFontIterator* ite) { in ASystemFontIterator_next()