Home
last modified time | relevance | path

Searched defs:AndroidFontAPI (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/skia/src/ports/
H A DSkFontMgr_android_ndk.cpp70 struct AndroidFontAPI { struct
71 ASystemFontIterator* (*ASystemFontIterator_open)();
72 void (*ASystemFontIterator_close)(ASystemFontIterator*);
73 AFont* (*ASystemFontIterator_next)(ASystemFontIterator*);
75 void (*AFont_close)(AFont*);
76 const char* (*AFont_getFontFilePath)(const AFont*);
77 uint16_t (*AFont_getWeight)(const AFont*);
78 bool (*AFont_isItalic)(const AFont*);
79 const char* (*AFont_getLocale)(const AFont*);
80 size_t (*AFont_getCollectionIndex)(const AFont*);
[all …]