Searched refs:side (Results 1 - 22 of 22) sorted by relevance

/haiku/src/tests/kits/interface/menu/menuworld/
H A DViewLayoutFactory.cpp117 void ViewLayoutFactory::Align(BList& viewList, align_side side, argument
126 if ((side != ALIGN_LEFT) && (side != ALIGN_TOP)
127 && (side != ALIGN_RIGHT) && (side != ALIGN_BOTTOM)
128 && (side != ALIGN_HCENTER) && (side != ALIGN_VCENTER))
141 switch (side) {
166 switch (side) {
H A DViewLayoutFactory.h73 void Align(BList& viewList, align_side side,
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A D_KPPPAuthenticationHandler.h17 ppp_side side) const;
H A DKPPPProtocol.cpp65 const char *sideString = get_parameter_value("side", settings);
118 info->side = Side();
H A D_KPPPAuthenticationHandler.cpp37 ppp_side side) const
39 // find the next authenticator for side, beginning at start
44 && current->OptionHandler() && current->Side() == side)
232 // do not insist on authenticating our side of the link ;)
/haiku/headers/os/interface/
H A DRect.h28 BRect(float side);
175 BRect::BRect(float side) argument
179 right(side - 1),
180 bottom(side - 1)
H A DControlLook.h298 uint32 side = B_TOP_BORDER,
305 uint32 side = B_TOP_BORDER,
414 uint32 side = B_TOP_BORDER) = 0;
/haiku/src/add-ons/kernel/network/ppp/ipcp/
H A DProtocol.h83 bool ParseSideRequests(const driver_parameter *requests, ppp_side side);
H A DProtocol.cpp102 // "Local" and "Peer" describe each side's settings
366 IPCP::ParseSideRequests(const driver_parameter *requests, ppp_side side) argument
373 if (side == PPP_LOCAL_SIDE) {
408 if (side == PPP_LOCAL_SIDE)
413 if (side == PPP_LOCAL_SIDE)
/haiku/src/kits/interface/
H A DControlLook.cpp143 uint32 borders, border_style borderStyle, uint32 side)
146 borderStyle, side);
H A DHaikuControlLook.cpp1609 uint32 borders, border_style borderStyle, uint32 side)
1614 if (side == BTabView::kTopSide || side == BTabView::kBottomSide) {
1624 } else if (side == BTabView::kLeftSide || side == BTabView::kRightSide) {
1636 DrawInactiveTab(view, rect, rect, base, 0, borders, side);
1643 uint32 borders, uint32 side, int32, int32, int32, int32)
1715 switch (side) {
1779 switch (side) {
1797 if (side
1607 DrawTabFrame(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders, border_style borderStyle, uint32 side) argument
1641 DrawActiveTab(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders, uint32 side, int32, int32, int32, int32) argument
1823 DrawInactiveTab(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders, uint32 side, int32, int32, int32, int32) argument
[all...]
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DPPPControl.h282 ppp_side side; member in struct:ppp_protocol_info
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformBoxStates.h83 DragSideState(TransformBox* parent, uint32 side);
H A DTransformBoxStates.cpp279 DragSideState::DragSideState(TransformBox* parent, uint32 side)
282 fSide(side)
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.h220 uint32 side = B_TOP_BORDER);
225 uint32 side = B_TOP_BORDER,
232 uint32 side = B_TOP_BORDER,
H A DBeControlLook.cpp873 // draw left and top side and top right corner
1350 border_style borderStyle, uint32 side)
1359 switch(side) {
1389 uint32 borders, uint32 side, int32, int32, int32, int32)
1410 switch (side) {
1576 switch (side) {
1610 uint32 borders, uint32 side, int32 index, int32 selected,
1635 switch (side) {
2405 // All frames have the same inset on each side.
2435 // Most backgrounds have the same inset on each side
1348 DrawTabFrame(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders, border_style borderStyle, uint32 side) argument
1387 DrawActiveTab(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders, uint32 side, int32, int32, int32, int32) argument
1608 DrawInactiveTab(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders, uint32 side, int32 index, int32 selected, int32 first, int32 last) argument
[all...]
/haiku/headers/private/interface/
H A DHaikuControlLook.h237 uint32 side = B_TOP_BORDER);
242 uint32 side = B_TOP_BORDER,
249 uint32 side = B_TOP_BORDER,
/haiku/src/system/boot/platform/atari_m68k/
H A Ddevices.cpp836 int16 track, side, sect; local
839 side = (sect / sectorsPerTrack) % heads;
846 __FUNCTION__, track, side, sect));
848 ret = Floprd(buf, 0L, fHandle, sect, track, side, 1);
H A Dtoscalls.h468 #define Floprd(buf, dummy, dev, sect, track, side, count) toscallPLWWWWW(XBIOS_TRAP, 8, (void *)buf, (int32)dummy, (int16)dev, (int16)sect, (int16)track, (int16)side, (int16)count)
/haiku/src/add-ons/control_look/FlatControlLook/
H A DFlatControlLook.cpp1002 uint32 borders, uint32 side, int32, int32, int32, int32)
1074 switch (side) {
1138 switch (side) {
1156 if (side == B_TOP_BORDER || side == B_BOTTOM_BORDER) {
1161 } else if (side == B_LEFT_BORDER || side == B_RIGHT_BORDER) {
1000 DrawActiveTab(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders, uint32 side, int32, int32, int32, int32) argument
H A DFlatControlLook.h139 uint32 side = B_TOP_BORDER,
/haiku/src/bin/network/pppconfig/
H A Dpppconfig.cpp548 printf("side: %d\n", info.info.side);

Completed in 331 milliseconds