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

/haiku/headers/os/interface/
H A DTextView.h142 void GetFontAndColor(int32 offset, BFont* _font,
144 void GetFontAndColor(BFont* _font, uint32* _mode,
/haiku/src/kits/interface/
H A DTextView.cpp1647 BTextView::GetFontAndColor(int32 offset, BFont* _font, argument
1650 fStyles->GetStyle(offset, _font, _color);
1655 BTextView::GetFontAndColor(BFont* _font, uint32* _mode, argument
1658 fStyles->ContinuousGetStyle(_font, _mode, _color, _sameColor,

Completed in 57 milliseconds