Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DLayout.cpp121 class LayoutCache : private OnEntryRemoved<LayoutCacheKey, Layout*> { class
123 LayoutCache() : mCache(kMaxEntries) { in LayoutCache() function in android::LayoutCache
181 LayoutCache layoutCache;
618 LayoutCache& cache = LayoutEngine::getInstance().layoutCache; in doLayoutWord()
876 LayoutCache& layoutCache = LayoutEngine::getInstance().layoutCache; in purgeCaches()