Home
last modified time | relevance | path

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

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