Searched defs:globalUniqueId (Results 1 – 13 of 13) sorted by relevance
162 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()
248 [](uint64_t globalUniqueId) -> std::shared_ptr<Drawing::Typeface> { in RegisterTypeface()262 uint64_t globalUniqueId = RSTypefaceCache::GenGlobalUniqueId(typeface->GetUniqueID()); in RegisterTypeface() local275 uint64_t globalUniqueId = RSTypefaceCache::GenGlobalUniqueId(typeface->GetUniqueID()); in RegisterTypeface() local285 uint64_t globalUniqueId = RSTypefaceCache::GenGlobalUniqueId(typeface->GetUniqueID()); in UnRegisterTypeface() local293 uint64_t globalUniqueId = RSTypefaceCache::GenGlobalUniqueId(typeface->GetUniqueID()); in UnRegisterTypeface() local
107 auto globalUniqueId = RSTypefaceCache::GenGlobalUniqueId(typeface->GetUniqueID()); variable
109 [] (uint64_t globalUniqueId) -> std::shared_ptr<Drawing::Typeface> { in RSRenderThread()
241 uint64_t globalUniqueId = 0; variable678 uint64_t globalUniqueId = 0; variable
1036 uint64_t globalUniqueId = RSTypefaceCache::GenGlobalUniqueId(typeface->GetUniqueID()); in RegisterTypeface() local1049 uint64_t globalUniqueId = RSTypefaceCache::GenGlobalUniqueId(typeface->GetUniqueID()); in UnRegisterTypeface() local
1982 bool RSRenderServiceConnectionProxy::RegisterTypeface(uint64_t globalUniqueId, in RegisterTypeface()2021 bool RSRenderServiceConnectionProxy::UnRegisterTypeface(uint64_t globalUniqueId) in UnRegisterTypeface()
423 uint64_t globalUniqueId = 0; in DrawTextBlob() local
430 const OpDataHandle& textBlobHandle, uint64_t globalUniqueId) in GetTextBlobFromCmdList()
1261 uint64_t globalUniqueId = 0; in Marshalling() local
1628 bool RSRenderServiceConnection::RegisterTypeface(uint64_t globalUniqueId, in RegisterTypeface()1637 bool RSRenderServiceConnection::UnRegisterTypeface(uint64_t globalUniqueId) in UnRegisterTypeface()
490 [] (uint64_t globalUniqueId) -> std::shared_ptr<Drawing::Typeface> { in Init()
872 uint64_t globalUniqueId; member