Home
last modified time | relevance | path

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

/haiku/headers/os/interface/
H A DTextView.h374 void _ApplyStyleRange(int32 fromOffset,
/haiku/src/kits/interface/
H A DTextView.cpp1208 _ApplyStyleRange(offset, offset + length); in SetText()
1629 _ApplyStyleRange(startOffset, endOffset, mode, font, color); in SetFontAndColor()
3039 _ApplyStyleRange(offset, offset + length); in InsertText()
5459 _ApplyStyleRange(fromOffset, toOffset, B_FONT_ALL, &theRun->font, in _SetRunArray()
5880 BTextView::_ApplyStyleRange(int32 fromOffset, int32 toOffset, uint32 mode, in _ApplyStyleRange() function in BTextView