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

/haiku/src/kits/interface/textview_support/
H A DStyleBuffer.h79 int32 InsertRecord(const BFont* inFont,
84 bool MatchRecord(const BFont* inFont,
102 StyleBuffer(const BFont* inFont,
110 const BFont* inFont,
125 uint32 inMode, const BFont* inFont,
H A DStyleBuffer.cpp90 _BStyleRecordBuffer_::InsertRecord(const BFont* inFont, argument
96 if (MatchRecord(inFont, inColor, &index))
101 inFont->GetHeight(&fh);
109 fBuffer[index].style.font = *inFont;
116 const STEStyle style = { *inFont, *inColor };
144 _BStyleRecordBuffer_::MatchRecord(const BFont* inFont, const rgb_color* inColor, argument
148 if (*inFont == fBuffer[i].style.font
193 BTextView::StyleBuffer::StyleBuffer(const BFont* inFont, argument
198 fNullStyle.font = *inFont;
231 BTextView::StyleBuffer::SetNullStyle(uint32 inMode, const BFont* inFont, argument
273 SetStyleRange(int32 fromOffset, int32 toOffset, int32 textLen, uint32 inMode, const BFont* inFont, const rgb_color* inColor) argument
[all...]

Completed in 78 milliseconds