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

/frameworks/base/core/jni/android/graphics/
H A DTextLayoutCache.cpp17 #define LOG_TAG "TextLayoutCache"
19 #include "TextLayoutCache.h"
30 ANDROID_SINGLETON_STATIC_INSTANCE(TextLayoutCache);
34 TextLayoutCache::TextLayoutCache() : function in class:android::TextLayoutCache
41 TextLayoutCache::~TextLayoutCache() {
45 void TextLayoutCache::init() {
65 uint32_t TextLayoutCache::getSize() {
69 uint32_t TextLayoutCache
[all...]
H A DTextLayoutCache.h186 class TextLayoutCache : public OnEntryRemoved<TextLayoutCacheKey, sp<TextLayoutCacheValue> >, class in namespace:android
187 public Singleton<TextLayoutCache>
190 TextLayoutCache();
192 virtual ~TextLayoutCache();
259 }; // TextLayoutCache
H A DTextLayout.cpp18 #include "TextLayoutCache.h"
260 value = TextLayoutCache::getInstance().getValue(paint, chars, start, count,
H A DCanvas.cpp30 #include "TextLayoutCache.h"
770 value = TextLayoutCache::getInstance().getValue(paint, textArray, start, count,
773 LOGE("Cannot get TextLayoutCache value");
/frameworks/base/core/jni/
H A DAndroid.mk120 android/graphics/TextLayoutCache.cpp \
H A Dandroid_view_GLES20Canvas.cpp493 value = TextLayoutCache::getInstance().getValue(paint, text, 0, count, count, flags);
495 LOGE("Cannot get TextLayoutCache value");
523 value = TextLayoutCache::getInstance().getValue(paint, text, start, count, contextCount, flags);
525 LOGE("Cannot get TextLayoutCache value");

Completed in 123 milliseconds