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

  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.h 65 * TextLayoutCacheKey is the Cache key
67 class TextLayoutCacheKey {
69 TextLayoutCacheKey();
71 TextLayoutCacheKey(const SkPaint* paint, const UChar* text, size_t start, size_t count,
74 TextLayoutCacheKey(const TextLayoutCacheKey& other);
87 static int compare(const TextLayoutCacheKey& lhs, const TextLayoutCacheKey& rhs);
105 }; // TextLayoutCacheKey
107 inline int strictly_order_type(const TextLayoutCacheKey& lhs, const TextLayoutCacheKey& rhs)
    [all...]
TextLayoutCache.cpp 35 mCache(GenerationCache<TextLayoutCacheKey, sp<TextLayoutCacheValue> >::kUnlimitedCapacity),
87 void TextLayoutCache::operator()(TextLayoutCacheKey& text, sp<TextLayoutCacheValue>& desc) {
117 TextLayoutCacheKey key(paint, text, start, count, contextCount, dirFlags);
219 * TextLayoutCacheKey
221 TextLayoutCacheKey::TextLayoutCacheKey(): text(NULL), start(0), count(0), contextCount(0),
226 TextLayoutCacheKey::TextLayoutCacheKey(const SkPaint* paint, const UChar* text,
238 TextLayoutCacheKey::TextLayoutCacheKey(const TextLayoutCacheKey& other)
    [all...]

Completed in 14 milliseconds