Home
last modified time | relevance | path

Searched refs:SkFontMgr_New_OHOS (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/src/ports/skia_ohos/
DSkFontMgr_ohos.h64 SK_API sk_sp<SkFontMgr> SkFontMgr_New_OHOS(const char* path);
65 SK_API sk_sp<SkFontMgr> SkFontMgr_New_OHOS() { in SkFontMgr_New_OHOS() function
66 return SkFontMgr_New_OHOS("/system/etc/fontconfig.json"); in SkFontMgr_New_OHOS()
DSkFontMgr_ohos_factory.cpp7 SK_API sk_sp<SkFontMgr> SkFontMgr_New_OHOS(const char* path);
14 return SkFontMgr_New_OHOS(nullptr); in Factory()
DSkFontMgr_ohos.cpp434 sk_sp<SkFontMgr> SkFontMgr_New_OHOS(const char* fname) in SkFontMgr_New_OHOS() function
/third_party/flutter/skia/src/ports/skia_ohos/
DSkFontMgr_ohos_factory.cpp7 SK_API sk_sp<SkFontMgr> SkFontMgr_New_OHOS(const char* path);
14 return SkFontMgr_New_OHOS(nullptr); in Factory()
DSkFontMgr_ohos.h66 SK_API sk_sp<SkFontMgr> SkFontMgr_New_OHOS(const char* path);
DSkFontMgr_ohos.cpp488 sk_sp<SkFontMgr> SkFontMgr_New_OHOS(const char* fname) in SkFontMgr_New_OHOS() function
/third_party/skia/tools/flags/
DCommonFlagsFontMgr.cpp16 SK_API sk_sp<SkFontMgr> SkFontMgr_New_OHOS();
30 gSkFontMgr_DefaultFactory = &SkFontMgr_New_OHOS; in SetDefaultFontMgr()
/third_party/flutter/skia/src/ports/
DSkFontMgr_win_factory.cpp17 SK_API sk_sp<SkFontMgr> SkFontMgr_New_OHOS(const char *path);
22 return SkFontMgr_New_OHOS(nullptr); in Factory()
DSkFontMgr_custom_directory_factory.cpp18 SK_API sk_sp<SkFontMgr> SkFontMgr_New_OHOS(const char *path);
22 return SkFontMgr_New_OHOS(nullptr); in Factory()
DSkFontMgr_ohos.h275 SK_API sk_sp<SkFontMgr> SkFontMgr_New_OHOS();
DSkFontMgr_ohos.cpp425 sk_sp<SkFontMgr> SkFontMgr_New_OHOS() in SkFontMgr_New_OHOS() function
DSkFontHost_mac.cpp2918 SK_API sk_sp<SkFontMgr> SkFontMgr_New_OHOS(const char* path);
2923 return SkFontMgr_New_OHOS(nullptr); in Factory()
/third_party/skia/src/ports/
DSkFontMgr_win_dw_factory.cpp16 SK_API sk_sp<SkFontMgr> SkFontMgr_New_OHOS(const char *path);
20 return SkFontMgr_New_OHOS(nullptr); in Factory()
DSkFontMgr_mac_ct_factory.cpp16 SK_API sk_sp<SkFontMgr> SkFontMgr_New_OHOS(const char *path);
21 return SkFontMgr_New_OHOS(nullptr); in Factory()
DSkFontMgr_custom_directory_factory.cpp36 SK_API sk_sp<SkFontMgr> SkFontMgr_New_OHOS(const char *path);
40 return SkFontMgr_New_OHOS(nullptr); in Factory()
/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dplatform_ohos.cc27 return SkFontMgr_New_OHOS(); in GetDefaultFontManager()
/third_party/flutter/txt/src/txt/
Dplatform_ohos.cc27 return SkFontMgr_New_OHOS(); in GetDefaultFontManager()
/third_party/chromium/patch/
D0003-ohos-1115.patch74566 + return SkFontMgr_New_OHOS(nullptr);
83225 +sk_sp<SkFontMgr> SkFontMgr_New_OHOS(const char* fname)
83299 +SK_API sk_sp<SkFontMgr> SkFontMgr_New_OHOS(const char* path);