Searched refs:g_textBlobMap (Results 1 – 1 of 1) sorted by relevance
31 static std::unordered_map<void*, std::shared_ptr<TextBlob>> g_textBlobMap; variable86 g_textBlobMap.insert({textBlob.get(), textBlob}); in OH_Drawing_TextBlobCreateFromText()120 g_textBlobMap.insert({textBlob.get(), textBlob}); in OH_Drawing_TextBlobCreateFromPosText()143 g_textBlobMap.insert({textBlob.get(), textBlob}); in OH_Drawing_TextBlobCreateFromString()204 g_textBlobMap.insert({textBlob.get(), textBlob}); in OH_Drawing_TextBlobBuilderMake()211 auto it = g_textBlobMap.find(cTextBlob); in OH_Drawing_TextBlobDestroy()212 if (it == g_textBlobMap.end()) { in OH_Drawing_TextBlobDestroy()215 g_textBlobMap.erase(it); in OH_Drawing_TextBlobDestroy()