Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DLayoutCore.cpp489 const size_t clusterBaseIndex = info[i].cluster - clusterOffset; in LayoutPiece() local
492 mAdvances[clusterBaseIndex] += letterSpaceHalf; in LayoutPiece()
505 if (clusterBaseIndex < count) { in LayoutPiece()
506 mAdvances[clusterBaseIndex] += xAdvance; in LayoutPiece()
508 ALOGE("cluster %zu (start %zu) out of bounds of count %zu", clusterBaseIndex, in LayoutPiece()