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

/frameworks/base/core/jni/android/graphics/
H A DTextLayoutCache.h114 * TextLayoutValue is the Cache value
116 class TextLayoutValue : public RefBase { class in namespace:android
118 TextLayoutValue(size_t contextCount);
172 void computeValues(TextLayoutValue* value, const SkPaint* paint, const UChar* chars,
249 class TextLayoutCache : private OnEntryRemoved<TextLayoutCacheKey, sp<TextLayoutValue> >
264 void operator()(TextLayoutCacheKey& text, sp<TextLayoutValue>& desc);
266 sp<TextLayoutValue> getValue(const SkPaint* paint, const jchar* text, jint start,
279 GenerationCache<TextLayoutCacheKey, sp<TextLayoutValue> > mCache;
318 sp<TextLayoutValue> getValue(const SkPaint* paint, const jchar* text, jint start,
H A DTextLayoutCache.cpp41 mCache(GenerationCache<TextLayoutCacheKey, sp<TextLayoutValue> >::kUnlimitedCapacity),
70 void TextLayoutCache::operator()(TextLayoutCacheKey& text, sp<TextLayoutValue>& desc) {
90 sp<TextLayoutValue> TextLayoutCache::getValue(const SkPaint* paint,
102 sp<TextLayoutValue> value = mCache.get(key);
110 value = new TextLayoutValue(contextCount);
308 TextLayoutValue::TextLayoutValue(size_t contextCount) : function in class:android::TextLayoutValue
316 size_t TextLayoutValue::getSize() const {
317 return sizeof(TextLayoutValue) + sizeof(jfloat) * mAdvances.capacity() +
321 void TextLayoutValue
[all...]
H A DTextLayout.cpp56 sp<TextLayoutValue> value = TextLayoutEngine::getInstance().getValue(paint,
70 sp<TextLayoutValue> value = TextLayoutEngine::getInstance().getValue(paint,
104 sp<TextLayoutValue> value = TextLayoutEngine::getInstance().getValue(paint,
H A DPaint.cpp517 sp<TextLayoutValue> value = TextLayoutEngine::getInstance().getValue(paint,
728 sp<TextLayoutValue> value = TextLayoutEngine::getInstance().getValue(&paint,
798 sp<TextLayoutValue> value = TextLayoutEngine::getInstance().getValue(&paint,
H A DCanvas.cpp765 sp<TextLayoutValue> value = TextLayoutEngine::getInstance().getValue(paint,
/frameworks/base/core/jni/
H A Dandroid_view_GLES20Canvas.cpp527 sp<TextLayoutValue> value = TextLayoutEngine::getInstance().getValue(paint,
543 sp<TextLayoutValue> value = TextLayoutEngine::getInstance().getValue(paint,
558 sp<TextLayoutValue> value = TextLayoutEngine::getInstance().getValue(paint,
630 sp<TextLayoutValue> value = TextLayoutEngine::getInstance().getValue(paint,

Completed in 191 milliseconds