Home
last modified time | relevance | path

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

/haiku/src/apps/haikudepot/textview/
H A DParagraphLayout.cpp363 int32 lastGlyphIndex; in GetLineBounds() local
365 lastGlyphIndex = fLineInfos[lineIndex + 1].textOffset - 1; in GetLineBounds()
367 lastGlyphIndex = static_cast<int32>(fGlyphInfos.size()) - 1; in GetLineBounds()
370 const GlyphInfo& lastInfo = fGlyphInfos[lastGlyphIndex]; in GetLineBounds()