Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/third_party/txt/src/minikin/
DLayout.cpp132 class LayoutCache : private android::OnEntryRemoved<LayoutCacheKey, Layout*> { class
134 LayoutCache() : mCache(kMaxEntries) { in LayoutCache() function in minikin::LayoutCache