Home
last modified time | relevance | path

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

/third_party/skia/src/ports/
DSkFontMgr_custom_embedded.cpp114 sk_sp<SkFontMgr> SkFontMgr_New_Custom_Data(sk_sp<SkData>* datas, int n) { in SkFontMgr_New_Custom_Data() function
/third_party/skia/modules/canvaskit/
Dcanvaskit_bindings.cpp87 sk_sp<SkFontMgr> SkFontMgr_New_Custom_Data(sk_sp<SkData>* datas, int n);
1316 return SkFontMgr_New_Custom_Data(skdatas.get(), numFonts); in EMSCRIPTEN_BINDINGS()