Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/
H A Dfont_collection.cpp43 std::unique_lock lock(collectionMutex_); in SetupDefaultFontManager()
52 std::unique_lock lock(collectionMutex_); in SetDefaultFontManager()
61 std::unique_lock lock(collectionMutex_); in SetAssetFontManager()
70 std::unique_lock lock(collectionMutex_); in SetDynamicFontManager()
79 std::unique_lock lock(collectionMutex_); in SetTestFontManager()
88 std::unique_lock lock(collectionMutex_); in GetFontManagerOrder()
103 std::unique_lock lock(collectionMutex_); in DisableFontFallback()
112 std::unique_lock lock(collectionMutex_); in ClearFontFamilyCache()
120 std::unique_lock lock(collectionMutex_); in CreateSktFontCollection()
H A Dfont_collection.h59 mutable std::mutex collectionMutex_; variable