Home
last modified time | relevance | path

Searched refs:GetSystemFontFullNamesByType (Results 1 - 7 of 7) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_descriptor_mgr.cpp59 void FontDescriptorMgr::GetSystemFontFullNamesByType( in GetSystemFontFullNamesByType() function in OHOS::Rosen::FontDescriptorMgr
63 descCache_.GetSystemFontFullNamesByType(systemFontType, fontList); in GetSystemFontFullNamesByType()
H A Dfont_descriptor_mgr.h44 void GetSystemFontFullNamesByType(const int32_t& systemFontType, std::unordered_set<std::string>& fontList);
H A Dfont_descriptor_cache.h40 void GetSystemFontFullNamesByType(const int32_t& systemFontType, std::unordered_set<std::string>& fontList);
H A Dfont_descriptor_cache.cpp211 void FontDescriptorCache::GetSystemFontFullNamesByType(const int32_t& systemFontType, in GetSystemFontFullNamesByType() function in OHOS::Rosen::FontDescriptorCache
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/fontdescriptor_napi/include/
H A Djs_fontdescriptor.h34 static napi_value GetSystemFontFullNamesByType(napi_env env, napi_callback_info info);
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/fontdescriptor_napi/src/
H A Djs_fontdescriptor.cpp41 DECLARE_NAPI_STATIC_FUNCTION("getSystemFontFullNamesByType", JsFontDescriptor::GetSystemFontFullNamesByType), in Init()
216 napi_value JsFontDescriptor::GetSystemFontFullNamesByType(napi_env env, napi_callback_info info) in GetSystemFontFullNamesByType() function in OHOS::Rosen::JsFontDescriptor
241 FontDescriptorMgrInstance.GetSystemFontFullNamesByType(context->systemFontType, context->fontList); in GetSystemFontFullNamesByType()
248 return NapiAsyncWork::Enqueue(env, context, "GetSystemFontFullNamesByType", executor, complete); in GetSystemFontFullNamesByType()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_font_descriptor.cpp169 FontDescriptorMgrInstance.GetSystemFontFullNamesByType(systemFontType, fullNameList); in OH_Drawing_GetSystemFontFullNamesByType()

Completed in 4 milliseconds