Searched refs:totalFontRunAdvance (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DTextLayoutCache.cpp678 jfloat totalFontRunAdvance = 0; local
691 totalFontRunAdvance += advance;
701 (*outAdvances)[i], mShaperItem.log_clusters[i], totalFontRunAdvance);
743 totalAdvance += totalFontRunAdvance;

Completed in 208 milliseconds