Searched refs:Set (Results 176 - 200 of 218) sorted by relevance

123456789

/haiku/src/libs/print/libprint/
H A DGraphicsDriver.cpp178 rect.Set(0, 0, fBandWidth - 1, fBandHeight - 1);
465 region->Set(clip);
H A DPreview.cpp364 fScrollStart.Set(0.0, 0.0);
/haiku/src/apps/mail/
H A DMailApp.cpp130 fMailWindowFrame.Set(0, 0, 0, 0);
1120 r.Set(40 * fontFactor, 40 * fontFactor, fontFactor * (40 + WIND_WIDTH),
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dmwlreg.h929 uint32_t Set; member in struct:__anon68
1335 uint32_t Set; member in struct:__anon110
1360 uint16_t Action; /* 0: Get. 1:Set */
/haiku/src/kits/tracker/
H A DModel.cpp1443 rect.Set(0, 0, B_MINI_ICON - 1, B_MINI_ICON - 1);
1445 rect.Set(0, 0, B_LARGE_ICON - 1, B_LARGE_ICON - 1);
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 DUtilities.cpp439 newClip.Set(clipRect);
629 newClip.Set(clipRect);
/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/add-ons/translators/ico/
H A DICO.cpp636 bitsHeader.bounds.Set(0, 0, entry.width - 1, entry.height - 1);
/haiku/src/tests/servers/app/newerClipping/
H A DViewLayer.cpp720 fLocalClipping.Set(Bounds());
/haiku/src/kits/interface/
H A DPrintJob.cpp527 region.Set(BRect(rect.left, rect.top, rect.right, rect.bottom));
H A DMenuBar.cpp251 fLastBounds->Set(0, 0, newWidth, newHeight);
H A DSlider.cpp239 fMinSize.Set(-1, -1);
1584 fMinSize.Set(-1, -1);
H A DView.cpp133 pen_location.Set(0, 0);
157 origin.Set(0, 0);
175 parent_composite_origin.Set(0, 0);
1666 _location->Set(0, 0);
1851 fState->origin.Set(0, 0);
3007 region->Set(fState->print_rect);
5848 fParentOffset.Set(frame.left, frame.top);
6134 fParentOffset.Set(x, y);
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
/haiku/src/servers/media/
H A DDefaultManager.cpp226 DefaultManager::Set(media_node_id node_id, const char *input_name, function in class:DefaultManager
230 TRACE("DefaultManager::Set type : %i, node : %li, input : %li\n", type,
263 ERROR("DefaultManager::Set Error: called with unknown type %d\n",
/haiku/src/kits/shared/
H A DDateTimeEdit.cpp980 fUpRect.Set(bounds.left + 3, bounds.top + 2, bounds.right,
/haiku/src/kits/tracker/infowindow/
H A DHeaderView.cpp255 // Set the low color for anti-aliasing
422 newClip.Set(clipRect);
624 = new BMenuItem(B_TRANSLATE("Set new link target"),
/haiku/src/apps/icon-o-matic/
H A DCanvasView.cpp439 fDirtyIconArea.Set(LONG_MAX, LONG_MAX, LONG_MIN, LONG_MIN);
/haiku/src/servers/app/
H A DDrawState.cpp491 rect.Set(points[0].x, points[0].y, points[1].x, points[1].y);
/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/servers/notification/
H A DNotificationView.cpp276 iconRect.Set(ix, iy, ix + fIconSize - 1.0, iy + fIconSize - 1.0);
/haiku/src/apps/charactermap/
H A DCharacterView.cpp645 _frame->Set(startX + pos * (fCharacterWidth + fGap),
/haiku/src/servers/app/drawing/
H A DDrawingEngine.cpp107 fDirty.Set(bounds);
155 fDirty.Set(rect);
/haiku/src/libs/icon/
H A DIconUtils.cpp545 bounds.Set(0, 0, B_MINI_ICON - 1, B_MINI_ICON - 1);
552 bounds.Set(0, 0, B_LARGE_ICON - 1, B_LARGE_ICON - 1);

Completed in 262 milliseconds

123456789