Searched defs:TextLayoutCache (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DTextLayoutCache.cpp17 #define LOG_TAG "TextLayoutCache"
21 #include "TextLayoutCache.h"
37 TextLayoutCache::TextLayoutCache(TextLayoutShaper* shaper) : function in class:android::TextLayoutCache
45 TextLayoutCache::~TextLayoutCache() {
49 void TextLayoutCache::init() {
68 void TextLayoutCache::operator()(TextLayoutCacheKey& text, sp<TextLayoutValue>& desc) {
79 void TextLayoutCache::purgeCaches() {
88 sp<TextLayoutValue> TextLayoutCache
[all...]
H A DTextLayoutCache.h232 class TextLayoutCache : private OnEntryRemoved<TextLayoutCacheKey, sp<TextLayoutValue> > class in namespace:android
235 TextLayoutCache(TextLayoutShaper* shaper);
237 ~TextLayoutCache();
285 }; // TextLayoutCache
307 TextLayoutCache* mTextLayoutCache;

Completed in 184 milliseconds