Searched defs:toOffset (Results 1 - 12 of 12) sorted by relevance

/haiku/src/apps/cortex/addons/common/
H A Daudio_buffer_tools.h184 copy_linear_to_circular( from_sample_t* pFrom, to_sample_t* pTo, size_t samples, size_t toOffset, size_t toLength) argument
[all...]
/haiku/src/kits/interface/textview_support/
H A DLineBuffer.cpp39 BTextView::LineBuffer::RemoveLineRange(int32 fromOffset, int32 toOffset) argument
H A DStyleBuffer.cpp273 BTextView::StyleBuffer::SetStyleRange(int32 fromOffset, int32 toOffset, argument
404 BTextView::StyleBuffer::RemoveStyleRange(int32 fromOffset, int32 toOffset) argument
[all...]
/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
3876 int32 toOffset = _FindLineBreak(fromOffset, &ascent, &descent, &width); local
4018 int32 toOffset = (offset < limit) ? offset : limit; local
4390 _DoDeleteText(int32 fromOffset, int32 toOffset) argument
5453 int32 toOffset = endOffset; local
5880 _ApplyStyleRange(int32 fromOffset, int32 toOffset, uint32 mode, const BFont* font, const rgb_color* color, bool syncNullStyle) argument
[all...]
/haiku/src/tests/add-ons/kernel/file_systems/bfs/dump_log/
H A Ddump_log.cpp53 toOffset(disk_super_block &superBlock, block_run run) function
/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 DeleteText(int32 fromOffset, int32 toOffset) 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/system/kernel/vm/
H A DVMAnonymousCache.cpp521 VMAnonymousCache::_FreeSwapPageRange(off_t fromOffset, off_t toOffset, argument

Completed in 225 milliseconds