Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_blob.cpp31 static std::unordered_map<void*, std::shared_ptr<TextBlob>> g_textBlobMap; variable
86 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()