Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DLayoutCore.cpp473 const uint32_t lastAdvIndex = info[numGlyphs - 1].cluster - clusterOffset; in LayoutPiece() local
474 const uint32_t lastCp = textBuf.codePointAt(lastAdvIndex + start); in LayoutPiece()
476 mAdvances[lastAdvIndex] += letterSpaceHalf; in LayoutPiece()