Searched refs:lastX (Results 1 - 4 of 4) sorted by relevance
/ast/src/lib/libtk/library/demos/ |
H A D | plot.tcl | 61 set plot(lastX) 0 77 set plot(lastX) $x 91 $w move selected [expr $x-$plot(lastX)] [expr $y-$plot(lastY)] 92 set plot(lastX) $x
|
H A D | twind.tcl | 160 set embPlot(lastX) 0 168 set embPlot(lastX) $x 174 $w move selected [expr $x-$embPlot(lastX)] [expr $y-$embPlot(lastY)] 175 set embPlot(lastX) $x
|
H A D | items.tcl | 261 global lastX lastY 262 set lastX [$c canvasx $x] 267 global lastX lastY 270 $c move current [expr $x-$lastX] [expr $y-$lastY] 271 set lastX $x
|
/ast/src/lib/libtk/generic/ |
H A D | tkCanvPs.c | 848 int charsInLine, x, y, lastX, lastY, value, mask; 876 lastX = startX + width - 1; 879 for (x = startX; x <= lastX; x++) { 844 int charsInLine, x, y, lastX, lastY, value, mask; local
|
Completed in 14 milliseconds