Searched refs:Set (Results 126 - 150 of 218) sorted by relevance

123456789

/haiku/src/apps/pulse/
H A DNormalPulseView.cpp64 // Set up the CPU activity bars and buttons
73 r.Set(cpuLeft, CPUBUTTON_MTOP + ITEM_OFFSET * x,
301 // Set the value of each CPU bar
303 fProgressBars[x]->Set((int32)max_c(0, cpu_times[x] * 100));
H A DPrefs.cpp64 r.Set(100, 100, 415, 329);
/haiku/src/tests/kits/interface/menu/menuworld/
H A DMenuWindow.cpp90 boxFrame.Set(menuViewRect.left - 2,
/haiku/src/tests/servers/app/playground/
H A DStates.cpp52 fClickOffset.Set(0.0, 0.0);
/haiku/src/apps/mediaconverter/
H A DMediaFileInfoView.cpp211 fMinSize.Set(0, 0);
/haiku/src/build/libbe/storage/
H A DAppFileInfo.cpp699 bounds.Set(0, 0, 15, 15);
705 bounds.Set(0, 0, 31, 31);
804 bounds.Set(0, 0, 15, 15);
812 bounds.Set(0, 0, 31, 31);
/haiku/src/apps/networkstatus/
H A DRadioView.cpp197 center.Set(roundf(bounds.Width() / 2), bounds.bottom);
/haiku/src/kits/interface/
H A DChannelSlider.cpp553 leftTop.Set(area.left + hCenter, area.top + vCenter);
554 bottomRight.Set(leftTop.x, leftTop.y + ThumbRangeFor(channel));
556 leftTop.Set(area.left, area.top + vCenter);
557 bottomRight.Set(area.left + ThumbRangeFor(channel), leftTop.y);
H A DMenu.cpp1341 fPad.Set(left, top, right, bottom);
2259 navAreaRectAbove.Set(position.x + NAV_AREA_THRESHOLD,
2262 navAreaRectBelow.Set(position.x + NAV_AREA_THRESHOLD,
2266 navAreaRectAbove.Set(menuBounds.left,
2269 navAreaRectBelow.Set(menuBounds.left,
2620 frame.Set(0, 0, overrideFrame->right, -1);
2622 frame.Set(0, 0, 0, -1);
2707 frame.Set(0.0f, 0.0f, 0.0f, ceilf(fh.ascent + fh.descent + fPad.top
2740 frame.Set(0, 0, 0, 0);
2757 fLayoutData->preferred.Set(B_SIZE_UNSE
[all...]
H A DButton.cpp620 fPreferredSize.Set(-1, -1);
689 fPreferredSize.Set(width, height);
/haiku/src/add-ons/kernel/network/stack/
H A Dinterfaces.h59 static status_t Set(sockaddr** _address, const sockaddr* to);
/haiku/src/kits/storage/
H A DAppFileInfo.cpp697 bounds.Set(0, 0, 15, 15);
703 bounds.Set(0, 0, 31, 31);
802 bounds.Set(0, 0, 15, 15);
810 bounds.Set(0, 0, 31, 31);
/haiku/src/servers/app/
H A DScreenConfigurations.cpp106 ScreenConfigurations::Set(int32 id, const monitor_info* info, function in class:ScreenConfigurations
H A DServerFont.cpp262 fBounds.Set(0, -1, 0, -1);
302 fBounds.Set(0, -1, 0, -1);
329 fBounds.Set(0, -1, 0, -1);
370 fBounds.Set(0, -1, 0, -1);
/haiku/src/add-ons/network_settings/dialup/
H A DIPCPAddon.cpp224 rect.Set(0, 0, 200, 300);
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaJack.cpp458 p.Set(0.0, Frame().Height() / 2.0 - 2.0);
536 p.Set(targetRect.right - 4.0, Frame().Height() / 2.0 - 2.0);
614 p.Set(Frame().Width() / 2.0 - 2.0, 0.0);
673 p.Set(Frame().Width() / 2.0 - 2.0, targetRect.bottom - 4.0);
/haiku/src/add-ons/input_server/devices/keyboard/
H A DTeamListItem.cpp88 iconFrame.Set(iconFrame.left, iconFrame.top + 1,
/haiku/src/kits/tracker/
H A DCountView.cpp274 region.Set(BarberPoleInnerRect());
H A DDraggableContainerIcon.cpp137 newClip.Set(clipRect);
H A DViewState.cpp452 fListOrigin.Set(0, 0);
453 fIconOrigin.Set(0, 0);
/haiku/headers/private/system/arch/riscv64/
H A Darch_cpu_defs.h175 static B_ALWAYS_INLINE void Set##Name(uint64 x) { \
/haiku/src/apps/magnify/
H A DMagnify.cpp1105 invalRect.Set(10, 5, 10 + StringWidth(fInfoStr), fFontHeight+7);
1121 invalRect.Set(10, fFontHeight+7, 10 + StringWidth(fRGBStr), fFontHeight*2+7);
1141 invalRect.Set(10, h-12-fFontHeight, 10 + StringWidth(fCH2Str), h-10);
1154 invalRect.Set(10, h-10-2*fFontHeight-2, 10 + StringWidth(fCH1Str), h-10-fFontHeight);
1164 invalRect.Set(10, h-10-fFontHeight, 10 + StringWidth(fCH1Str), h-8);
2096 selRect.Set(x, y,x+squareSize, y+squareSize);
2118 selRect.Set(x, y,x+squareSize, y+squareSize);
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.cpp482 tri1.Set(r.left + 3, floorf((r.top + r.bottom) / 2));
483 tri2.Set(r.right - 4, r.top + 4);
484 tri3.Set(r.right - 4, r.bottom - 4);
489 tri1.Set(r.left + 4, r.bottom - 4);
490 tri2.Set(r.left + 4, r.top + 4);
491 tri3.Set(r.right - 3, floorf((r.top + r.bottom) / 2));
495 tri1.Set(r.left + 4, r.bottom - 4);
496 tri2.Set(floorf((r.left + r.right) / 2), r.top + 3);
497 tri3.Set(r.right - 4, r.bottom - 4);
501 tri1.Set(
[all...]
/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScrollView.cpp626 // Set transparent view color -- our area is completely covered by
754 dataRect.Set(0.0, 0.0, 0.0, 0.0);
755 visibleBounds.Set(0.0, 0.0, 0.0, 0.0);
/haiku/src/apps/drivesetup/
H A DPartitionList.cpp120 r.Set(x + r.Width(), rect.top, rect.right - width, rect.bottom);
126 r.Set(rect.left, rect.top, rect.left + width, rect.bottom);

Completed in 155 milliseconds

123456789