Home
last modified time | relevance | path

Searched refs:runtimeOS (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/src/ports/
H A DSkFontMgr_win_dw_factory.cpp15 std::string SkFontMgr::runtimeOS = "OHOS"; member in SkFontMgr
21 if (SkFontMgr::runtimeOS == "OHOS") { in Factory()
24 if (SkFontMgr::runtimeOS == "OHOS_Container") { in Factory()
H A DSkFontMgr_mac_ct_factory.cpp15 std::string SkFontMgr::runtimeOS = "OHOS"; member in SkFontMgr
22 if (SkFontMgr::runtimeOS == "OHOS") { in Factory()
25 if (SkFontMgr::runtimeOS == "OHOS_Container") { in Factory()
H A DSkFontMgr_custom_directory_factory.cpp21 std::string SkFontMgr::runtimeOS = "OHOS"; member in SkFontMgr
25 if (SkFontMgr::runtimeOS == "OHOS") { in Factory()
/third_party/typescript/tests/verify_3rd_libs/
H A Dverify_3rd_libs.py45 runtimeOS = "OpenHarmony"
46 if 'runtimeOS' in content['app']['products'][0]:
47 runtimeOS = content['app']['products'][0]['runtimeOS']
48 return content, runtimeOS
51 def need_update_sdk_version(buildProfileJson, buildProfileJsonContent, runtimeOS):
53 targetVersion = 11 if runtimeOS == 'OpenHarmony' else '4.1.0(11)'
100 def need_update_hvigor_version(hvigorConfigJsonContent, runtimeOS):
102 if runtimeOS == "OpenHarmony":
109 if runtimeOS
[all...]
/third_party/skia/include/core/
H A DSkFontMgr.h72 * Indicate the runtimeOS of preview(OHOS_Container and OHOS)
74 static std::string runtimeOS; member in SkFontMgr
161 /** Set the runtimeOS and container font base path */
165 runtimeOS = runtime; in SetFontMgrConfig()

Completed in 2 milliseconds