Searched refs:TextLayoutCache (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DTextLayoutCache.h249 class TextLayoutCache : private OnEntryRemoved<TextLayoutCacheKey, sp<TextLayoutValue> > class in namespace:android
252 TextLayoutCache(TextLayoutShaper* shaper);
254 ~TextLayoutCache();
302 }; // TextLayoutCache
324 TextLayoutCache* mTextLayoutCache;
H A DTextLayoutCache.cpp17 #define LOG_TAG "TextLayoutCache"
19 #include "TextLayoutCache.h"
39 TextLayoutCache::TextLayoutCache(TextLayoutShaper* shaper) : function in class:android::TextLayoutCache
47 TextLayoutCache::~TextLayoutCache() {
51 void TextLayoutCache::init() {
70 void TextLayoutCache::operator()(TextLayoutCacheKey& text, sp<TextLayoutValue>& desc) {
81 void TextLayoutCache::purgeCaches() {
90 sp<TextLayoutValue> TextLayoutCache
[all...]
/frameworks/base/core/jni/
H A DAndroid.mk120 android/graphics/TextLayoutCache.cpp \
H A Dandroid_view_GLES20Canvas.cpp53 #include <TextLayoutCache.h>

Completed in 778 milliseconds