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

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

Completed in 91 milliseconds