Searched refs:TextLayoutCache (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/jni/android/graphics/ |
D | TextLayoutCache.cpp | 30 ANDROID_SINGLETON_STATIC_INSTANCE(TextLayoutCache); 34 TextLayoutCache::TextLayoutCache() : in TextLayoutCache() function in android::TextLayoutCache 41 TextLayoutCache::~TextLayoutCache() { in ~TextLayoutCache() 45 void TextLayoutCache::init() { in init() 65 uint32_t TextLayoutCache::getSize() { in getSize() 69 uint32_t TextLayoutCache::getMaxSize() { in getMaxSize() 73 void TextLayoutCache::setMaxSize(uint32_t maxSize) { in setMaxSize() 78 void TextLayoutCache::removeOldests() { in removeOldests() 87 void TextLayoutCache::operator()(TextLayoutCacheKey& text, sp<TextLayoutCacheValue>& desc) { in operator ()() 101 void TextLayoutCache::clear() { in clear() [all …]
|
D | TextLayoutCache.h | 186 class TextLayoutCache : public OnEntryRemoved<TextLayoutCacheKey, sp<TextLayoutCacheValue> >, 187 public Singleton<TextLayoutCache> 190 TextLayoutCache(); 192 virtual ~TextLayoutCache();
|
D | TextLayout.cpp | 260 value = TextLayoutCache::getInstance().getValue(paint, chars, start, count, in getTextRunAdvances()
|
D | Canvas.cpp | 770 value = TextLayoutCache::getInstance().getValue(paint, textArray, start, count, in drawTextWithGlyphs()
|
/frameworks/base/core/jni/ |
D | Android.mk | 119 android/graphics/TextLayoutCache.cpp \
|
D | android_view_GLES20Canvas.cpp | 480 value = TextLayoutCache::getInstance().getValue(paint, text, 0, count, count, flags); in renderText() 510 value = TextLayoutCache::getInstance().getValue(paint, text, start, count, contextCount, flags); in renderTextRun()
|