Home
last modified time | relevance | path

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

/aosp14/frameworks/base/native/android/
H A Dsystem_fonts.cpp89 struct ASystemFontIterator { struct
241 ASystemFontIterator* ASystemFontIterator_open() { in ASystemFontIterator_open()
242 std::unique_ptr<ASystemFontIterator> ite(new ASystemFontIterator()); in ASystemFontIterator_open()
276 void ASystemFontIterator_close(ASystemFontIterator* ite) { in ASystemFontIterator_close()
365 AFont* ASystemFontIterator_next(ASystemFontIterator* ite) { in ASystemFontIterator_next()