Home
last modified time | relevance | path

Searched refs:sharedFontStyleSet (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.cpp127 std::shared_ptr<FontStyleSet> sharedFontStyleSet(fontStyleSet); in OH_Drawing_FontMgrCreateFontStyleSet() local
129 g_fontStyleSetMap.insert({ sharedFontStyleSet.get(), sharedFontStyleSet }); in OH_Drawing_FontMgrCreateFontStyleSet()
130 return (OH_Drawing_FontStyleSet*)sharedFontStyleSet.get(); in OH_Drawing_FontMgrCreateFontStyleSet()
155 std::shared_ptr<FontStyleSet> sharedFontStyleSet(fontStyleSet); in OH_Drawing_FontMgrMatchFamily() local
157 g_fontStyleSetMap.insert({ sharedFontStyleSet.get(), sharedFontStyleSet }); in OH_Drawing_FontMgrMatchFamily()
158 return (OH_Drawing_FontStyleSet*)sharedFontStyleSet.get(); in OH_Drawing_FontMgrMatchFamily()