Searched refs:SetOffset (Results 26 - 50 of 50) sorted by relevance

12

/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DExtentAllocator.cpp411 fKey.SetOffset(0);
419 fKey.SetOffset(0);
450 key.SetOffset(0);
H A Dbtrfs.h87 void SetOffset(uint64 off) { offset = B_HOST_TO_LENDIAN_INT64(off); } function in struct:btrfs_key
153 void SetOffset(uint32 off) { offset = B_HOST_TO_LENDIAN_INT32(off); } function in struct:btrfs_entry
/haiku/src/tests/kits/midi/synth_file_reader/
H A DSynthFileReader.cpp179 instr->SetOffset(offset);
200 s->SetOffset(offset);
/haiku/src/add-ons/kernel/partitioning_systems/common/
H A DPartitionMap.h179 void SetOffset(off_t offset) function in class:Partition
H A DPartitionMapWriter.cpp205 partition.SetOffset(logical->Offset());
/haiku/headers/private/kernel/disk_device_manager/
H A DKPartition.h61 void SetOffset(off_t offset);
/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/system/kernel/device_manager/
H A DIORequest.h287 void SetOffset(off_t offset) { fOffset = offset; } function in struct:IORequest
H A Ddevfs.cpp544 request->SetOffset(offset + partition->info.offset);
/haiku/src/tests/servers/app/newerClipping/
H A DDesktop.cpp225 // SetOffset
227 Desktop::SetOffset(int32 x, int32 y) function in class:Desktop
H A Dmain.cpp347 fDesktop->SetOffset(info->window_bounds.left, info->window_bounds.top);
/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A Dwrite_support.cpp1170 primary->SetOffset(validatedOffset);
1464 primary->SetOffset(validatedOffset);
2042 logical->SetOffset(logical->Offset() + diffOffset);
2253 logical->SetOffset(offset);
/haiku/src/add-ons/disk_systems/intel/
H A DPartitionMapAddOn.cpp544 child->SetOffset(offset);
H A DExtendedPartitionAddOn.cpp471 child->SetOffset(offset);
/haiku/src/kits/storage/disk_device/
H A DMutablePartition.cpp50 // SetOffset
52 BMutablePartition::SetOffset(off_t offset) function in class:BMutablePartition
/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
/haiku/src/kits/interface/
H A DGradient.cpp417 // SetOffset
419 BGradient::SetOffset(int32 index, float offset) function in class:BGradient
/haiku/src/libs/icon/style/
H A DGradientTransformable.cpp319 // SetOffset
321 Gradient::SetOffset(int32 index, float offset) function in class:Gradient
/haiku/src/kits/tracker/
H A DTrackerInitialState.cpp231 c.SetOffset(src[i].offset);
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);
/haiku/src/system/kernel/disk_device_manager/
H A DKPartition.cpp391 KPartition::SetOffset(off_t offset) function in class:KPartition
919 child->SetOffset(offset);
H A Dddm_userland_interface.cpp147 partition->SetOffset(partition->Offset() + moveBy);
/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.cpp2820 context.GetCfaCfaRule()->SetOffset(offset);
2887 context.GetCfaCfaRule()->SetOffset(
/haiku/src/kits/storage/
H A DResourceFile.cpp1230 item->SetOffset(itemOffset);

Completed in 230 milliseconds

12