Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_font_mgr.cpp32 static std::unordered_map<void*, std::shared_ptr<FontMgr>> g_fontMgrMap; variable
41 auto it = g_fontMgrMap.find(fontMgr); in CastToFontMgr()
42 if (it != g_fontMgrMap.end()) { in CastToFontMgr()
52 g_fontMgrMap.insert({ fontMgr.get(), fontMgr }); in OH_Drawing_FontMgrCreate()
62 g_fontMgrMap.erase(drawingFontMgr); in OH_Drawing_FontMgrDestroy()