Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DLayoutCore.cpp413 const ssize_t clusterOffset = clusterStart - scriptRunStart; in LayoutPiece() local
416 const uint32_t advIndex = info[0].cluster - clusterOffset; in LayoutPiece()
424 const size_t clusterBaseIndex = info[i].cluster - clusterOffset; in LayoutPiece()
426 const uint32_t prevAdvIndex = info[i - 1].cluster - clusterOffset; in LayoutPiece()
473 const uint32_t lastAdvIndex = info[numGlyphs - 1].cluster - clusterOffset; in LayoutPiece()