Searched refs:SetOffset (Results 1 - 25 of 50) sorted by last modified time

12

/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DInode.cpp98 search_key.SetOffset(0);
178 search_key.SetOffset(pos + 1);
235 search_key.SetOffset(pos + 1);
364 search_key.SetOffset(-1);
389 key.SetOffset(-1);
408 item.key.SetOffset(0);
430 key.SetOffset(0);
461 entry.key.SetOffset(parent->ID());
478 directoryEntry->location.SetOffset(0);
487 entry.key.SetOffset(has
[all...]
H A DBTree.cpp186 Item(i)->SetOffset(Item(i)->Offset() - length);
287 Item(i)->SetOffset(Item(i)->Offset() - length);
719 entries[i].SetOffset(upperLimit);
916 fKey.SetOffset(BTREE_END);
918 fKey.SetOffset(BTREE_BEGIN);
965 fKey.SetOffset(found.Offset());
H A DExtentAllocator.cpp411 fKey.SetOffset(0);
419 fKey.SetOffset(0);
450 key.SetOffset(0);
/haiku/src/kits/tracker/
H A DPoseView.cpp497 column->SetOffset(nextLeftEdge);
2754 column->SetOffset(column->Offset()
2838 newColumn->SetOffset(offset);
2845 column->SetOffset(column->Offset() + (attrWidth
9700 column->SetOffset(offset);
9758 column->SetOffset(offset);
H A DTrackerInitialState.cpp231 c.SetOffset(src[i].offset);
H A DViewState.h78 void SetOffset(float);
255 BColumn::SetOffset(float o) function in class:BPrivate::BColumn
/haiku/src/apps/haikudepot/model/
H A DPackageIconTarRepository.cpp220 tarPtrRef->SetOffset(bitmapSize, offset);
/haiku/src/apps/icon-o-matic/gui/
H A DGradientControl.cpp146 if (fGradient->SetOffset(fDraggingStepIndex, offset)) {
257 update = fGradient->SetOffset(fCurrentStepIndex,
/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.cpp2820 context.GetCfaCfaRule()->SetOffset(offset);
2887 context.GetCfaCfaRule()->SetOffset(
/haiku/src/libs/icon/style/
H A DGradientTransformable.cpp319 // SetOffset
321 Gradient::SetOffset(int32 index, float offset) function in class:Gradient
/haiku/src/system/kernel/device_manager/
H A Ddevfs.cpp544 request->SetOffset(offset + partition->info.offset);
H A DIORequest.h287 void SetOffset(off_t offset) { fOffset = offset; } function in struct:IORequest
/haiku/src/servers/app/drawing/interface/virtual/
H A DDWindowHWInterface.cpp272 // fDesktop->SetOffset(info->window_bounds.left, info->window_bounds.top);
291 fHWInterface->SetOffset((int32)newOffset.x, (int32)newOffset.y);
1101 DWindowHWInterface::SetOffset(int32 left, int32 top) function in class:DWindowHWInterface
H A DDWindowHWInterface.h82 void SetOffset(int32 left, int32 top);
/haiku/src/kits/storage/disk_device/
H A DMutablePartition.cpp50 // SetOffset
52 BMutablePartition::SetOffset(off_t offset) function in class:BMutablePartition
/haiku/src/system/kernel/disk_device_manager/
H A DKPartition.cpp391 KPartition::SetOffset(off_t offset) function in class:KPartition
919 child->SetOffset(offset);
/haiku/headers/private/kernel/disk_device_manager/
H A DKPartition.h61 void SetOffset(off_t offset);
/haiku/headers/private/storage/
H A DMutablePartition.h20 void SetOffset(off_t offset);
H A DResourceItem.h53 void SetOffset(int32 offset);
/haiku/src/add-ons/disk_systems/gpt/
H A DGPTPartitionHandle.cpp241 child->SetOffset(offset);
/haiku/src/add-ons/kernel/partitioning_systems/common/
H A DPartitionMapWriter.cpp205 partition.SetOffset(logical->Offset());
H A DPartitionMap.h179 void SetOffset(off_t offset) function in class:Partition
/haiku/src/tests/kits/midi/synth_file_reader/
H A DSynthFileReader.cpp179 instr->SetOffset(offset);
200 s->SetOffset(offset);
H A DSynthFile.h63 void SetOffset(uint32 offset) { fOffset = offset; } function in class:SSound
93 void SetOffset(uint32 offset) { fOffset = offset; } function in class:SInstrument
/haiku/src/kits/storage/
H A DResourceItem.cpp63 SetOffset(offset);
76 // SetOffset
78 ResourceItem::SetOffset(int32 offset) function in class:BPrivate::Storage::ResourceItem

Completed in 304 milliseconds

12