Searched refs:LayoutCache (Results 1 – 6 of 6) sorted by relevance
/frameworks/minikin/include/minikin/ |
D | LayoutCache.h | 148 class LayoutCache : private android::OnEntryRemoved<LayoutCacheKey, LayoutSlot*> { 207 static LayoutCache& getInstance() { in getInstance() 208 static LayoutCache cache(kMaxEntries); in getInstance() 213 LayoutCache(uint32_t maxEntries) : mCache(maxEntries) { in LayoutCache() function
|
D | LayoutPieces.h | 109 LayoutCache::getInstance().getOrCreate(textBuf.substr(context), range - context.getStart(), in getOrCreate()
|
/frameworks/minikin/libs/minikin/ |
D | MeasuredText.cpp | 75 LayoutCache::getInstance().getOrCreate( in getMetrics() 108 LayoutCache& layoutCache = LayoutCache::getInstance(); in measureText() 161 LayoutCache::getInstance().getOrCreate( in measureHyphenPiece() 250 LayoutCache::getInstance().getOrCreate( in appendLayout()
|
D | Measurement.cpp | 222 LayoutCache::getInstance().getOrCreate( in getBounds() 249 LayoutCache::getInstance().getOrCreate(textBuf.substr(context), in getFontExtent()
|
D | Layout.cpp | 354 LayoutCache::getInstance().getOrCreate(textBuf, range, paint, isRtl, startHyphen, endHyphen, in doLayoutWord() 415 LayoutCache::getInstance().clear(); in purgeCaches()
|
/frameworks/minikin/tests/unittest/ |
D | LayoutCacheTest.cpp | 29 class TestableLayoutCache : public LayoutCache { 31 TestableLayoutCache(uint32_t maxEntries) : LayoutCache(maxEntries) {} in TestableLayoutCache() 32 using LayoutCache::getCacheSize;
|