Searched refs:Set (Results 151 - 175 of 218) sorted by last modified time

123456789

/haiku/src/tests/libs/alm/
H A DFriendLayout.cpp159 frameRect.Set(100, 100, 300, 300);
/haiku/src/libs/print/libprint/
H A DHalftoneView.cpp158 r.Set(0, 0, size, fh.ascent + fh.descent);
164 r.Set(0, 0, size, fh.ascent + fh.descent);
171 r.Set(0, 0, size, fh.ascent + fh.descent);
178 r.Set(0, 0, size, fh.ascent + fh.descent);
H A DAboutBox.cpp64 rect.Set(110, 50, 175, 55);
106 rect.Set(100, 80, 400, 170);
/haiku/src/apps/login/
H A DLoginView.cpp54 r.Set(CSEP, CSEP, LW, Bounds().Height() - 3 * CSEP - BH);
62 r.Set(LW + 30, Bounds().top + CSEP,
/haiku/src/tests/servers/app/unit_tests/
H A DSimpleTransformTest.cpp25 point.Set(0.0, 0.0);
166 points[0].Set(10.0, 20.0);
167 points[1].Set(30.0, 40.0);
168 points[2].Set(50.0, 60.0);
183 rects[0].Set( 5.0, 10.0, 15.0, 20.0);
184 rects[1].Set(15.0, 20.0, 25.0, 30.0);
185 rects[2].Set(25.0, 30.0, 35.0, 40.0);
/haiku/headers/os/interface/
H A DPoint.h25 void Set(float x, float y);
82 BPoint::Set(float x, float y) function in class:BPoint
H A DRegion.h37 void Set(BRect rect);
38 void Set(clipping_rect clipping);
H A DRect.h31 void Set(float left, float top, float right,
197 BRect::Set(float left, float top, float right, float bottom) function in class:BRect
/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/kits/interface/
H A DSplitLayout.cpp1140 previousInfo->layoutFrame.Set(
1148 nextInfo->layoutFrame.Set(
1161 previousInfo->layoutFrame.Set(
1169 nextInfo->layoutFrame.Set(
H A DViewPort.cpp171 fMin.Set(-1, -1);
172 fMax.Set(B_SIZE_UNLIMITED, B_SIZE_UNLIMITED);
173 fPreferred.Set(20, 20);
/haiku/src/servers/media/
H A DDefaultManager.h38 status_t Set(media_node_id nodeid,
/haiku/src/preferences/backgrounds/
H A DBackgroundImage.cpp306 destinationBitmapBounds.Set(-overlap, 0,
311 destinationBitmapBounds.Set(0, -overlap,
/haiku/src/apps/pulse/
H A DPrefs.cpp64 r.Set(100, 100, 415, 329);
H A DProgressBar.h28 void Set(int32 value);
/haiku/src/kits/tracker/
H A DBackgroundImage.cpp223 destinationBitmapBounds.Set(-overlap, 0,
228 destinationBitmapBounds.Set(0, -overlap,
/haiku/src/tests/kits/device/stickit_BJoystick/
H A DJoystickWindow.cpp51 // Set up the controls
129 curHatRect.Set(r.left, r.top, r.left+10, r.top+10);
142 r.Set(200, 50, 350, 200);
158 r.Set(200, 220, 350, 234);
227 rect.Set(130, 50, 195, 64);
236 rect.Set(130, 200, 195, 234);
242 fLastHatRect.Set(0, 0, 0, 0);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelFileSystem.cpp293 fCapabilities.Set(FS_CAPABILITY_MOUNT, fFSModule->mount);
304 capabilities.Set(FS_VNODE_CAPABILITY_LOOKUP, ops->lookup);
305 capabilities.Set(FS_VNODE_CAPABILITY_GET_VNODE_NAME, ops->get_vnode_name);
306 capabilities.Set(FS_VNODE_CAPABILITY_PUT_VNODE, ops->put_vnode);
307 capabilities.Set(FS_VNODE_CAPABILITY_REMOVE_VNODE, ops->remove_vnode);
310 capabilities.Set(FS_VNODE_CAPABILITY_IO, ops->io);
311 capabilities.Set(FS_VNODE_CAPABILITY_CANCEL_IO, ops->cancel_io);
314 capabilities.Set(FS_VNODE_CAPABILITY_GET_FILE_MAP, ops->get_file_map);
317 capabilities.Set(FS_VNODE_CAPABILITY_IOCTL, ops->ioctl);
318 capabilities.Set(FS_VNODE_CAPABILITY_SET_FLAG
[all...]
/haiku/src/kits/game/
H A DDirectWindow.cpp145 region.Set(info.window_bounds);
/haiku/src/tests/kits/interface/balert/
H A DAlertTest.cpp372 ti.topleft.Set(55.0f, 6.0f);
378 bi.topleft.Set(229.0f, 28.0f);
401 ti.topleft.Set(55.0f, 6.0f);
407 bi.topleft.Set(229.0f, 28.0f);
430 ti.topleft.Set(55.0f, 6.0f);
436 bi.topleft.Set(229.0f, 41.0f);
459 ti.topleft.Set(55.0f, 6.0f);
465 bi.topleft.Set(144.0f, 41.0f);
488 ti.topleft.Set(55.0f, 6.0f);
494 bi.topleft.Set(59.
[all...]
/haiku/src/apps/mediaconverter/
H A DMediaFileInfoView.cpp211 fMinSize.Set(0, 0);
/haiku/src/tests/kits/game/chart/
H A DChartWindow.h147 void Set(const float alpha, const float theta, const float phi);
205 void Set(setting *master);
320 /* Set the basic clipping of the offscreen Bitmap (everything
/haiku/src/servers/app/
H A DIntRect.h33 void Set(int32 l, int32 t, int32 r, int32 b);
184 IntRect::Set(int32 l, int32 t, int32 r, int32 b) function in class:IntRect
/haiku/src/tests/add-ons/print/pdf/bezierbounds/
H A DBBApp.cpp45 aRect.Set(0, menubar->Bounds().Height()+1, aRect.Width(), aRect.Height());
98 aRect.Set(100, 80, 410, 380);
/haiku/src/tests/add-ons/print/pdf/linepathbuilder/
H A DLPBApp.cpp45 aRect.Set(0, menubar->Bounds().Height()+1, aRect.Width(), aRect.Height());
98 aRect.Set(100, 80, 410, 380);

Completed in 130 milliseconds

123456789