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

/haiku-fatelf/src/apps/3dmov/
H A DViewBook.cpp47 void SetMediaSource(TEXTURE_SIDE side, MediaSource *source);
106 ARGUMENTS: side
111 void Paper :: SetMediaSource(TEXTURE_SIDE side, MediaSource *source) argument
113 if (side == FRONT_TEXTURE)
120 ARGUMENTS: angle 0 - paper is on left side of book
122 180 - paper is on right side of book
404 Paper::TEXTURE_SIDE side = Paper::UNASSIGNED_TEXTURE; local
405 Paper *page = GetPage(p.x, p.y, (int *)&side);
453 Paper * ViewBook :: GetPage(float mouse_x, float mouse_y, int *side) argument
463 *side
496 Paper::TEXTURE_SIDE side = Paper::UNASSIGNED_TEXTURE; local
[all...]
H A DViewBook.h42 Paper *GetPage(float mouse_x, float mouse_y, int *side);
/haiku-fatelf/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-fatelf/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-fatelf/headers/os/interface/
H A DRect.h28 BRect(float side);
175 BRect::BRect(float side) argument
179 right(side - 1),
180 bottom(side - 1)
/haiku-fatelf/src/add-ons/kernel/network/ppp/ipcp/
H A DProtocol.h81 bool ParseSideRequests(const driver_parameter *requests, ppp_side side);
H A DProtocol.cpp84 // "Local" and "Peer" describe each side's settings
346 IPCP::ParseSideRequests(const driver_parameter *requests, ppp_side side) argument
353 if(side == PPP_LOCAL_SIDE) {
387 if(side == PPP_LOCAL_SIDE)
392 if(side == PPP_LOCAL_SIDE)
/haiku-fatelf/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DPPPControl.h212 ppp_side side; member in struct:ppp_protocol_info
/haiku-fatelf/src/apps/icon-o-matic/transformable/
H A DTransformBoxStates.h91 uint32 side);
H A DTransformBoxStates.cpp312 DragSideState::DragSideState(TransformBox* parent, uint32 side)
315 fSide(side)
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Ddepcomp2 # depcomp - compile a program generating dependencies as side-effects
41 as side-effects.
334 # The Tru64 compiler uses -MD to generate dependencies as a side
392 # This comment above is used by automake to tell side-effect
H A Dtexinfo.tex5187 % side, and for 6pt waste from
7220 % Double-side printing via postscript on Laserjet 4050
7223 % \normaloffset until the front-side and back-side texts align. Then
/haiku-fatelf/src/libs/print/libgutenprint/scripts/
H A Ddepcomp2 # depcomp - compile a program generating dependencies as side-effects
39 as side-effects.
351 # The Tru64 compiler uses -MD to generate dependencies as a side
409 # This comment above is used by automake to tell side-effect
/haiku-fatelf/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-fatelf/src/bin/bash/
H A Dsubst.c2479 /* Given STRING, an assignment string, get the value of the right side
2480 of the `=', and bind it to the left side. If EXPAND is true, then
2482 expansion on the right-hand side. Perform tilde expansion in any
2607 right side by doing tilde, command and parameter expansion. */
2627 /* Given STRING, an assignment string, get the value of the right side
2628 of the `=', and bind it to the left side. Do not perform any word
2629 expansions on the right hand side. */
5317 /* Expand the right side of a parameter expansion of the form ${NAMEcVALUE},
5401 /* Deal with the right hand side of a ${name:?value} expansion in the case
6805 variable for anything, just the value of the right hand side
[all...]
/haiku-fatelf/src/bin/diffutils/config/
H A Dtexinfo.tex904 % Just to be on the safe side, close the input stream before the \input.
4301 % side, and for 6pt waste from
4929 \tclose{#1}% avoid \code because of side effects on active chars
6156 % 29mm, hence bottom margin 28mm, nominal side margin 3cm.
/haiku-fatelf/src/bin/gdb/texinfo/
H A Dtexinfo.tex4703 % side, and for 6pt waste from
6673 % Double-side printing via postscript on Laserjet 4050
6676 % \normaloffset until the front-side and back-side texts align. Then
/haiku-fatelf/src/libs/termcap/
H A Dtexinfo.tex827 % Just to be on the safe side, close the input stream before the \input.
4121 % side, and for 6pt waste from
4581 \tclose{#1}% avoid \code because of side effects on active chars
5784 % 29mm, hence bottom margin 28mm, nominal side margin 3cm.
/haiku-fatelf/src/bin/sharutils/doc/
H A Dtexinfo.tex3190 % side, and for 6pt waste from
3583 \tclose{#1}% avoid \code because of side effects on active chars

Completed in 437 milliseconds