Searched refs:TextLayoutCacheValue (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/jni/android/graphics/ |
D | TextLayoutCache.cpp | 35 mCache(GenerationCache<TextLayoutCacheKey, sp<TextLayoutCacheValue> >::kUnlimitedCapacity), in TextLayoutCache() 87 void TextLayoutCache::operator()(TextLayoutCacheKey& text, sp<TextLayoutCacheValue>& desc) { in operator ()() 108 sp<TextLayoutCacheValue> TextLayoutCache::getValue(SkPaint* paint, in getValue() 120 sp<TextLayoutCacheValue> value = mCache.get(key); in getValue() 128 value = new TextLayoutCacheValue(); in getValue() 302 TextLayoutCacheValue::TextLayoutCacheValue() : in TextLayoutCacheValue() function in android::TextLayoutCacheValue 306 void TextLayoutCacheValue::setElapsedTime(uint32_t time) { in setElapsedTime() 310 uint32_t TextLayoutCacheValue::getElapsedTime() { in getElapsedTime() 314 void TextLayoutCacheValue::computeValues(SkPaint* paint, const UChar* chars, in computeValues() 328 size_t TextLayoutCacheValue::getSize() { in getSize() [all …]
|
D | TextLayoutCache.h | 118 class TextLayoutCacheValue : public RefBase { 120 TextLayoutCacheValue(); 186 class TextLayoutCache : public OnEntryRemoved<TextLayoutCacheKey, sp<TextLayoutCacheValue> >, 202 void operator()(TextLayoutCacheKey& text, sp<TextLayoutCacheValue>& desc); 204 sp<TextLayoutCacheValue> getValue(SkPaint* paint, const jchar* text, jint start, jint count, 231 GenerationCache<TextLayoutCacheKey, sp<TextLayoutCacheValue> > mCache;
|
D | TextLayout.cpp | 257 sp<TextLayoutCacheValue> value; in getTextRunAdvances() 263 value = new TextLayoutCacheValue(); in getTextRunAdvances()
|
D | Canvas.cpp | 768 sp<TextLayoutCacheValue> value; in drawTextWithGlyphs() 777 value = new TextLayoutCacheValue(); in drawTextWithGlyphs()
|
D | Paint.cpp | 487 TextLayoutCacheValue value; in doTextGlyphs()
|
/frameworks/base/core/jni/ |
D | android_view_GLES20Canvas.cpp | 478 sp<TextLayoutCacheValue> value; in renderText() 486 value = new TextLayoutCacheValue(); in renderText() 508 sp<TextLayoutCacheValue> value; in renderTextRun() 516 value = new TextLayoutCacheValue(); in renderTextRun()
|