Searched refs:LayoutCache (Results 1 – 5 of 5) sorted by relevance
/frameworks/minikin/include/minikin/ |
D | LayoutCache.h | 129 class LayoutCache : private android::OnEntryRemoved<LayoutCacheKey, Layout*> { 178 static LayoutCache& getInstance() { in getInstance() 179 static LayoutCache cache(kMaxEntries); in getInstance() 184 LayoutCache(uint32_t maxEntries) : mCache(maxEntries), mRequestCount(0), mCacheHitCount(0) { in LayoutCache() function
|
D | LayoutPieces.h | 58 LayoutCache::getInstance().getOrCreate(textBuf, range, paint, dir, startEdit, endEdit, in getOrCreate()
|
D | Layout.h | 150 friend class LayoutCache; variable
|
/frameworks/minikin/tests/unittest/ |
D | LayoutCacheTest.cpp | 29 class TestableLayoutCache : public LayoutCache { 31 TestableLayoutCache(uint32_t maxEntries) : LayoutCache(maxEntries) {} in TestableLayoutCache()
|
/frameworks/minikin/libs/minikin/ |
D | Layout.cpp | 417 LayoutCache::getInstance().getOrCreate(textBuf, range, paint, isRtl, startHyphen, endHyphen, in doLayoutWord() 842 LayoutCache::getInstance().clear(); in purgeCaches() 846 LayoutCache::getInstance().dumpStats(fd); in dumpMinikinStats()
|