Home
last modified time | relevance | path

Searched refs:TextLayoutCache (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/jni/android/graphics/
DTextLayoutCache.cpp30 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 …]
DTextLayoutCache.h186 class TextLayoutCache : public OnEntryRemoved<TextLayoutCacheKey, sp<TextLayoutCacheValue> >,
187 public Singleton<TextLayoutCache>
190 TextLayoutCache();
192 virtual ~TextLayoutCache();
DTextLayout.cpp260 value = TextLayoutCache::getInstance().getValue(paint, chars, start, count, in getTextRunAdvances()
DCanvas.cpp770 value = TextLayoutCache::getInstance().getValue(paint, textArray, start, count, in drawTextWithGlyphs()
/frameworks/base/core/jni/
DAndroid.mk119 android/graphics/TextLayoutCache.cpp \
Dandroid_view_GLES20Canvas.cpp480 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()