Home
last modified time | relevance | path

Searched defs:globalUniqueId (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_typeface_cache.cpp162 std::unordered_map<uint32_t, std::vector<uint64_t>>& typefaceHashQueue, uint64_t globalUniqueId) in RemoveHashQueue()
192 void RSTypefaceCache::RemoveDrawingTypefaceByGlobalUniqueId(uint64_t globalUniqueId) in RemoveDrawingTypefaceByGlobalUniqueId()
265 void RSTypefaceCache::AddDelayDestroyQueue(uint64_t globalUniqueId) in AddDelayDestroyQueue()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/
H A Drs_interfaces.cpp248 [](uint64_t globalUniqueId) -> std::shared_ptr<Drawing::Typeface> { in RegisterTypeface()
262 uint64_t globalUniqueId = RSTypefaceCache::GenGlobalUniqueId(typeface->GetUniqueID()); in RegisterTypeface() local
275 uint64_t globalUniqueId = RSTypefaceCache::GenGlobalUniqueId(typeface->GetUniqueID()); in RegisterTypeface() local
285 uint64_t globalUniqueId = RSTypefaceCache::GenGlobalUniqueId(typeface->GetUniqueID()); in UnRegisterTypeface() local
293 uint64_t globalUniqueId = RSTypefaceCache::GenGlobalUniqueId(typeface->GetUniqueID()); in UnRegisterTypeface() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/transaction/
H A Drs_interfaces_test.cpp107 auto globalUniqueId = RSTypefaceCache::GenGlobalUniqueId(typeface->GetUniqueID()); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread.cpp109 [] (uint64_t globalUniqueId) -> std::shared_ptr<Drawing::Typeface> { in RSRenderThread()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
H A Ddraw_cmd_test.cpp241 uint64_t globalUniqueId = 0; variable
678 uint64_t globalUniqueId = 0; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_render_service_client.cpp1036 uint64_t globalUniqueId = RSTypefaceCache::GenGlobalUniqueId(typeface->GetUniqueID()); in RegisterTypeface() local
1049 uint64_t globalUniqueId = RSTypefaceCache::GenGlobalUniqueId(typeface->GetUniqueID()); in UnRegisterTypeface() local
H A Drs_render_service_connection_proxy.cpp1982 bool RSRenderServiceConnectionProxy::RegisterTypeface(uint64_t globalUniqueId, in RegisterTypeface()
2021 bool RSRenderServiceConnectionProxy::UnRegisterTypeface(uint64_t globalUniqueId) in UnRegisterTypeface()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Drecording_canvas.cpp423 uint64_t globalUniqueId = 0; in DrawTextBlob() local
H A Dcmd_list_helper.cpp430 const OpDataHandle& textBlobHandle, uint64_t globalUniqueId) in GetTextBlobFromCmdList()
H A Ddraw_cmd.cpp1261 uint64_t globalUniqueId = 0; in Marshalling() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service_connection.cpp1628 bool RSRenderServiceConnection::RegisterTypeface(uint64_t globalUniqueId, in RegisterTypeface()
1637 bool RSRenderServiceConnection::UnRegisterTypeface(uint64_t globalUniqueId) in UnRegisterTypeface()
H A Drs_main_thread.cpp490 [] (uint64_t globalUniqueId) -> std::shared_ptr<Drawing::Typeface> { in Init()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Ddraw_cmd.h872 uint64_t globalUniqueId; member