Home
last modified time | relevance | path

Searched refs:setposition (Results 1 – 25 of 118) sorted by relevance

12345

/dports/audio/xoscope/xoscope-2.0/
H A Dgr_gtk.c319 setposition(GtkWidget *w, guint data)
529 {"/Channel/Position/144", NULL, setposition, 9, NULL},
530 {"/Channel/Position/128", NULL, setposition, 8, NULL},
531 {"/Channel/Position/112", NULL, setposition, 7, NULL},
532 {"/Channel/Position/96", NULL, setposition, 6, NULL},
533 {"/Channel/Position/80", NULL, setposition, 5, NULL},
534 {"/Channel/Position/64", NULL, setposition, 4, NULL},
535 {"/Channel/Position/48", NULL, setposition, 3, NULL},
536 {"/Channel/Position/32", NULL, setposition, 2, NULL},
537 {"/Channel/Position/16", NULL, setposition, 1, NULL},
[all …]
/dports/devel/z88dk/z88dk/examples/g800/
H A Dturtle_example.c10 setposition(5,40); in main()
17 setposition(60,5); in main()
24 setposition(100,16); in main()
H A Dturtle.h18 void setposition(float , float );
H A Dturtle.c49 void setposition(float x_, float y_){ in setposition() function
/dports/audio/mp3blaster/mp3blaster-3.2.6/mpegsound/
H A Dmpegtoraw.cc397 loader->setposition(frameoffsets[i]); in setdecodeframe()
413 loader->setposition(pos); in setdecodeframe()
745 fp->setposition(fp->getsize()-128); in parseID3()
775 fp->setposition(0); in parseID3()
907 loader->setposition(first_offset); in initialize()
909 loader->setposition(first_offset); in initialize()
941 loader->setposition(first_offset); in initialize()
1014 loader->setposition(first_offset); in initialize()
1023 loader->setposition(first_offset); in initialize()
1097 loader->setposition(frameoffsets[i]); in setframe()
[all …]
H A Dfileinput.cc95 void Soundinputstreamfromfile::setposition(int pos) in setposition() function in Soundinputstreamfromfile
H A Dwavetoraw.cc136 loader->setposition(currentpoint+sizeof(WAVEHEADER)); in setcurrentpoint()
H A Dmpegsound.h269 virtual void setposition(int pos) =0;
297 void setposition(int pos);
320 void setposition(int pos);
/dports/games/redeclipse/base-2.0.0/src/game/
H A Ddefend.h121 void setposition(const vec &pos) in setposition() function
157 b.setposition(o); in addaffinity()
173 b.setposition(o); in initaffinity()
H A Dcapture.h73 void setposition(const vec &pos) in setposition() function
111 f.setposition(o); in addaffinity()
H A Dbomber.h95 void setposition(const vec &pos) in setposition() function
134 f.setposition(o); in addaffinity()
/dports/audio/splay/splay-0.9.5.2/libs/
H A Dmpegtoraw.cc218 loader->setposition(0); in initialize()
257 loader->setposition(frameoffsets[i]); in setframe()
270 loader->setposition(pos); in setframe()
H A Dmpegsound.h165 virtual void setposition(int pos) =0;
189 void setposition(int pos);
211 void setposition(int pos);
H A Dfileinput.cc82 void Soundinputstreamfromfile::setposition(int pos)
/dports/math/reduce/Reduce-svn5758-src/packages/plot/
H A Dturtle.red69 procedure setposition(q); %Repositions the turtle (takes cartesian
115 return setposition(u)
125 return setposition(w)
211 % setposition
250 % 'setx,sety,setposition,setheading' are for that purpose.
/dports/lang/lafontaine/lafontaine-0.4/src/
H A Dlexer.en.l95 setposition (setpos)
196 {setposition} { IS_TOK(TOK_SETPOS); }
/dports/x11-toolkits/wmapp/wmapp-0.0.4.3/
H A Dwmwindow.cc23 setposition(WMRectangle(offset, offset, 56, 56)); in WMWindow()
H A Dwmwidget.h84 virtual void setposition(const WMRectangle &posn);
238 WMWidget::setposition(const WMRectangle &posn) in setposition() function
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/libs/fmodex/inc/
H A Dfmod_codec.h57 …FMOD_CODEC_SETPOSITIONCALLBACK setposition; /* [in] Seek callback for the codec for when FMOD… member
H A Dfmod_dsp.h136 …FMOD_DSP_SETPOSITIONCALLBACK setposition; /* [w] Set position callback. This is called if … member
/dports/science/p5-Mcstas-Tools/p5-Mcstas-Tools-2.5_1/mcstas-tools-perl-2.5-src/lib/tools/matlab/
H A DReshapeTransform.m1 function T=setposition(T) function
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/agos/
H A Dscript_pn.cpp303 setposition(_procnum, varval()); in opn_opcode21()
312 setposition(n, 0); in opn_opcode22()
866 setposition(n, 0); in actCallD()
1011 int AGOSEngine_PN::setposition(int process, int line) { in setposition() function in AGOS::AGOSEngine_PN
/dports/games/scummvm/scummvm-2.5.1/engines/agos/
H A Dscript_pn.cpp303 setposition(_procnum, varval()); in opn_opcode21()
312 setposition(n, 0); in opn_opcode22()
870 setposition(n, 0); in actCallD()
1015 int AGOSEngine_PN::setposition(int process, int line) { in setposition() function in AGOS::AGOSEngine_PN
/dports/audio/faust/faust-2.37.3/architecture/faust/unity/
H A DAudioPluginInterface.h291 …UnityAudioEffect_SetPositionCallback setposition; // The position callback can be use… member
/dports/audio/oaml/oaml-1.3.4/include/
H A DAudioPluginInterface.h266 …UnityAudioEffect_SetPositionCallback setposition; // The position callback can be use… member

12345