Home
last modified time | relevance | path

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

/haiku/src/apps/haikudepot/textview/
H A DParagraphLayout.cpp435 float lineBottom = floorf(line.y + line.height + 0.5); in TextOffsetAt() local
436 if (lineBottom > y) in TextOffsetAt()