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

/frameworks/base/core/jni/android/graphics/
H A DTextLayoutCache.cpp573 jfloat currentAdvance = HBFixedToFloat(shaperItem.advances[shaperItem.log_clusters[0]]); local
574 jfloat totalAdvance = currentAdvance;
575 outAdvances->add(currentAdvance);
582 currentAdvance = HBFixedToFloat(shaperItem.advances[shaperItem.log_clusters[i]]);
583 totalAdvance += currentAdvance;
584 outAdvances->add(currentAdvance);

Completed in 48 milliseconds