Home
last modified time | relevance | path

Searched refs: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
88 static const AndroidFontAPI* GetAndroidFontAPI() { in GetAndroidFontAPI()
89 static AndroidFontAPI androidFontAPI { in GetAndroidFontAPI()
110 static const AndroidFontAPI* GetAndroidFontAPI() { in GetAndroidFontAPI()
111 struct OptionalAndroidFontAPI : AndroidFontAPI { in GetAndroidFontAPI()
164 SkAFont(const AndroidFontAPI& api, AFont* font) : fAPI(api), fFont(font) {} in SkAFont()
186 const AndroidFontAPI& fAPI;
191 SkASystemFontIterator(const AndroidFontAPI& api) in SkASystemFontIterator()
207 const AndroidFontAPI& fAPI;
430 SkFontMgr_AndroidNDK(const AndroidFontAPI& androidFontAPI, bool const cacheFontFiles, in SkFontMgr_AndroidNDK()
[all …]