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

/haiku/src/kits/interface/textview_support/
H A DStyleBuffer.h74 // _BStyleRecordBuffer_ class --------------------------------------------------
75 class _BStyleRecordBuffer_ : public _BTextViewSupportBuffer_<STEStyleRecord> { class in inherits:_BTextViewSupportBuffer_
77 _BStyleRecordBuffer_();
93 _BStyleRecordBuffer_::operator[](int32 index) const
149 const _BStyleRecordBuffer_& RecordBuffer() const;
153 _BStyleRecordBuffer_ fStyleRecord;
173 inline const _BStyleRecordBuffer_&
H A DStyleBuffer.cpp79 // #pragma mark - _BStyleRecordBuffer_
82 _BStyleRecordBuffer_::_BStyleRecordBuffer_() function in class:_BStyleRecordBuffer_
90 _BStyleRecordBuffer_::InsertRecord(const BFont* inFont,
130 _BStyleRecordBuffer_::CommitRecord(int32 index)
137 _BStyleRecordBuffer_::RemoveRecord(int32 index)
144 _BStyleRecordBuffer_::MatchRecord(const BFont* inFont, const rgb_color* inColor,

Completed in 42 milliseconds