Home
last modified time | relevance | path

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

/frameworks/minikin/include/minikin/
DLayoutCache.h129 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
DLayoutPieces.h58 LayoutCache::getInstance().getOrCreate(textBuf, range, paint, dir, startEdit, endEdit, in getOrCreate()
DLayout.h150 friend class LayoutCache; variable
/frameworks/minikin/tests/unittest/
DLayoutCacheTest.cpp29 class TestableLayoutCache : public LayoutCache {
31 TestableLayoutCache(uint32_t maxEntries) : LayoutCache(maxEntries) {} in TestableLayoutCache()
/frameworks/minikin/libs/minikin/
DLayout.cpp417 LayoutCache::getInstance().getOrCreate(textBuf, range, paint, isRtl, startHyphen, endHyphen, in doLayoutWord()
842 LayoutCache::getInstance().clear(); in purgeCaches()
846 LayoutCache::getInstance().dumpStats(fd); in dumpMinikinStats()