Searched refs:TextLayoutCacheKey (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DTextLayoutCache.h68 * TextLayoutCacheKey is the Cache key
70 class TextLayoutCacheKey { class in namespace:android
72 TextLayoutCacheKey();
74 TextLayoutCacheKey(const SkPaint* paint, const UChar* text, size_t start, size_t count,
77 TextLayoutCacheKey(const TextLayoutCacheKey& other);
84 static int compare(const TextLayoutCacheKey& lhs, const TextLayoutCacheKey& rhs);
103 }; // TextLayoutCacheKey
105 inline int strictly_order_type(const TextLayoutCacheKey
[all...]
H A DTextLayoutCache.cpp41 mCache(GenerationCache<TextLayoutCacheKey, sp<TextLayoutValue> >::kUnlimitedCapacity),
70 void TextLayoutCache::operator()(TextLayoutCacheKey& text, sp<TextLayoutValue>& desc) {
99 TextLayoutCacheKey key(paint, text, start, count, contextCount, dirFlags);
223 * TextLayoutCacheKey
225 TextLayoutCacheKey::TextLayoutCacheKey(): start(0), count(0), contextCount(0), function in class:android::TextLayoutCacheKey
230 TextLayoutCacheKey::TextLayoutCacheKey(const SkPaint* paint, const UChar* text, function in class:android::TextLayoutCacheKey
245 TextLayoutCacheKey::TextLayoutCacheKey(cons function in class:android::TextLayoutCacheKey
[all...]

Completed in 48 milliseconds