Home
last modified time | relevance | path

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

/haiku/src/apps/haikudepot/textview/
H A DParagraphLayout.cpp725 float spaceLeftForSpace = spaceLeft; in _ApplyAlignment() local
731 spaceLeftForSpace = spaceLeft * 2.0f * spaceCharRatio; in _ApplyAlignment()
732 spaceLeftForChars = spaceLeft - spaceLeftForSpace; in _ApplyAlignment()
738 whiteSpace = spaceLeftForSpace / spaceCount; in _ApplyAlignment()