| /frameworks/base/core/jni/android/graphics/ |
| TextLayoutCache.h | 125 void computeValues(SkPaint* paint, const UChar* chars, size_t start, size_t count,
|
| TextLayoutCache.cpp | 131 value->computeValues(paint, text, start, count, contextCount, dirFlags); 314 void TextLayoutCacheValue::computeValues(SkPaint* paint, const UChar* chars,
|
| TextLayout.cpp | 264 value->computeValues(paint, chars, start, count, contextCount, dirFlags);
|
| Canvas.cpp | 778 value->computeValues(paint, textArray, start, count, contextCount, flags); [all...] |
| Paint.cpp | 488 value.computeValues(paint, text, start, count, contextCount, flags); [all...] |
| /frameworks/base/core/jni/ |
| android_view_GLES20Canvas.cpp | 487 value->computeValues(paint, text, 0, count, count, flags); 517 value->computeValues(paint, text, start, count, contextCount, flags); [all...] |