Home
last modified time | relevance | path

Searched refs:ASystemFontIterator (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/include/android/
Dsystem_fonts.h98 struct ASystemFontIterator;
107 ASystemFontIterator* _Nullable ASystemFontIterator_open() __INTRODUCED_IN(29);
114 void ASystemFontIterator_close(ASystemFontIterator* _Nullable iterator) __INTRODUCED_IN(29);
123 AFont* _Nullable ASystemFontIterator_next(ASystemFontIterator* _Nonnull iterator) __INTRODUCED_IN(2…
/frameworks/base/native/android/
Dsystem_fonts.cpp50 struct ASystemFontIterator { struct
204 ASystemFontIterator* ASystemFontIterator_open() { in ASystemFontIterator_open()
205 std::unique_ptr<ASystemFontIterator> ite(new ASystemFontIterator()); in ASystemFontIterator_open()
211 void ASystemFontIterator_close(ASystemFontIterator* ite) { in ASystemFontIterator_close()
296 AFont* ASystemFontIterator_next(ASystemFontIterator* ite) { in ASystemFontIterator_next()