Home
last modified time | relevance | path

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

/third_party/skia/m133/src/ports/
DSkFontMgr_android_ndk.cpp69 struct AndroidFontAPI { struct
70 ASystemFontIterator* (*ASystemFontIterator_open)();
71 void (*ASystemFontIterator_close)(ASystemFontIterator*);
72 AFont* (*ASystemFontIterator_next)(ASystemFontIterator*);
74 void (*AFont_close)(AFont*);
75 const char* (*AFont_getFontFilePath)(const AFont*);
76 uint16_t (*AFont_getWeight)(const AFont*);
77 bool (*AFont_isItalic)(const AFont*);
78 const char* (*AFont_getLocale)(const AFont*);
79 size_t (*AFont_getCollectionIndex)(const AFont*);
[all …]