Searched refs:location (Results 1 - 25 of 238) sorted by last modified time

12345678910

/haiku/src/servers/app/font/
H A DFontStyle.h141 void SetFontData(FT_Byte* location, uint32 size);
H A DFontStyle.cpp273 FontStyle::SetFontData(FT_Byte* location, uint32 size) argument
280 fFontData = location;
/haiku/src/apps/softwareupdater/
H A DUpdateManager.cpp42 UpdateManager::UpdateManager(BPackageInstallationLocation location, argument
45 BPackageManager(location, &fClientInstallationInterface, this),
/haiku/src/apps/mediaplayer/
H A DController.cpp905 Controller::GetLocation(BString* location) argument
910 *location = fItem->LocationURI();
/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/bin/pkgman/
H A DPackageManager.cpp36 PackageManager::PackageManager(BPackageInstallationLocation location, argument
39 BPackageManager(location, &fClientInstallationInterface, this),
H A DPackageManager.h30 BPackageInstallationLocation location,
/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/system/runtime_loader/
H A Delf.cpp829 void* location = (void*)(symbol->st_value local
840 patch_defined_symbol(image, symbolName, &location, &type);
845 *_location = location;
890 addr_t location = symbol->st_value + image->regions[0].delta; local
892 if (location <= (addr_t)address && location >= foundLocation) {
894 foundLocation = location;
897 if (location + symbol->st_size > (addr_t)address) {
/haiku/src/apps/terminal/
H A DTermWindow.cpp1952 BPoint location = fTabView->ConvertToScreen( local
1954 fSetTabTitleDialog->MoveTo(location);
/haiku/src/servers/app/
H A DServerFont.h179 void SetFontData(FT_Byte* location, uint32 size);
H A DWindow.h240 bool SetTabLocation(float location, bool isShifting,
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 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/kits/tracker/
H A DTextWidget.cpp648 BPoint location; local
649 location.y = textRect.bottom - view->FontInfo().descent;
650 location.x = textRect.left + 1;
679 drawView->DrawString(fittingText, location);
686 drawView->DrawString(fittingText, location);
699 drawView->DrawString(fittingText, location);
707 drawView->DrawString(fittingText, location + BPoint(1, 1));
714 drawView->DrawString(fittingText, location);
H A DPoseView.cpp1952 // set location from poseinfo if saved loc was for this dir
3003 // location values not realistic, probably screwed up, force reset
3148 // this icon has a location, but needs to be remapped, because
3153 // The pose location is still changed in view coordinates,
3179 // reset hint and arrange poses which DO NOT have a location yet
3355 BPoint location; local
3358 if (message->FindPoint("be:invoke_origin", &location) == B_OK) {
3361 location = ConvertFromScreen(location);
3365 GetMouse(&location,
5981 BPoint location; local
9904 BPoint location; local
[all...]
H A DPose.h141 BPoint location) const;
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/interface/
H A DHaikuControlLook.cpp1519 hash_mark_location location, uint32 flags, orientation orientation)
1548 if (location & B_HASH_MARKS_TOP) {
1576 if ((location & B_HASH_MARKS_BOTTOM) != 0) {
2369 BPoint location(alignedRect.LeftTop());
2371 location.y += ceilf((height - icon->Bounds().Height() - 1) / 2);
2375 view->DrawBitmap(icon, location);
2379 BPoint location(alignedRect.left + textOffset,
2382 location.y += ceilf((height - textHeight) / 2);
2384 DrawLabel(view, truncatedLabel.String(), base, flags, location, textColor);
1517 DrawSliderHashMarks(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, int32 count, hash_mark_location location, uint32 flags, orientation orientation) argument
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/control_look/BeControlLook/
H A DBeControlLook.cpp1260 hash_mark_location location, uint32 flags, orientation orientation)
1289 if (location & B_HASH_MARKS_TOP) {
1317 if ((location & B_HASH_MARKS_BOTTOM) != 0) {
2372 BPoint location(alignedRect.LeftTop());
2374 location.y += ceilf((height - icon->Bounds().Height() - 1) / 2);
2377 view->DrawBitmap(icon, location);
2381 BPoint location(alignedRect.left + textOffset,
2384 location.y += ceilf((height - textHeight) / 2);
2388 float x = location.x;
2389 float y = location
1258 DrawSliderHashMarks(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, int32 count, hash_mark_location location, uint32 flags, orientation orientation) argument
[all...]
/haiku/src/servers/notification/
H A DNotificationView.cpp290 Bounds().Width() - l->location.x);
291 DrawString(text.String(), text.Length(), l->location);
476 titleLine->location = BPoint(iconRight + kEdgePadding, y);
507 line->location = BPoint(iconRight + kEdgePadding, y);
522 line->location.y += fontHeight;
/haiku/src/servers/package/
H A DVolume.cpp370 BPackageInstallationLocation location = Location(); local
373 error = CreateTransaction(location, transaction,
787 Volume::CreateTransaction(BPackageInstallationLocation location, argument
814 error = _transaction.SetTo(location, fChangeCount, directoryName);
1365 && message.AddInt32("location", (int32)Location()) == B_OK
/haiku/src/apps/haikudepot/packagemodel/
H A DPackageInfo.h106 void AddInstallationLocation(int32 location);
H A DPackageInfo.cpp356 PackageInfo::AddInstallationLocation(int32 location) argument
358 fInstallationLocations.insert(location);

Completed in 405 milliseconds

12345678910