Home
last modified time | relevance | path

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

/haiku/src/apps/haikudepot/textview/
H A DParagraphLayout.cpp700 const GlyphInfo& previousGlyph = fGlyphInfos[j]; in _ApplyAlignment() local
701 if (previousGlyph.lineIndex != lineIndex) { in _ApplyAlignment()
706 previousGlyph.charCode); in _ApplyAlignment()