Searched refs:location (Results 151 - 175 of 238) sorted by relevance

12345678910

/haiku/src/apps/debuganalyzer/gui/chart/
H A DLegendChartAxis.cpp160 LegendChartAxis::SetLocation(ChartAxisLocation location) argument
162 if (location != fLocation) {
163 fLocation = location;
/haiku/headers/os/storage/
H A DAppFileInfo.h109 void SetInfoLocation(info_location location);
/haiku/src/servers/app/stackandtile/
H A DStackAndTile.h80 float location, bool isShifting);
/haiku/headers/private/debugger/value/value_nodes/
H A DBMessageValueNode.h50 ValueLocation& location) const;
/haiku/src/servers/package/
H A DVolume.h32 // location info request (HandleGetLocationInfoRequest()).
134 BPackageInstallationLocation location,
/haiku/src/servers/app/decorator/
H A DTabDecorator.h105 float location, bool isShifting,
H A DDecorator.h165 bool SetTabLocation(int32 tab, float location,
168 /*! \return true if tab location updated, false if out of
245 float location, bool isShifting,
/haiku/src/add-ons/kernel/partitioning_systems/common/
H A DPartitionMap.cpp221 is_inside_partitions(off_t location, const Partition** partitions, int32 count) argument
231 if (location >= midPartition->Offset() + midPartition->Size())
237 result = (location >= partition->Offset() &&
238 location < partition->Offset() + partition->Size());
865 // 2. check overlapping of partitions and location of partition tables
/haiku/src/servers/app/
H A DDrawState.h133 void SetPenLocation(BPoint location);
H A DDesktopListener.cpp260 float location, bool isShifting)
268 listener->WindowTabLocationChanged(window, location, isShifting);
259 NotifyWindowTabLocationChanged(Window* window, float location, bool isShifting) argument
H A DPictureBoundingBoxPlayer.cpp415 BPoint location = state->GetDrawState()->PenLocation(); local
417 state->PenToLocalTransform().Apply(&location);
418 rect.OffsetBy(location);
421 state->PenToLocalTransform().Apply(&location);
422 state->GetDrawState()->SetPenLocation(location);
534 TRACE_BB("%p set pen location %.2f %.2f\n", _state, pt.x, pt.y);
H A DServerWindow.cpp1061 // 1) BPoint mouse location
1701 BPoint location; local
1702 if (link.Read<BPoint>(&location) != B_OK)
1707 fCurrentView->Name(), location.x, location.y));
1709 fCurrentView->CurrentState()->SetPenLocation(location);
1714 BPoint location = fCurrentView->CurrentState()->PenLocation(); local
1718 fCurrentView->Name(), location.x, location.y));
1721 fLink.Attach<BPoint>(location);
3271 BPoint location; local
[all...]
/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.cpp375 TextDocumentView::SetCaret(BPoint location, bool extendSelection) argument
380 location.x -= fInsetLeft;
381 location.y -= fInsetTop;
383 fTextEditor->SetCaret(location, extendSelection);
/haiku/src/apps/haikudepot/packagemodel/
H A DPackageInfo.h106 void AddInstallationLocation(int32 location);
/haiku/src/add-ons/kernel/file_systems/iso9660/
H A Diso9660_identify.cpp110 uint32 location; member in struct:iso9660_directory_record
338 TRACE(("%s location: %d\n", indent,
339 (int)B_LENDIAN_TO_HOST_INT32(record->location)));
/haiku/src/kits/interface/textview_support/
H A DUndoBuffer.cpp196 int32 runArrayLen, int32 location, bool internalDrop)
203 fDropLocation = location;
194 DropUndoBuffer(BTextView* textView, char const* text, int32 textLen, text_run_array* runArray, int32 runArrayLen, int32 location, bool internalDrop) argument
/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DSliderTest.cpp81 location)
83 fLocation(location)
80 HashMarkLocationRadioButton(const char* label, enum hash_mark_location location) argument
/haiku/src/bin/pkgman/
H A DPackageManager.cpp36 PackageManager::PackageManager(BPackageInstallationLocation location, argument
39 BPackageManager(location, &fClientInstallationInterface, this),
/haiku/src/kits/debugger/model/
H A DTeam.cpp628 const SourceLocation& location, Statement*& _statement)
631 B_PRId32 "))\n", sourceCode, location.Line(), location.Column());
635 Statement* statement = code->StatementAtLocation(location);
650 // get the function at the source location
652 location);
665 ->GetStatementAtSourceLocation(functionDebugInfo, location, _statement);
627 GetStatementAtSourceLocation(SourceCode* sourceCode, const SourceLocation& location, Statement*& _statement) argument
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.cpp451 extent_address::extent_address(uint32 location, uint32 length) argument
453 set_location(location);
462 PRINT(("location: %" B_PRIu32 "\n", location()));
522 PRINT(("location: %" B_PRIu32 "\n", location()));
527 verifies the tag's location on the medium.
538 \param block The block location of this descriptor as taken from the
541 location, not the mapped physical disk block.
548 DEBUG_INIT_ETC("descriptor_tag", ("location
[all...]
/haiku/src/kits/interface/
H A DMenu.cpp2036 BPoint location; local
2039 GetMouse(&location, &buttons);
2052 BPoint screenLocation = ConvertToScreen(location);
2114 } else if ((item = _HitTestItems(location, B_ORIGIN)) != NULL) {
2115 _UpdateStateOpenSelect(item, location, navAreaRectAbove,
2149 _UpdateStateClose(item, location, buttons);
2154 BPoint newLocation = location;
2165 } while (newLocation == location && newButtons == buttons
2170 if (newLocation != location || newButtons != buttons) {
2173 location
2931 _OverSuper(BPoint location) argument
[all...]
/haiku/src/add-ons/kernel/drivers/audio/hda/
H A Dhda_codec.cpp133 get_widget_location(uint32 location) argument
135 switch (location >> 4) {
138 switch (location & 0xf) {
159 switch (location & 0xf) {
168 switch (location & 0xf) {
856 const char* location = local
860 location ? location : "",
861 location ? " " : "",
/haiku/src/tests/system/kernel/slab/
H A DSlab.h139 ObjectInfo location = fStrategy.ObjectInformation(object); local
141 if (BaseCache::ReturnObject(location))
142 fStrategy.ReturnSlab(location.first);
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DInode.cpp440 * Basically, make a link between name and its node (location)
476 directoryEntry->location.SetObjectID(fID);
477 directoryEntry->location.SetType(BTRFS_KEY_TYPE_INODE_ITEM);
478 directoryEntry->location.SetOffset(0);
/haiku/src/apps/haikudepot/packagemanagement/
H A DPackageManager.cpp111 PackageManager::PackageManager(BPackageInstallationLocation location) argument
113 BPackageManager(location, &fClientInstallationInterface, this),

Completed in 294 milliseconds

12345678910