Searched refs:Set (Results 1 - 25 of 218) sorted by last modified time

123456789

/haiku/src/apps/charactermap/
H A DCharacterView.cpp645 _frame->Set(startX + pos * (fCharacterWidth + fGap),
/haiku/src/preferences/screen/
H A DScreenWindow.cpp230 fMonitorView->SetToolTip(B_TRANSLATE("Set background" B_UTF8_ELLIPSIS));
965 // Set the max values enabling/disabling the up/down arrows
1429 status_t status = fScreenMode.Set(fSelected);
H A DScreenMode.cpp209 ScreenMode::Set(const screen_mode& mode, int32 workspace) function in class:ScreenMode
274 ScreenMode::Set(const display_mode& mode, int32 workspace) function in class:ScreenMode
/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));
/haiku/src/apps/poorman/
H A DPoorManWindow.cpp71 fSetwindowFrame.Set(112.0f, 60.0f, 492.0f, 340.0f);
624 fFrame.Set(82.0f, 30.0f, 400.0f, 350.0f);
626 fSetwindowFrame.Set(112.0f, 60.0f, 492.0f, 340.0f);
/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);
/haiku/src/kits/interface/
H A DHaikuControlLook.cpp1035 tri1.Set(rect.right, rect.top);
1036 tri2.Set(rect.right - rect.Width() / 1.33,
1038 tri3.Set(rect.right, rect.bottom + 1);
1041 tri1.Set(rect.left + 1, rect.bottom + 1);
1042 tri2.Set(rect.left + 1 + rect.Width() / 1.33,
1044 tri3.Set(rect.left + 1, rect.top);
1047 tri1.Set(rect.left, rect.bottom);
1048 tri2.Set((rect.left + rect.right + 1) / 2,
1050 tri3.Set(rect.right + 1, rect.bottom);
1054 tri1.Set(rec
[all...]
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 DListView.cpp660 fTrack->drag_start.Set(INT32_MAX, INT32_MAX);
H A DTextView.cpp338 rect.Set(0, 0, 0, 0);
2978 // Set family and style independently from each other, so that
4563 newClip.Set(clipRect);
4621 // Set this to -1 so the next iteration will use the line offset
5429 Set font rotation to 0, removes any font flag, set font spacing
H A DColumnListView.cpp2439 _rect->Set(leftEdge, 0, leftEdge + column->Width(),
2934 fSelectedColumnRect.Set(leftEdge, 0, rightEdge,
2956 fSelectedColumnRect.Set(leftEdge, 0, rightEdge,
3053 // Set up the invalid rect to include the rect for the previous
3771 fLatchRect.Set(leftWidgetBoundry, rowTop, leftWidgetBoundry
4700 _rect->Set(fVisibleRect.left, line, fVisibleRect.right,
4719 _rect->Set(fVisibleRect.left, line, fVisibleRect.right,
4765 // Set items not selected
H A DColorControl.cpp207 fPaletteFrame.Set(0, 0, fColumns * fCellSize, fRows * fCellSize);
302 // Set the value here, since BTextControl will trigger
/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/kits/tracker/
H A DUtilities.cpp439 newClip.Set(clipRect);
629 newClip.Set(clipRect);
H A DPoseView.h1136 fExtent.Set(INT32_MAX, INT32_MAX, INT32_MIN, INT32_MIN);
H A DPoseView.cpp1060 grid->Set(IconSizeInt() * 6, ceilf(IconSizeInt() * 1.25f));
1061 offset->Set(ceilf(IconSizeInt() * 0.6f), ceilf(IconSizeInt() * 0.3f));
1068 grid->Set(IconSizeInt() + gridOffset, IconSizeInt() + gridOffset);
1069 offset->Set(offsetValue, offsetValue);
1076 grid->Set(0, 0);
1077 offset->Set(labelSpacing - 1, labelSpacing - 1);
5989 location.Set(0, index * fListElemHeight);
7257 fSelectionRectInfo.rect.Set(0, 0, -1, -1);
7260 fSelectionRectInfo.rect.Set(0, 0, -1, -1);
7550 fLastClickPoint.Set(INT32_MA
[all...]
H A DDraggableContainerIcon.cpp137 newClip.Set(clipRect);
/haiku/src/servers/notification/
H A DNotificationView.cpp276 iconRect.Set(ix, iy, ix + fIconSize - 1.0, iy + fIconSize - 1.0);
/haiku/src/servers/app/
H A DWindow.cpp902 \param _clickTarget Set by the method to a value identifying the clicked
2010 fContentRegion.Set(fFrame);
H A DView.cpp269 dirty.Set((clipping_rect)clippedFrame);
323 dirty.Set((clipping_rect)clippedFrame);
647 region->Set(oldVisibleBounds & newVisibleBounds);
650 region->Set(oldVisibleBounds);
694 dirty->Set((clipping_rect)Bounds());
806 copyRegion->Set((clipping_rect)stillVisibleBounds);
814 dirty->Set((clipping_rect)oldBounds);
841 src.Set(points[0].x, points[0].y, points[1].x, points[1].y);
842 dst.Set(points[2].x, points[2].y, points[3].x, points[3].y);
880 copyRegion->Set((clipping_rec
[all...]
H A DDesktop.cpp212 STRACE(("Set Workspace %" B_PRId32 "\n", key - 1));
770 // Set the new one
798 fWorkspaces[workspace].CurrentScreenConfiguration().Set(id,
801 fWorkspaces[workspace].StoredScreenConfiguration().Set(id,
936 fWorkspaces[0].StoredScreenConfiguration().Set(id,
3604 fScreenRegion.Set(screen->Frame());
3892 // Set new focus, but keep focus to a floating window if still visible
/haiku/src/apps/haikudepot/ui/
H A DPackageListView.cpp403 r.Set(x + r.Width(), rect.top, rect.right - width, rect.bottom);
409 r.Set(rect.left, rect.top, rect.left + width, rect.bottom);
/haiku/src/kits/tracker/infowindow/
H A DGeneralInfoView.cpp189 // Set view color to standard background grey
194 fSizeRect.Set(0, 0, 0, 0);
818 // Set the low color for anti-aliasing
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.cpp118 void Set(size_t index, bool set);
172 fVisited.Set(offset / fNodeSize, true);
187 fVisitedFragment.Set(offset / fNodeSize, true);
3056 BitmapArray::Set(size_t index, bool set) function in class:BFS::BitmapArray
/haiku/src/apps/people/
H A DPeopleApp.cpp79 fPosition.Set(6, TITLE_BAR_HEIGHT, 6 + WIND_WIDTH,

Completed in 270 milliseconds

123456789