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

/haiku/headers/os/interface/
H A DTextView.h310 float _StyledWidth(int32 fromOffset, int32 length,
/haiku/src/kits/interface/
H A DTextView.cpp1877 width = _StyledWidth(saveOffset, nextInitial - saveOffset);
4089 strWidth += _StyledWidth(offset, deltaBeforeWhitespace, NULL, NULL);
4114 strWidth += _StyledWidth(current, offset - current, &ascent,
4266 width += _StyledWidth(offset, numBytes, &ascent, &descent);
4302 BTextView::_StyledWidth(int32 fromOffset, int32 length, float* _ascent, function in class:BTextView

Completed in 158 milliseconds