Home
last modified time | relevance | path

Searched refs:SkLRUCacheMgr (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/modules/skparagraph/src/
H A DFontCollection.cpp364 class SkLRUCacheMgr { class
366 SkLRUCacheMgr(SkLRUCache<uint32_t, std::shared_ptr<RSTypeface>>& lruCache, SkMutex& mutex) function in skia::textlayout::SkLRUCacheMgr
371 SkLRUCacheMgr(const SkLRUCacheMgr&) = delete;
372 SkLRUCacheMgr(SkLRUCacheMgr&&) = delete;
373 SkLRUCacheMgr& operator=(const SkLRUCacheMgr&) = delete;
374 SkLRUCacheMgr& operator=(SkLRUCacheMgr
[all...]

Completed in 1 milliseconds