Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DLayoutCore.cpp497 const size_t clusterBaseIndex = info[i].cluster - clusterOffset; in LayoutPiece() local
500 mAdvances[clusterBaseIndex] += letterSpaceHalfLeft; in LayoutPiece()
533 if (clusterBaseIndex < count) { in LayoutPiece()
534 mAdvances[clusterBaseIndex] += xAdvance; in LayoutPiece()
536 ALOGE("cluster %zu (start %zu) out of bounds of count %zu", clusterBaseIndex, in LayoutPiece()