Home
last modified time | relevance | path

Searched refs:CURSOR_Y (Results 1 – 25 of 29) sorted by relevance

12

/dports/math/vtk6/VTK-6.2.0/Rendering/Tk/Testing/Tcl/
H A Dcursor3D.tcl15 set CURSOR_Y 20
36 [expr $CURSOR_Y * $IMAGE_MAG_Y] \
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
249 set CURSOR_Y $y
251 axes SetOrigin $CURSOR_X $CURSOR_Y $CURSOR_Z
253 [expr $CURSOR_Y * $IMAGE_MAG_Y] [expr $CURSOR_Z * $IMAGE_MAG_Z]
/dports/math/vtk9/VTK-9.1.0/Rendering/Tk/Testing/Python/
H A Dcursor3D.py52 CURSOR_Y = 20 variable
108 CURSOR_Y = y
111 axes.SetOrigin(CURSOR_X,CURSOR_Y,CURSOR_Z)
114 CURSOR_Y * IMAGE_MAG_Y,
133 CURSOR_Y*IMAGE_MAG_Y,
140 axes.SetOrigin(CURSOR_X, CURSOR_Y, CURSOR_Z)
/dports/math/vtk8/VTK-8.2.0/Rendering/Tk/Testing/Python/
H A Dcursor3D.py52 CURSOR_Y = 20 variable
108 CURSOR_Y = y
111 axes.SetOrigin(CURSOR_X,CURSOR_Y,CURSOR_Z)
114 CURSOR_Y * IMAGE_MAG_Y,
133 CURSOR_Y*IMAGE_MAG_Y,
140 axes.SetOrigin(CURSOR_X, CURSOR_Y, CURSOR_Z)
/dports/math/vtk9/VTK-9.1.0/Rendering/Volume/Testing/Python/
H A Dcursor3D.py13 CURSOR_Y = 20 variable
34 CURSOR_Y*IMAGE_MAG_Y,
41 axes.SetOrigin(CURSOR_X,CURSOR_Y,CURSOR_Z)
/dports/math/vtk8/VTK-8.2.0/Rendering/Volume/Testing/Python/
H A Dcursor3D.py13 CURSOR_Y = 20 variable
34 CURSOR_Y*IMAGE_MAG_Y,
41 axes.SetOrigin(CURSOR_X,CURSOR_Y,CURSOR_Z)
/dports/math/vtk6/VTK-6.2.0/Rendering/Volume/Testing/Python/
H A Dcursor3D.py13 CURSOR_Y = 20 variable
34 CURSOR_Y*IMAGE_MAG_Y,
41 axes.SetOrigin(CURSOR_X,CURSOR_Y,CURSOR_Z)
/dports/devel/cc65/cc65-2.19/libsrc/creativision/
H A Dgotoxy.s19 sta CURSOR_Y ; Set Y
23 ldx CURSOR_Y
H A Dcputc.s53 inc CURSOR_Y ; new line
59 inc CURSOR_Y
64 ldx CURSOR_Y
H A Dwherey.s12 lda CURSOR_Y
H A Dgotox.s16 ldx CURSOR_Y
H A Dgotoy.s14 sta CURSOR_Y ; Set new position
H A Dclrscr.s36 sta CURSOR_Y
/dports/math/vtk6/VTK-6.2.0/Imaging/Core/Testing/Tcl/
H A DTestInPlaceFilter.tcl10 set CURSOR_Y 20
38 [expr $CURSOR_Y * $IMAGE_MAG_Y] [expr $CURSOR_Z * $IMAGE_MAG_Z]
/dports/math/vtk8/VTK-8.2.0/Imaging/Core/Testing/Python/
H A DTestInPlaceFilter.py10 CURSOR_Y = 20 variable
35 CURSOR_Y * IMAGE_MAG_Y,
/dports/math/vtk9/VTK-9.1.0/Imaging/Core/Testing/Python/
H A DTestInPlaceFilter.py10 CURSOR_Y = 20 variable
35 CURSOR_Y * IMAGE_MAG_Y,
/dports/math/vtk6/VTK-6.2.0/Imaging/Core/Testing/Python/
H A DTestInPlaceFilter.py11 CURSOR_Y = 20 variable
36 CURSOR_Y * IMAGE_MAG_Y,
/dports/devel/cc65/cc65-2.19/asminc/
H A Dcreativision.inc10 CURSOR_Y = $3D
/dports/devel/z88dk/z88dk/lib/target/ti82/def/
H A DTi82.def46 defc CURSOR_Y = $8216 ;
/dports/devel/z88dk/z88dk/lib/target/ti85/def/
H A DTi85.def153 defc CURSOR_Y = $8334 ;
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/xeen/dialogs/
H A Ddialogs_char_info.cpp324 const int CURSOR_Y[5] = { 23, 46, 69, 92, 115 }; 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.cpp336 const int CURSOR_Y[5] = { 23, 46, 69, 92, 115 }; 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.h231 CURSOR_Y = 436, enumerator
1161 #define CURSOR_Y 436 macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/
H A Dgxt4500.c107 #define CURSOR_Y 0x407c macro
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/
H A Dgxt4500.c107 #define CURSOR_Y 0x407c macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/
H A Dgxt4500.c107 #define CURSOR_Y 0x407c macro

12