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

/frameworks/base/core/jni/android/graphics/
H A DTextLayoutCache.cpp682 size_t clusterNext = i == countScriptRun - 1 ? mShaperItem.num_glyphs : local
684 if (cluster != clusterNext) {
688 for (size_t j = cluster; j < clusterNext; j++) {

Completed in 39 milliseconds