Searched refs:startOffset (Results 1 - 23 of 23) sorted by relevance

/haiku/src/apps/aboutsystem/
H A DHyperTextView.cpp30 HyperTextAction::MouseOver(HyperTextView* view, BPoint where, int32 startOffset, argument
39 view->SetFontAndColor(startOffset, endOffset, &font, B_FONT_FACE);
44 HyperTextAction::MouseAway(HyperTextView* view, BPoint where, int32 startOffset, argument
53 view->SetFontAndColor(startOffset, endOffset, &font, B_FONT_FACE);
67 ActionInfo(int32 startOffset, int32 endOffset, HyperTextAction* action) argument
69 startOffset(startOffset),
82 return a->startOffset - b->startOffset;
88 if (a->startOffset <
93 int32 startOffset; member in struct:HyperTextView::ActionInfo
198 AddHyperTextAction(int32 startOffset, int32 endOffset, HyperTextAction* action) argument
217 int32 startOffset = TextLength(); local
229 int32 startOffset = TextLength(); local
[all...]
H A DHyperTextView.h24 int32 startOffset, int32 endOffset,
27 int32 startOffset, int32 endOffset,
50 void AddHyperTextAction(int32 startOffset,
/haiku/src/tools/fs_shell/
H A Dpartition_support.cpp28 FileRestriction(fssh_dev_t device, fssh_ino_t node, fssh_off_t startOffset, argument
33 startOffset(startOffset),
40 fssh_off_t startOffset; member in struct:FSShell::FileRestriction
76 add_file_restriction(const char* fileName, fssh_off_t startOffset, argument
93 restriction = new FileRestriction(device, node, startOffset, endOffset);
105 lseek(fd, restriction->startOffset, SEEK_SET);
133 pos += restriction->startOffset;
135 if (pos < restriction->startOffset || pos > restriction->endOffset) {
156 st->fssh_st_size = restriction->endOffset - restriction->startOffset;
[all...]
H A Dpartition_support.h15 void add_file_restriction(const char* fileName, fssh_off_t startOffset,
H A Dfssh.cpp1652 "Usage: %s [ --start-offset <startOffset>]\n"
1654 " %s [ --start-offset <startOffset>]\n"
1689 fssh_off_t startOffset = 0; local
1705 startOffset = atoll(argv[argi++]);
1754 if (startOffset != 0 || endOffset != -1)
1755 add_file_restriction(device, startOffset, endOffset);
/haiku/src/kits/interface/
H A DTextView.cpp1260 BTextView::Delete(int32 startOffset, int32 endOffset) argument
1265 if (startOffset < 0)
1266 startOffset = 0;
1267 else if (startOffset > fText->Length())
1268 startOffset = fText->Length();
1276 if (startOffset == endOffset)
1288 DeleteText(startOffset, endOffset);
1292 fCaretOffset -= (endOffset - startOffset);
1293 else if (fCaretOffset >= startOffset && fCaretOffset < endOffset)
1294 fCaretOffset = startOffset;
1493 Select(int32 startOffset, int32 endOffset) argument
1600 SetFontAndColor(int32 startOffset, int32 endOffset, const BFont* font, uint32 mode, const rgb_color* color) argument
1664 SetRunArray(int32 startOffset, int32 endOffset, const text_run_array* runs) argument
1705 RunArray(int32 startOffset, int32 endOffset, int32* _size) const argument
2076 GetTextRegion(int32 startOffset, int32 endOffset, BRegion* outRegion) const argument
2202 Highlight(int32 startOffset, int32 endOffset) argument
4397 _DrawLine(BView* view, const int32 &lineNum, const int32 &startOffset, const bool &erase, BRect &eraseRect, BRegion &inputRegion) argument
4546 _DrawLines(int32 startLine, int32 endLine, int32 startOffset, bool erase) argument
5445 _SetRunArray(int32 startOffset, int32 endOffset, const text_run_array* runs) argument
[all...]
/haiku/headers/private/package/hpkg/
H A DPackageFileHeapWriter.h81 uint64 startOffset, uint64 endOffset);
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DIterators.h155 uint64 startOffset = 0);
158 uint64 startOffset = 0);
187 uint64 startOffset = 0, bool fixedHash = false);
190 uint64 startOffset = 0, bool fixedHash = false);
H A DIterators.cpp812 identified by \a dirID and \a objectID. \a startOffset specifies the
826 \param startOffset The offset at which to begin the iteration.
829 uint32 objectID, uint64 startOffset)
833 fOffset(startOffset),
843 identified by \a dirID and \a objectID. \a startOffset specifies the
849 \param startOffset The offset at which to begin the iteration.
854 uint64 startOffset)
859 fOffset = startOffset;
1045 identified by \a dirID and \a objectID. \a startOffset specifies the
1047 is \c true, only items that have the same hash value as \a startOffset
828 ObjectItemIterator(Tree *tree, uint32 dirID, uint32 objectID, uint64 startOffset) argument
853 SetTo(Tree *tree, uint32 dirID, uint32 objectID, uint64 startOffset) argument
1057 DirEntryIterator(Tree *tree, uint32 dirID, uint32 objectID, uint64 startOffset, bool fixedHash) argument
1084 SetTo(Tree *tree, uint32 dirID, uint32 objectID, uint64 startOffset, bool fixedHash) argument
[all...]
H A Dkernel_interface.cpp450 uint64 startOffset = 0, bool fixedHash = false)
451 : DirEntryIterator(tree, dirID, objectID, startOffset,
/haiku/headers/os/interface/
H A DTextView.h110 void Delete(int32 startOffset, int32 endOffset);
130 virtual void Select(int32 startOffset, int32 endOffset);
137 void SetFontAndColor(int32 startOffset,
148 void SetRunArray(int32 startOffset, int32 endOffset,
150 text_run_array* RunArray(int32 startOffset, int32 endOffset,
170 void GetTextRegion(int32 startOffset,
176 void Highlight(int32 startOffset, int32 endOffset);
326 const int32& startOffset,
331 int32 startOffset = -1,
371 void _SetRunArray(int32 startOffset, int3
[all...]
/haiku/src/bin/makebootable/platform/bios_ia32/
H A Dmakebootable.cpp314 off_t startOffset = 0; local
328 startOffset = strtoll(argv[argi++], NULL, 0);
627 "...\n", fileName, partitionOffset, startOffset);
629 write_boot_code_part(fileName, fd, startOffset, bootCodeData, 0,
631 write_boot_code_part(fileName, fd, startOffset, bootCodeData,
/haiku/src/kits/package/hpkg/
H A DPackageFileHeapWriter.cpp602 PackageFileHeapWriter::_PushChunks(ChunkBuffer& chunkBuffer, uint64 startOffset, argument
610 ssize_t chunkIndex = startOffset / kChunkSize;
613 while (startOffset < endOffset) {
616 uint32 inChunkOffset = uint32(startOffset - uncompressedChunkOffset);
626 endOffset - startOffset));
634 startOffset += toKeepSize;
H A DRepositoryWriterImpl.cpp478 uint64 startOffset = fHeapWriter->UncompressedHeapSize(); local
484 uint64 sectionSize = fHeapWriter->UncompressedHeapSize() - startOffset;
H A DWriterImplBase.cpp688 uint64 startOffset = fHeapWriter->UncompressedHeapSize(); local
691 = fHeapWriter->UncompressedHeapSize() - startOffset;
H A DPackageWriterImpl.cpp1328 uint64 startOffset = fHeapWriter->UncompressedHeapSize(); local
1342 uint64 tocSize = endOffset - startOffset;
1380 off_t startOffset = fHeapWriter->UncompressedHeapSize(); local
1387 uint32 attributesLength = fHeapWriter->UncompressedHeapSize() - startOffset;
/haiku/src/system/kernel/messaging/
H A DMessagingService.cpp152 int32 startOffset = sizeof(messaging_area_header);
158 commandOffset = startOffset;
185 if (size > firstCommandOffset - startOffset)
187 commandOffset = startOffset;
/haiku/src/kits/interface/textview_support/
H A DStyleBuffer.h127 STEStyleRange* GetStyleRange(int32 startOffset,
H A DStyleBuffer.cpp376 BTextView::StyleBuffer::GetStyleRange(int32 startOffset, int32 endOffset) const argument
378 int32 startIndex = OffsetToRun(startOffset);
392 run->offset -= startOffset;
/haiku/src/bin/bfs_tools/
H A Drecover.cpp750 off_t startOffset = 0, endOffset = -1; local
770 startOffset = atoll(arg);
778 if (endOffset != -1 && endOffset < startOffset)
800 Disk disk(argv[0], gRawMode, startOffset, endOffset);
/haiku/src/apps/mail/
H A DContent.cpp2116 int32 startOffset = OffsetAt(i);
2118 startOffset++;
2122 int32 lineLength = endOffset - startOffset;
2125 if (nextUrlAt >= startOffset && nextUrlAt < endOffset
2138 lineLength = endOffset - startOffset;
2150 CopyQuotes(text + startOffset, lineLength, buffer + strlen(buffer), quoteLength);
2169 memcpy(content + contentLength, text + startOffset, lineLength);
2179 CopyQuotes(text + startOffset, lineLength, content + contentLength, quoteLength);
/haiku/src/system/kernel/device_manager/
H A DIORequest.cpp385 // [startOffset, endOffset) we copy to the final location.
387 const off_t startOffset = fOriginalOffset; local
395 if (offset < startOffset) {
397 if (offset + (off_t)length <= startOffset) {
404 generic_size_t diff = startOffset - offset;
/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A Dwrite_support.cpp633 fc_fill_partitionable_spaces_buffer fillBuffer, off_t startOffset,
647 off_t offset = startOffset + headerSize;
631 get_partitionable_spaces(partition_data* partition, partitionable_space_data* buffer, int32 count, int32* _actualCount, fc_fill_partitionable_spaces_buffer fillBuffer, off_t startOffset, off_t limitSize = 0, off_t headerSize = 0) argument

Completed in 249 milliseconds