Home
last modified time | relevance | path

Searched refs:mTotalAdvance (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/jni/android/graphics/
DTextLayoutCache.h130 inline jfloat getTotalAdvance() const { return mTotalAdvance; } in getTotalAdvance()
148 jfloat mTotalAdvance; variable
DTextLayoutCache.cpp303 mTotalAdvance(0), mElapsedTime(0) { in TextLayoutCacheValue()
321 &mAdvances, &mTotalAdvance, &mGlyphs); in computeValues()
324 contextCount, mTotalAdvance); in computeValues()