HomeSort by relevance Sort by last modified time
    Searched refs:TextLayoutCache (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.h 232 class TextLayoutCache : private OnEntryRemoved<TextLayoutCacheKey, sp<TextLayoutValue> >
235 TextLayoutCache(TextLayoutShaper* shaper);
237 ~TextLayoutCache();
285 }; // TextLayoutCache
307 TextLayoutCache* mTextLayoutCache;
TextLayoutCache.cpp 17 #define LOG_TAG "TextLayoutCache"
21 #include "TextLayoutCache.h"
37 TextLayoutCache::TextLayoutCache(TextLayoutShaper* shaper) :
45 TextLayoutCache::~TextLayoutCache() {
49 void TextLayoutCache::init() {
68 void TextLayoutCache::operator()(TextLayoutCacheKey& text, sp<TextLayoutValue>& desc) {
79 void TextLayoutCache::purgeCaches() {
88 sp<TextLayoutValue> TextLayoutCache::getValue(const SkPaint* paint
    [all...]
  /frameworks/base/core/jni/
Android.mk 115 android/graphics/TextLayoutCache.cpp \
android_view_GLES20Canvas.cpp 55 #include <TextLayoutCache.h>
    [all...]

Completed in 867 milliseconds