Home
last modified time | relevance | path

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

/frameworks/native/include/android/
Dsystem_fonts.h90 struct ASystemFontIterator;
97 typedef struct ASystemFontIterator ASystemFontIterator; typedef
108 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…
/frameworks/base/native/android/
Dsystem_fonts.cpp87 struct ASystemFontIterator { struct
239 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()