Searched refs:sharedFontStyleSet (Results 1 – 1 of 1) sorted by relevance
127 std::shared_ptr<FontStyleSet> sharedFontStyleSet(fontStyleSet); in OH_Drawing_FontMgrCreateFontStyleSet() local129 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() local157 g_fontStyleSetMap.insert({ sharedFontStyleSet.get(), sharedFontStyleSet }); in OH_Drawing_FontMgrMatchFamily()158 return (OH_Drawing_FontStyleSet*)sharedFontStyleSet.get(); in OH_Drawing_FontMgrMatchFamily()