Home
last modified time | relevance | path

Searched refs:CURSOR_X (Results 1 – 25 of 35) sorted by relevance

12

/dports/math/vtk6/VTK-6.2.0/Rendering/Tk/Testing/Tcl/
H A Dcursor3D.tcl14 set CURSOR_X 20
35 [expr $CURSOR_X * $IMAGE_MAG_X] \
43 axes SetOrigin $CURSOR_X $CURSOR_Y $CURSOR_Z
246 global CURSOR_X CURSOR_Y CURSOR_Z IMAGE_MAG_X IMAGE_MAG_Y IMAGE_MAG_Z
248 set CURSOR_X $x
251 axes SetOrigin $CURSOR_X $CURSOR_Y $CURSOR_Z
252 image_cursor SetCursorPosition [expr $CURSOR_X * $IMAGE_MAG_X] \
/dports/devel/cc65/cc65-2.19/libsrc/creativision/
H A Dcputc.s35 sta CURSOR_X
49 ldy CURSOR_X
55 L3: sty CURSOR_X
63 plot: ldy CURSOR_X
H A Dwherex.s12 lda CURSOR_X
H A Dgotox.s14 sta CURSOR_X ; Set new position
H A Dgotoy.s16 ldy CURSOR_X
H A Dgotoxy.s21 sta CURSOR_X ; Set X
H A Dclrscr.s35 sta CURSOR_X
/dports/math/vtk9/VTK-9.1.0/Rendering/Tk/Testing/Python/
H A Dcursor3D.py51 CURSOR_X = 20 variable
107 CURSOR_X = x
111 axes.SetOrigin(CURSOR_X,CURSOR_Y,CURSOR_Z)
113 CURSOR_X * IMAGE_MAG_X,
132 CURSOR_X*IMAGE_MAG_X,
140 axes.SetOrigin(CURSOR_X, CURSOR_Y, CURSOR_Z)
/dports/math/vtk8/VTK-8.2.0/Rendering/Tk/Testing/Python/
H A Dcursor3D.py51 CURSOR_X = 20 variable
107 CURSOR_X = x
111 axes.SetOrigin(CURSOR_X,CURSOR_Y,CURSOR_Z)
113 CURSOR_X * IMAGE_MAG_X,
132 CURSOR_X*IMAGE_MAG_X,
140 axes.SetOrigin(CURSOR_X, CURSOR_Y, CURSOR_Z)
/dports/math/vtk9/VTK-9.1.0/Rendering/Volume/Testing/Python/
H A Dcursor3D.py12 CURSOR_X = 20 variable
33 image_cursor.SetCursorPosition(CURSOR_X*IMAGE_MAG_X,
41 axes.SetOrigin(CURSOR_X,CURSOR_Y,CURSOR_Z)
/dports/math/vtk8/VTK-8.2.0/Rendering/Volume/Testing/Python/
H A Dcursor3D.py12 CURSOR_X = 20 variable
33 image_cursor.SetCursorPosition(CURSOR_X*IMAGE_MAG_X,
41 axes.SetOrigin(CURSOR_X,CURSOR_Y,CURSOR_Z)
/dports/math/vtk6/VTK-6.2.0/Rendering/Volume/Testing/Python/
H A Dcursor3D.py12 CURSOR_X = 20 variable
33 image_cursor.SetCursorPosition(CURSOR_X*IMAGE_MAG_X,
41 axes.SetOrigin(CURSOR_X,CURSOR_Y,CURSOR_Z)
/dports/math/vtk6/VTK-6.2.0/Imaging/Core/Testing/Tcl/
H A DTestInPlaceFilter.tcl9 set CURSOR_X 20
37 cursor SetCursorPosition [expr $CURSOR_X * $IMAGE_MAG_X] \
/dports/math/vtk8/VTK-8.2.0/Imaging/Core/Testing/Python/
H A DTestInPlaceFilter.py9 CURSOR_X = 20 variable
34 cursor.SetCursorPosition(CURSOR_X * IMAGE_MAG_X,
/dports/math/vtk9/VTK-9.1.0/Imaging/Core/Testing/Python/
H A DTestInPlaceFilter.py9 CURSOR_X = 20 variable
34 cursor.SetCursorPosition(CURSOR_X * IMAGE_MAG_X,
/dports/math/vtk6/VTK-6.2.0/Imaging/Core/Testing/Python/
H A DTestInPlaceFilter.py10 CURSOR_X = 20 variable
35 cursor.SetCursorPosition(CURSOR_X * IMAGE_MAG_X,
/dports/devel/cc65/cc65-2.19/asminc/
H A Dcreativision.inc9 CURSOR_X = $3C
/dports/devel/z88dk/z88dk/lib/target/ti82/def/
H A DTi82.def45 defc CURSOR_X = $8215 ;
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Utils/
H A DCursors.h154 CURSOR_X, enumerator
/dports/devel/z88dk/z88dk/lib/target/ti85/def/
H A DTi85.def152 defc CURSOR_X = $8333 ;
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/xeen/dialogs/
H A Ddialogs_char_info.cpp323 const int CURSOR_X[5] = { 9, 60, 111, 176, 0 }; in showCursor() local
328 Common::Point(CURSOR_X[_cursorCell / 5], CURSOR_Y[_cursorCell % 5])); in showCursor()
/dports/games/scummvm/scummvm-2.5.1/engines/xeen/dialogs/
H A Ddialogs_char_info.cpp335 const int CURSOR_X[5] = { 9, 60, 111, 176, 0 }; in showCursor() local
340 Common::Point(CURSOR_X[_cursorCell / 5], CURSOR_Y[_cursorCell % 5])); in showCursor()
/dports/lang/gnu-cobol/gnucobol-3.1.2/cobc/
H A Dparser.h230 CURSOR_X = 435, enumerator
1160 #define CURSOR_X 435 macro
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Tactical/
H A DInterface_Cursors.cc187CURSOR_X, …
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/
H A Dgxt4500.c106 #define CURSOR_X 0x4078 macro

12