Searched refs:Set (Results 51 - 75 of 218) sorted by relevance

123456789

/haiku/src/apps/pulse/
H A DProgressBar.cpp24 segments[counter].rect.Set(r.left + (counter * 7), r.top,
84 ProgressBar::Set(int32 value) function in class:ProgressBar
114 start.Set(left, bounds.top);
115 end.Set(left, bounds.bottom);
/haiku/src/apps/autoraise/
H A Dsettings.cpp5 void AutoRaiseSettings::Set##_name(_type value)\
/haiku/src/libs/gnu/
H A Dxattr.cpp133 int Set(const char* attribute, int flags, const void* buffer, size_t size) function in struct:__anon7::Node
308 return Node(path, true).Set(attribute, flags, buffer, size);
316 return Node(path, false).Set(attribute, flags, buffer, size);
324 return Node(fd).Set(attribute, flags, buffer, size);
/haiku/src/apps/processcontroller/
H A DPCWindow.cpp51 rect.Set(0, 0, width - 1, 15);
/haiku/src/kits/shared/
H A DBarberPole.cpp261 stripePoints[0].Set(fStripeWidth * 0.5, 0.0); // top left
262 stripePoints[1].Set(fStripeWidth * 1.5, 0.0); // top right
263 stripePoints[2].Set(fStripeWidth, height); // bottom right
264 stripePoints[3].Set(0.0, height); // bottom left
/haiku/src/servers/app/
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...]
/haiku/src/libs/alm/
H A DArea.cpp316 fLeftTopInset.Set(insets, insets);
317 fRightBottomInset.Set(insets, insets);
330 fLeftTopInset.Set(horizontal, horizontal);
331 fRightBottomInset.Set(vertical, vertical);
348 fLeftTopInset.Set(left, top);
349 fRightBottomInset.Set(right, bottom);
/haiku/src/build/libbe/storage/
H A DNodeInfo.cpp231 bounds.Set(0, 0, 15, 15);
237 bounds.Set(0, 0, 31, 31);
327 bounds.Set(0, 0, 15, 15);
333 bounds.Set(0, 0, 31, 31);
604 bounds.Set(0, 0, 15, 15);
607 bounds.Set(0, 0, 31, 31);
/haiku/src/tests/servers/app/bitmap_drawing/
H A Dmain.cpp302 fBitmapRect.Set(fBitmapRect.left + offset.x,
308 fBitmapRect.Set(fBitmapRect.left,
314 fBitmapRect.Set(fBitmapRect.left + offset.x,
320 fBitmapRect.Set(fBitmapRect.left,
326 fBitmapRect.Set(fBitmapRect.left + offset.x,
332 fBitmapRect.Set(fBitmapRect.left,
338 fBitmapRect.Set(fBitmapRect.left,
344 fBitmapRect.Set(fBitmapRect.left,
/haiku/src/add-ons/screen_savers/butterfly/
H A DButterfly.cpp63 // Set fBase to a random radian value scaled by 1000. The scaling produces
71 fTrans.Set(bounds.Width() * 0.5f, bounds.Height() * 0.5f);
87 fBounds.Set(-5.92f * fScale + fTrans.x, -5.92f * fScale + fTrans.y,
/haiku/src/kits/storage/mime/
H A Ddatabase_support.cpp178 bounds.Set(0, 0, 15, 15);
181 bounds.Set(0, 0, 31, 31);
/haiku/src/servers/app/drawing/
H A DPatternHandler.h46 inline void Set(const int8* p) function in class:Pattern
49 inline void Set(const uint64& p) function in class:Pattern
H A DBitmapDrawingEngine.cpp75 fClipping.Set(fBitmap->Bounds());
/haiku/src/apps/cortex/DiagramView/
H A DDiagramItemGroup.h110 fItemAlignment.Set(horizontal, vertical);
/haiku/src/tests/libs/alm/
H A DAreas.cpp73 frameRect.Set(100, 100, 300, 300);
H A DComplexButtons.cpp87 frameRect.Set(100, 100, 600, 300);
H A DHelloWorld.cpp97 frameRect.Set(100, 100, 300, 300);
H A DPinwheel.cpp97 frameRect.Set(100, 100, 300, 300);
/haiku/src/tests/servers/app/newClipping/
H A DWinBorder.cpp69 reg.Set(screenFrame);
/haiku/src/add-ons/network_settings/dialup/
H A DInterfaceUtils.cpp27 point.Set(0, 0);
/haiku/src/kits/storage/
H A DMime.cpp184 rect.Set(0, 0, 15, 15);
186 rect.Set(0, 0, 31, 31);
292 rect.Set(0, 0, 15, 15);
294 rect.Set(0, 0, 31, 31);
/haiku/src/apps/diskusage/
H A DApp.cpp88 frame.Set(0, 0, kDefaultPieSize, kDefaultPieSize);
/haiku/src/apps/icon-o-matic/gui/
H A DIconView.cpp61 fDirtyIconArea.Set(LONG_MAX, LONG_MAX, LONG_MIN, LONG_MIN);
/haiku/src/system/boot/platform/atari_m68k/
H A Dvideo.cpp60 virtual status_t Set(const struct video_mode *mode) = 0;
89 status_t Set() { ops->Set(this); }; function in struct:video_mode
218 virtual status_t Set(const struct video_mode *mode);
325 STModeOps::Set(const struct video_mode *mode) function in class:STModeOps
414 virtual status_t Set(const struct video_mode *mode);
533 FalconModeOps::Set(const struct video_mode *mode) function in class:FalconModeOps
624 virtual status_t Set(const struct video_mode *mode);
747 MilanModeOps::Set(const struct video_mode *mode) function in class:MilanModeOps
849 virtual status_t Set(cons
939 NFVDIModeOps::Set(const struct video_mode *mode) function in class:NFVDIModeOps
[all...]
/haiku/src/add-ons/decorators/MacDecorator/
H A DMacDecorator.cpp222 fTitleBarRect.Set(fFrame.left - fBorderWidth,
272 tab->tabRect.Set(0.0, 0.0, -1.0, -1.0);
273 tab->closeRect.Set(0.0, 0.0, -1.0, -1.0);
274 tab->zoomRect.Set(0.0, 0.0, -1.0, -1.0);
275 tab->minimizeRect.Set(0.0, 0.0, -1.0, -1.0);
553 offset.Set(left + 6, tab->closeRect.top + 1);
554 pt2.Set(tab->tabRect.left + tab->textOffset - 4,
567 offset.Set(tab->tabRect.left + tab->textOffset
569 pt2.Set(right - 8, tab->zoomRect.top);
580 offset.Set(ta
[all...]

Completed in 116 milliseconds

123456789