Home
last modified time | relevance | path

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

/haiku/src/apps/haikudepot/textview/
H A DParagraphLayout.cpp361 int32 firstGlyphIndex = lineInfo.textOffset; in GetLineBounds() local
369 const GlyphInfo& firstInfo = fGlyphInfos[firstGlyphIndex]; in GetLineBounds()