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

/haiku/headers/os/interface/
H A DTextView.h307 float* _ascent, float* _descent,
311 float* _ascent = NULL,
314 int32 length, float* _ascent = NULL,
/haiku/src/kits/interface/
H A DTextView.cpp3980 BTextView::_FindLineBreak(int32 fromOffset, float* _ascent, float* _descent, argument
3983 *_ascent = 0.0;
3992 fStyles->Iterate(fromOffset, 1, fInline, NULL, NULL, _ascent,
4001 *_ascent = fh.ascent;
4021 _ascent, _descent);
4097 *_ascent = std::max(ascent, *_ascent);
4107 *_ascent = 0.0;
4121 *_ascent = std::max(ascent, *_ascent);
4253 _TabExpandedStyledWidth(int32 offset, int32 length, float* _ascent, float* _descent) const argument
4302 _StyledWidth(int32 fromOffset, int32 length, float* _ascent, float* _descent) const argument
[all...]

Completed in 647 milliseconds