Searched refs:maxAscent (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/haikudepot/textview/
H A DParagraphLayout.h91 maxAscent(0.0f),
99 LineInfo(int32 textOffset, float y, float height, float maxAscent, argument
105 maxAscent(maxAscent),
118 maxAscent(other.maxAscent),
131 maxAscent = other.maxAscent;
144 && maxAscent == other.maxAscent
162 float maxAscent; member in class:LineInfo
[all...]
/haiku/src/kits/interface/
H A DTextView.cpp4258 float maxAscent = 0.0; local
4268 if (maxAscent < ascent)
4269 maxAscent = ascent;
4284 *_ascent = maxAscent;
4315 float maxAscent = 0.0; local
4323 maxAscent = std::max(ascent, maxAscent);
4345 *_ascent = maxAscent;

Completed in 180 milliseconds