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

12345678910

/haiku/src/apps/terminal/
H A DTermView.cpp492 int32 location = int32(y + fScrollOffset); local
495 if (location < 0)
496 location -= fFontHeight - 1;
498 return location / fFontHeight;
3167 // Add the location of the UTF8 characters
H A DTermWindow.cpp1952 BPoint location = fTabView->ConvertToScreen( local
1954 fSetTabTitleDialog->MoveTo(location);
/haiku/
H A Dconfigure48 <buildtools dir> defines the location of the
70 --sysroot The location of the cross-compiler sysroot,
133 location, run "../../relative/path/to/haiku_source/configure <options>" from
134 within your non-default location. "jam [ options ] targets" can then be run
135 directly inside your non-default location. Another option is to invoke "jam
137 either "export HAIKU_OUTPUT_DIR=your non-default location" before invoking
139 non-default location and running jam.
/haiku/headers/os/interface/
H A DTextView.h317 float _ActualTabWidth(float location) const;
/haiku/src/tests/servers/app/painter/
H A DPainter.cpp266 Painter::SetPenLocation(const BPoint& location) argument
268 fPenLocation = location;
800 // pen location is not transformed in quite the same way,
/haiku/src/kits/tracker/
H A DFindPanel.cpp435 // and the file's location
585 BPoint location; local
592 hadLocation = FSGetPoseLocation(fFile, &location);
635 (hadLocation && keepPoseLocation) ? &location : 0);
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp2079 // get the source location for the address
2094 TRACE_CONTROL(" relative address: %#" B_PRIx64 ", source location: "
2131 // location.
2462 UserBreakpointLocation location(breakpointSetting->GetFunctionID(),
2466 UserBreakpoint* breakpoint = new(std::nothrow) UserBreakpoint(location);
/haiku/src/servers/app/
H A DWindow.cpp472 // source and destination location (note that VisibleContentRegion()
482 // offset to source location again
514 // target location!)
569 // make sure the location of the top view on screen matches ours
1212 Window::SetTabLocation(float location, bool isShifting, BRegion& dirty) argument
1217 return decorator->SetTabLocation(index, location, isShifting, &dirty);
H A DDesktop.cpp290 // previous click location is too far from the new one. We can
1633 Desktop::SetWindowTabLocation(Window* window, float location, bool isShifting) argument
1638 bool changed = window->SetTabLocation(location, isShifting, dirty);
1642 NotifyWindowTabLocationChanged(window, location, isShifting);
2545 // Could not load input_server by signature, try well-known location
3835 // the window was visible before, but its on-screen location changed
/haiku/headers/private/interface/
H A DHaikuControlLook.h229 hash_mark_location location,
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c6311 "%s: rd %u cc %u location %c%s\n",
6312 __func__, reg->regdomain, reg->country, reg->location,
6370 ic->ic_regdomain.location = 'I';
6373 "%s: eeprom rd %u cc %u (mapped rd %u cc %u) location %c%s\n",
6376 ic->ic_regdomain.location, ic->ic_regdomain.ecm ? " ecm" : "");
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex62 at the end of the files. They are completely independent of their location.
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dif_mwl.c4477 ic->ic_regdomain.location = 'I';

Completed in 112 milliseconds

12345678910