Searched refs:Set (Results 1 - 25 of 218) sorted by path

123456789

/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 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
H A DRegion.h37 void Set(BRect rect);
38 void Set(clipping_rect clipping);
/haiku/src/add-ons/decorators/WinDecorator/
H A DWinDecorator.cpp233 fTitleBarRect.Set(fFrame.left - 1,
262 tab->tabRect.Set(0.0, 0.0, -1.0, -1.0);
263 tab->closeRect.Set(0.0, 0.0, -1.0, -1.0);
264 tab->zoomRect.Set(0.0, 0.0, -1.0, -1.0);
265 tab->minimizeRect.Set(0.0, 0.0, -1.0, -1.0);
606 // Set appropriate colors based on the current focus value. In this case,
663 region->Set(fBorderRect);
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dmwlhal.c502 * Set the interrupt mask.
690 * Set HT guard interval handling.
775 * Set packet size threshold for implicit use of RTS.
909 * Set the region code that selects the radar bin'ing agorithm.
1330 pCmd->Set = htole32(ena);
1637 * Set CFEND status Enable/Disable
2520 /** Set up sdram controller for superflyv2 **/
2578 /** Set up sdram controller for superflyv2 **/
2601 /** Set up sdram controller for superflyv2 **/
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DThreadLocal.h24 status_t Set(void* data);
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DRequestHandler.cpp24 status_t error = fChannels.Set(channel);
H A DThreadLocal.cpp44 // Set
46 ThreadLocal::Set(void* data) function in class:ThreadLocal
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A DBeOSKernelFileSystem.cpp88 fCapabilities.Set(FS_CAPABILITY_MOUNT, fFSOps->mount);
92 fVolumeCapabilities.Set(FS_VOLUME_CAPABILITY_UNMOUNT, fFSOps->unmount);
94 fVolumeCapabilities.Set(FS_VOLUME_CAPABILITY_READ_FS_INFO, fFSOps->rfsstat);
95 fVolumeCapabilities.Set(FS_VOLUME_CAPABILITY_WRITE_FS_INFO,
97 fVolumeCapabilities.Set(FS_VOLUME_CAPABILITY_SYNC, fFSOps->sync);
99 fVolumeCapabilities.Set(FS_VOLUME_CAPABILITY_GET_VNODE, fFSOps->read_vnode);
102 fVolumeCapabilities.Set(FS_VOLUME_CAPABILITY_OPEN_INDEX_DIR,
104 fVolumeCapabilities.Set(FS_VOLUME_CAPABILITY_CLOSE_INDEX_DIR,
106 fVolumeCapabilities.Set(FS_VOLUME_CAPABILITY_FREE_INDEX_DIR_COOKIE,
108 fVolumeCapabilities.Set(FS_VOLUME_CAPABILITY_READ_INDEX_DI
[all...]
/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...]
H A DHaikuKernelVolume.cpp1162 fCapabilities.Set(FS_VOLUME_CAPABILITY_UNMOUNT, fVolume.ops->unmount);
1164 fCapabilities.Set(FS_VOLUME_CAPABILITY_READ_FS_INFO,
1166 fCapabilities.Set(FS_VOLUME_CAPABILITY_WRITE_FS_INFO,
1168 fCapabilities.Set(FS_VOLUME_CAPABILITY_SYNC, fVolume.ops->sync);
1171 fCapabilities.Set(FS_VOLUME_CAPABILITY_GET_VNODE, fVolume.ops->get_vnode);
1174 fCapabilities.Set(FS_VOLUME_CAPABILITY_OPEN_INDEX_DIR,
1176 fCapabilities.Set(FS_VOLUME_CAPABILITY_CLOSE_INDEX_DIR,
1178 fCapabilities.Set(FS_VOLUME_CAPABILITY_FREE_INDEX_DIR_COOKIE,
1180 fCapabilities.Set(FS_VOLUME_CAPABILITY_READ_INDEX_DIR,
1182 fCapabilities.Set(FS_VOLUME_CAPABILITY_REWIND_INDEX_DI
[all...]
/haiku/src/add-ons/kernel/network/stack/
H A Dinterfaces.h59 static status_t Set(sockaddr** _address, const sockaddr* to);
/haiku/src/add-ons/network_settings/dialup/
H A DConnectionOptionsAddon.cpp154 rect.Set(0, 0, 200, 300);
H A DGeneralAddon.cpp306 rect.Set(0, 0, 200, 300);
H A DInterfaceUtils.cpp27 point.Set(0, 0);
/haiku/src/add-ons/print/drivers/preview/
H A DPageSetupWindow.cpp119 page.Set(0, 0, width, height);
139 margin.Set(28.34, 28.34, 28.34, 28.34); // 28.34 dots = 1cm
266 r.Set(0, 0, h, w);
/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/add-ons/screen_savers/debugnow/
H A DDebugNow.cpp76 fLine1Start.Set(((viewWidth - stringRect.Width()) / 2) - stringRect.left, y);
79 fLine2Start.Set(((viewWidth - stringRect.Width()) / 2) - stringRect.left,
/haiku/src/add-ons/screen_savers/shelf/
H A DShelf.cpp207 fLine1Start.Set((width - rect.Width()) / 2, y);
209 fLine2Start.Set((width - rect.Width()) / 2, y + rect.Height() + height / 10);
281 // Set tick size to 500,000 microseconds = 0.5 second
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowSaver.cpp88 // Set default image directory to home
485 rect.Set(0, 0, (width-1)+2, (height-1)+2+1); // 2 for border and 1 for text shadow
/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMaticActivity.cpp201 stripePoints[0].Set(fStripeWidth * 0.5, 0.0); // top left
202 stripePoints[1].Set(fStripeWidth * 1.5, 0.0); // top right
203 stripePoints[2].Set(fStripeWidth, height); // bottom right
204 stripePoints[3].Set(0.0, height); // bottom left
/haiku/src/add-ons/translators/ico/
H A DICO.cpp636 bitsHeader.bounds.Set(0, 0, entry.width - 1, entry.height - 1);
/haiku/src/add-ons/translators/pcx/
H A DPCX.cpp283 bitsHeader.bounds.Set(0, 0, width - 1, height - 1);
/haiku/src/add-ons/translators/wonderbrush/
H A DLayer.cpp439 fBounds.Set(0.0, 0.0, -1.0, -1.0);
/haiku/src/apps/cortex/DiagramView/
H A DDiagramItemGroup.h110 fItemAlignment.Set(horizontal, vertical);

Completed in 236 milliseconds

123456789