Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DLayout.cpp703 const size_t clusterBaseIndex = info[i].cluster - clusterOffset; in doLayoutRun() local
706 mAdvances[clusterBaseIndex] += letterSpaceHalfLeft; in doLayoutRun()
738 if (clusterBaseIndex < count) { in doLayoutRun()
739 mAdvances[clusterBaseIndex] += xAdvance; in doLayoutRun()
741 ALOGE("cluster %zu (start %zu) out of bounds of count %zu", clusterBaseIndex, in doLayoutRun()