Home
last modified time | relevance | path

Searched defs:totalAdvance (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/text/
DMeasuredText.java167 float totalAdvance = 0; in addStyleRun() local
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DPaint_Delegate.java934 float totalAdvance = 0; in native_getTextWidths() local
991 float totalAdvance = 0; in native_getTextRunAdvances() local
/frameworks/base/core/jni/android/graphics/
DTextLayoutCache.cpp707 jfloat totalAdvance = *outTotalAdvance; in computeRunValues() local
DPaint.cpp562 jfloat totalAdvance = 0; in doTextRunAdvances() local
/frameworks/base/core/jni/
Dandroid_view_GLES20Canvas.cpp579 jfloat totalAdvance = value->getTotalAdvance(); in renderText() local
610 jfloat totalAdvance = value->getTotalAdvance(); in renderTextRun() local
/frameworks/base/graphics/java/android/graphics/
DPaint.java1877 float totalAdvance = native_getTextRunAdvances(mNativePaint, text, start, end, in getTextRunAdvances() local