Searched refs:TextGapBuffer (Results 1 - 6 of 6) sorted by relevance

/haiku/src/kits/interface/textview_support/
H A DTextGapBuffer.h22 class TextGapBuffer { class in namespace:BPrivate
24 TextGapBuffer();
25 ~TextGapBuffer();
66 TextGapBuffer::Length() const
73 TextGapBuffer::RealCharAt(int32 index) const
H A DTextGapBuffer.cpp20 #include "TextGapBuffer.h"
29 TextGapBuffer::TextGapBuffer() function in class:BPrivate::TextGapBuffer
45 TextGapBuffer::~TextGapBuffer()
53 TextGapBuffer::InsertText(const char* inText, int32 inNumItems, int32 inAtIndex)
76 TextGapBuffer::InsertText(BFile* file, int32 fileOffset, int32 inNumItems,
115 TextGapBuffer::RemoveRange(int32 start, int32 end)
137 TextGapBuffer::GetString(int32 fromOffset, int32* _numBytes)
193 TextGapBuffer
[all...]
H A DWidthBuffer.cpp13 #include "TextGapBuffer.h"
160 \param inBuffer The TextGapBuffer to be examined.
161 \param fromOffset The offset in the TextGapBuffer where to begin the
168 WidthBuffer::StringWidth(TextGapBuffer &inBuffer, int32 fromOffset,
/haiku/headers/private/interface/
H A DWidthBuffer.h21 class TextGapBuffer;
40 float StringWidth(TextGapBuffer& gapBuffer,
/haiku/headers/os/interface/
H A DTextView.h42 class TextGapBuffer;
430 BPrivate::TextGapBuffer* fText;
/haiku/src/kits/interface/
H A DTextView.cpp59 #include "TextGapBuffer.h"
3198 fText = new BPrivate::TextGapBuffer;

Completed in 68 milliseconds