Searched refs:computeValues (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/jni/android/graphics/ |
D | TextLayoutCache.h | 125 void computeValues(SkPaint* paint, const UChar* chars, size_t start, size_t count,
|
D | TextLayoutCache.cpp | 131 value->computeValues(paint, text, start, count, contextCount, dirFlags); in getValue() 314 void TextLayoutCacheValue::computeValues(SkPaint* paint, const UChar* chars, in computeValues() function in android::TextLayoutCacheValue
|
D | TextLayout.cpp | 264 value->computeValues(paint, chars, start, count, contextCount, dirFlags); in getTextRunAdvances()
|
D | Paint.cpp | 488 value.computeValues(paint, text, start, count, contextCount, flags); in doTextGlyphs()
|
D | Canvas.cpp | 778 value->computeValues(paint, textArray, start, count, contextCount, flags); in drawTextWithGlyphs()
|
/frameworks/base/core/jni/ |
D | android_view_GLES20Canvas.cpp | 487 value->computeValues(paint, text, 0, count, count, flags); in renderText() 517 value->computeValues(paint, text, start, count, contextCount, flags); in renderTextRun()
|