Home
last modified time | relevance | path

Searched refs:jog (Results 1 – 25 of 1132) sorted by relevance

12345678910>>...46

/dports/cad/magic/magic-8.3.245/router/
H A DrtrStem.c1085 RtrPaintStats(startType, start.p_x-jog.p_x+start.p_y-jog.p_y);
1102 RtrPaintStats(startType, jog.p_x-contact.p_x+jog.p_y-contact.p_y);
1265 *jog = *contact;
1267 jog->p_x = area->r_xbot;
1270 start->p_x = jog->p_x;
1277 *jog = *contact;
1279 jog->p_x = area->r_xbot;
1289 *jog = *contact;
1291 jog->p_y = area->r_ybot;
1301 *jog = *contact;
[all …]
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/contourdesign/
H A Dcontourdesign.cc396 _state.jog = 0; in start()
439 new_state.jog = _buf[1]; in handle_event()
452 if (new_state.jog == 255 && _state.jog == 0) { in handle_event()
454 } else if (new_state.jog == 0 && _state.jog == 255) { in handle_event()
456 } else if (new_state.jog < _state.jog) { in handle_event()
458 } else if (new_state.jog > _state.jog) { in handle_event()
/dports/multimedia/pitivi/pitivi-0.999/docs/design/2008_design/
H A D2008_Jog_and_Shuttle_controls_design.md14 ### With a custom jog control
29 - jog: with the left mouse down you can jump to previous frames by
40 2. jog (not custom control)
45 6. jog (as custom control)
H A D2008_Jog_and_Shuttle_controls_code_experiment.md9 jog.](Gst-demo_wx_player-interval.png "wxPython prototype seeker with selected interval between in …
12 jog.](Schermafdruk-gst-seeker-gtk.png "pygtk prototype seeker with hscale for time ruler, shuttle a…
147 - jog seeking
227 - modified behaviour to make the hscale behave as a jog (eg remains
229 - see also jog control of wxpython
/dports/audio/traverso/traverso-0.49.6/src/commands/
H A DFade.h48 int jog();
81 int jog();
110 int jog();
H A DPlayHeadMove.cpp70 jog(); in begin_hold()
92 int PlayHeadMove::jog() in jog() function in PlayHeadMove
H A DFade.cpp122 int FadeRange::jog() in jog() function in FadeRange
215 int FadeBend::jog() in jog() function in FadeBend
307 int FadeStrength::jog() in jog() function in FadeStrength
H A DArmTracks.h44 int jog();
H A DWorkCursorMove.h41 int jog();
H A DPlayHeadMove.h40 int jog();
H A DClipSelection.h46 int jog();
H A DMoveEdge.h47 int jog();
H A DArmTracks.cpp75 int ArmTracks::jog() in jog() function in ArmTracks
H A DSplitClip.h49 int jog();
H A DTrackPan.h46 int jog();
H A DCrop.h51 int jog();
/dports/print/lyx/lyx-2.3.4.2/lib/layouts/
H A Dsvjog.layout4 # svjour/jog (article) textclass definition file.
17 # Adapted to svjour/jog (new 1999 Springer LaTeX2e classes) by
22 # (jog) ?
66 Other jog
/dports/mail/roundcube/roundcubemail-1.5.1/plugins/markasjunk/localization/
H A Dlt_LT.inc24 $messages['reportedasjunk'] = 'Sėkmingai pranešta, jog laiškas yra brukalas';
25 $messages['reportedasnotjunk'] = 'Sėkmingai pranešta, jog laiškas nėra brukalas';
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux/common/
H A Dgui_navigate.cpp365 static int jog = 0; in A_jog() local
366 if (jog) in A_jog()
368 jog++; in A_jog()
392 jog--; in A_jog()
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux/common/
H A Dgui_navigate.cpp365 static int jog = 0; in A_jog() local
366 if (jog) in A_jog()
368 jog++; in A_jog()
392 jog--; in A_jog()
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux/common/
H A Dgui_navigate.cpp365 static int jog = 0; in A_jog() local
366 if (jog) in A_jog()
368 jog++; in A_jog()
392 jog--; in A_jog()
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux/common/
H A Dgui_navigate.cpp365 static int jog = 0; in A_jog() local
366 if (jog) in A_jog()
368 jog++; in A_jog()
392 jog--; in A_jog()
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/po/hu/
H A Dksmserver.po48 msgstr "Nincs írási jog a $HOME mappára (%1)."
53 msgstr "Nincs olvasási jog a $HOME mappára (%1)."
68 msgstr "Nincs írási jog ehhez: „%1”."
73 msgstr "Nincs olvasási jog ehhez: „%1”."
/dports/audio/traverso/traverso-0.49.6/src/core/
H A DInputEngine.h145 void jog();
244 void set_jogging(bool jog);
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/jogshuttle/
H A Djogshuttle.cpp100 jog(ev); in handleEvent()
124 void ShuttleThread::jog(const media_ctrl_event &ev) in jog() function in ShuttleThread

12345678910>>...46