Home
last modified time | relevance | path

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

/haiku/src/apps/haikudepot/textview/
H A DParagraphLayout.h94 extraWhiteSpacing(0.0f), in LineInfo()
108 extraWhiteSpacing(0.0f), in LineInfo()
121 extraWhiteSpacing(other.extraWhiteSpacing), in LineInfo()
134 extraWhiteSpacing = other.extraWhiteSpacing;
147 && extraWhiteSpacing == other.extraWhiteSpacing
166 float extraWhiteSpacing; variable
H A DParagraphLayout.cpp744 line.extraWhiteSpacing = whiteSpace; in _ApplyAlignment()
969 delta.space = line.extraWhiteSpacing; in _DrawSpan()