Home
last modified time | relevance | path

Searched refs:computeValues (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/jni/android/graphics/
DTextLayoutCache.h125 void computeValues(SkPaint* paint, const UChar* chars, size_t start, size_t count,
DTextLayoutCache.cpp131 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
DTextLayout.cpp264 value->computeValues(paint, chars, start, count, contextCount, dirFlags); in getTextRunAdvances()
DPaint.cpp488 value.computeValues(paint, text, start, count, contextCount, flags); in doTextGlyphs()
DCanvas.cpp778 value->computeValues(paint, textArray, start, count, contextCount, flags); in drawTextWithGlyphs()
/frameworks/base/core/jni/
Dandroid_view_GLES20Canvas.cpp487 value->computeValues(paint, text, 0, count, count, flags); in renderText()
517 value->computeValues(paint, text, start, count, contextCount, flags); in renderTextRun()