Searched refs:Set (Results 101 - 125 of 218) sorted by relevance

123456789

/haiku/src/tests/kits/interface/
H A DCheckBoxTest.cpp116 rect.Set(240, 10, 400, 30);
/haiku/src/tests/kits/opengl/direct_mode/
H A DGLDirectMode.cpp67 windowRect.Set(50, 50, 350, 350);
/haiku/src/tests/servers/app/newClipping/
H A DLayer.cpp17 fOrigin.Set(0.0f, 0.0f);
347 fFrame.Set(fFrame.left, fFrame.top, fFrame.right+dx, fFrame.bottom+dy);
412 // fFrame.Set(fFrame.left+dx, fFrame.top+dy, fFrame.right+dx, fFrame.bottom+dy);
459 fOrigin.Set(fOrigin.x + dx, fOrigin.y + dy);
508 reg.Set(screenFrame);
/haiku/src/apps/resedit/
H A DBitmapView.cpp90 fNoPhotoOffsets[0].Set((Bounds().Width() - fNoPhotoWidths[0]) / 2, totalheight + yoffset);
91 fNoPhotoOffsets[1].Set((Bounds().Width() - fNoPhotoWidths[1]) / 2,
93 fNoPhotoOffsets[2].Set((Bounds().Width() - fNoPhotoWidths[2]) / 2,
95 fNoPhotoOffsets[3].Set((Bounds().Width() - fNoPhotoWidths[3]) / 2,
214 // Set up to decode into memory
H A DImageEditor.cpp23 // Set up the image and the viewer for such
31 imgsize.Set(0, 0, 200, 200);
/haiku/src/tests/libs/alm/
H A DFriendLayout.cpp159 frameRect.Set(100, 100, 300, 300);
/haiku/src/add-ons/network_settings/dialup/
H A DConnectionOptionsAddon.cpp154 rect.Set(0, 0, 200, 300);
/haiku/src/kits/interface/
H A DPolygon.cpp80 fBounds.Set(0.0f, 0.0f, -1.0f, -1.0f);
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 DCheckBox.cpp470 fPreferredSize.Set(B_SIZE_UNSET, B_SIZE_UNSET);
538 fPreferredSize.Set(width, height);
/haiku/src/kits/storage/
H A DNodeInfo.cpp179 bounds.Set(0, 0, 15, 15);
186 bounds.Set(0, 0, 31, 31);
453 bounds.Set(0, 0, 15, 15);
457 bounds.Set(0, 0, 31, 31);
/haiku/src/tests/kits/interface/bregion/
H A DRegionTestcase.cpp145 pointArray[numPoints].Set(floor(xCoord), floor(yCoord));
/haiku/src/kits/tracker/
H A DBackgroundImage.cpp223 destinationBitmapBounds.Set(-overlap, 0,
228 destinationBitmapBounds.Set(0, -overlap,
/haiku/src/bin/screenmode/
H A Dscreenmode.cpp332 status = screenMode.Set(mode);
334 status = screenMode.Set(newMode);
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaWire.cpp146 startFrame.Set(sp.x, sp.y, so.x, so.y);
147 endFrame.Set(ep.x, ep.y, eo.x, eo.y);
/haiku/src/apps/screenshot/
H A DScreenshot.cpp254 fUtility->activeWindowFrame.Set(0, 0, -1, -1);
338 fUtility->tabFrame.Set(0, 0, 0, 0);
/haiku/src/tests/servers/app/newerClipping/
H A DWindowLayer.cpp191 region->Set(BRect(fFrame.left - 4, fFrame.top - 4,
203 fBorderRegion.Set(BRect(fFrame.left - 4, fFrame.top - 20,
873 fContentRegion.Set(fFrame);
/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/add-ons/kernel/network/stack/
H A Dinterfaces.cpp224 return Set(&local, to);
231 return Set(&destination, to);
238 return Set(&mask, to);
371 InterfaceAddress::Set(sockaddr** _address, const sockaddr* to) function in class:InterfaceAddress
382 // Set address
1375 status_t status = InterfaceAddress::Set(_address, newAddress);
1398 InterfaceAddress::Set(&interfaceAddress->destination, NULL);
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp371 r.Set(pointIn.x - CONTROL_POINT_EXTEND, pointIn.y - CONTROL_POINT_EXTEND,
386 r.Set(pointOut.x - CONTROL_POINT_EXTEND, pointOut.y - CONTROL_POINT_EXTEND,
1546 rect.Set(p.x, p.y, p.x, p.y);
1552 rect.Set(pIn.x, pIn.y, pIn.x, pIn.y);
1558 rect.Set(pOut.x, pOut.y, pOut.x, pOut.y);
1562 rect.Set(min4(p.x, pIn.x, pOut.x, pOut.x),
/haiku/src/tests/servers/app/painter/
H A Dmain.cpp67 r.Set(x - 9, y - 9, x + 9, y + 9);
289 b.Set(bounds.left, v * i, bounds.right, v * i);
295 b.Set(h * i, bounds.top, h * i, bounds.bottom);
/haiku/src/preferences/backgrounds/
H A DBackgroundImage.cpp306 destinationBitmapBounds.Set(-overlap, 0,
311 destinationBitmapBounds.Set(0, -overlap,
/haiku/src/servers/app/drawing/
H A DAlphaMask.cpp321 fBounds.Set(0, 0, 0, 0);
422 clipping.Set((clipping_rect)fBounds);
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsListView.cpp104 r.Set(x + r.Width(), rect.top, rect.right - width, rect.bottom);
110 r.Set(rect.left, rect.top, rect.left + width, rect.bottom);
/haiku/src/preferences/screen/
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

Completed in 182 milliseconds

123456789