Searched defs:fromOffset (Results 1 - 15 of 15) sorted by relevance

/haiku/src/kits/interface/textview_support/
H A DTextGapBuffer.cpp137 TextGapBuffer::GetString(int32 fromOffset, int32* _numBytes) argument
H A DLineBuffer.cpp39 BTextView::LineBuffer::RemoveLineRange(int32 fromOffset, int32 toOffset) argument
H A DWidthBuffer.cpp95 WidthBuffer::StringWidth(const char* inText, int32 fromOffset, int32 length, argument
168 WidthBuffer::StringWidth(TextGapBuffer &inBuffer, int32 fromOffset, argument
388 StringWidth__14_BWidthBuffer_PCcllPC5BFont(_BWidthBuffer_* widthBuffer, const char* inText, int32 fromOffset, int32 length, const BFont* inStyle) argument
H A DStyleBuffer.cpp273 BTextView::StyleBuffer::SetStyleRange(int32 fromOffset, int32 toOffset, argument
404 BTextView::StyleBuffer::RemoveStyleRange(int32 fromOffset, int32 toOffset) argument
449 BTextView::StyleBuffer::Iterate(int32 fromOffset, int3 argument
550 ContinuousGetStyle(BFont *outFont, uint32* ioMode, rgb_color* outColor, bool* sameColor, int32 fromOffset, int32 toOffset) const argument
[all...]
/haiku/src/apps/cortex/addons/common/
H A DRawBuffer.cpp231 uint32 fromOffset = *pioFromFrame * m_frameSize; local
297 rawCopyTo( RawBuffer& target, uint32 fromOffset, uint32 targetOffset, uint32 frames) const argument
H A DAudioBuffer.cpp204 uint32 fromOffset = *pioFromFrame * m_frameSize; local
/haiku/src/kits/interface/
H A DTextInput.cpp206 _BTextInput_::DeleteText(int32 fromOffset, int32 toOffset) argument
H A DTextView.cpp3045 BTextView::DeleteText(int32 fromOffset, int32 toOffset) argument
3783 _Refresh(int32 fromOffset, int32 toOffset, int32 scrollTo) argument
3875 int32 fromOffset = curLine->offset; local
3980 _FindLineBreak(int32 fromOffset, float* _ascent, float* _descent, float* inOutWidth) argument
4302 _StyledWidth(int32 fromOffset, int32 length, float* _ascent, float* _descent) const argument
4390 _DoDeleteText(int32 fromOffset, int32 toOffset) argument
5452 int32 fromOffset = theRun->offset + startOffset; local
5880 _ApplyStyleRange(int32 fromOffset, int32 toOffset, uint32 mode, const BFont* font, const rgb_color* color, bool syncNullStyle) argument
[all...]
/haiku/src/apps/icon-o-matic/generic/gui/
H A DNummericalTextView.cpp160 NummericalTextView::DeleteText(int32 fromOffset, int32 toOffset) argument
/haiku/src/preferences/filetypes/
H A DApplicationTypeWindow.cpp148 TabFilteringTextView::DeleteText(int32 fromOffset, int32 toOffset) argument
/haiku/src/apps/webpositive/
H A DURLInputGroup.cpp398 URLInputGroup::URLTextView::DeleteText(int32 fromOffset, int32 toOffset) argument
/haiku/src/apps/mail/
H A DAddressTextControl.cpp363 AddressTextControl::TextView::DeleteText(int32 fromOffset, argument
/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A Dwrite_support.cpp1067 move_block(int fd, off_t fromOffset, off_t toOffset, uint8* buffer, int32 size) argument
1093 move_partition(int fd, off_t fromOffset, off_t toOffset, off_t size, argument
/haiku/src/kits/support/
H A DString.cpp463 BString::CopyInto(BString& into, int32 fromOffset, int32 length) const argument
472 BString::CopyInto(char* into, int32 fromOffset, int32 length) const argument
485 int32 fromOffset = UTF8CountBytes(fPrivateData, fromCharOffset); local
724 Insert(const char* string, int32 fromOffset, int32 length, int32 position) argument
752 Insert(const BString& string, int32 fromOffset, int32 length, int32 position) argument
796 int32 fromOffset = UTF8CountBytes(string, fromCharOffset); local
822 int32 fromOffset = UTF8CountBytes(string.String(), fromCharOffset); local
866 int32 fromOffset = UTF8CountBytes(fPrivateData, fromCharOffset); local
1527 ReplaceAll(char replaceThis, char withThis, int32 fromOffset) argument
1542 Replace(char replaceThis, char withThis, int32 maxReplaceCount, int32 fromOffset) argument
1605 ReplaceAll(const char* replaceThis, const char* withThis, int32 fromOffset) argument
1620 Replace(const char* replaceThis, const char* withThis, int32 maxReplaceCount, int32 fromOffset) argument
1678 IReplaceAll(char replaceThis, char withThis, int32 fromOffset) argument
1693 IReplace(char replaceThis, char withThis, int32 maxReplaceCount, int32 fromOffset) argument
1757 IReplaceAll(const char* replaceThis, const char* withThis, int32 fromOffset) argument
1772 IReplace(const char* replaceThis, const char* withThis, int32 maxReplaceCount, int32 fromOffset) argument
2643 _DoReplace(const char* findThis, const char* replaceWith, int32 maxReplaceCount, int32 fromOffset, bool ignoreCase) argument
[all...]
/haiku/src/system/kernel/vm/
H A DVMAnonymousCache.cpp521 VMAnonymousCache::_FreeSwapPageRange(off_t fromOffset, off_t toOffset, argument

Completed in 316 milliseconds