Searched refs:pxmax (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotbind.tcl26 set pxmax $scaling($w,pxmax)
30 set scaling($w,eventobj) [$w create rectangle $pxmin $pymin $pxmax $pymax -fill {} -outline {}]
56 set pxmax [expr {$x+5}]
60 set object [$w create rectangle $pxmin $pymin $pxmax $pymax -fill {} -outline {}]
H A Dplotpriv.tcl119 set pxmax [expr {[WidthCanvas $w] - $margin_right}]
122 return [list $pxmin $pymin $pxmax $pymax]
162 set pxmax [expr {[WidthCanvas $w] - $margin_right}]
165 if { $pxmax-$pxmin > $pymax-$pymin } {
166 set pxmax [expr {$pxmin + ($pymax - $pymin)}]
168 set pymax [expr {$pymin + ($pxmax - $pxmin)}]
171 return [list $pxmin $pymin $pxmax $pymax]
184 set pxmax [expr {[WidthCanvas $w] - 80}]
186 #set pxmax [expr {[$w cget -width] - 80}]
189 set dx [expr {$pxmax
[all...]
H A Dplotchart.tcl464 # pxmax Maximum X-coordinate
471 proc ::Plotchart::viewPort { w pxmin pymin pxmax pymax } {
474 if { $pxmin >= $pxmax || $pymin >= $pymax } {
480 set scaling($w,pxmax) $pxmax
584 set width [expr {$scaling($w,pxmax)-$scaling($w,pxmin)}]
613 set width [expr {$scaling($w,pxmax)-$scaling($w,pxmin)}]
654 set width [expr {$scaling($w,pxmax)-$scaling($w,pxmin)}]
682 set radius [expr {($scaling(${w},pxmax) - $scaling(${w},pxmin)) / 2}]
743 foreach {pxmin pymin pxmax pyma
[all...]
H A Dplotannot.tcl297 set pxmax $scaling($w,pxmax)
305 set rxmax $pxmax
315 set fac [expr {($pxmax-$pxmin)/50.0}]
321 set fac [expr {($pxmax-$pxmin)/50.0}]
355 set nmax [expr {ceil($n*($rxmax-$rxmin)/double($pxmax-$pxmin))}]
399 set pxmax $scaling($w,pxmax)
407 for { set x $pxmin } { $x < $pxmax } { incr x $iwidth } {
H A Dplotaxis.tcl177 $w create line $scaling($w,pxmax) $scaling($w,pymin) \
178 $scaling($w,pxmax) $scaling($w,pymax) \
339 $scaling($w,pxmax) $scaling($w,pymax) \
396 if { $xcrd >= $scaling($w,pxmin) && $xcrd <= $scaling($w,pxmax) } {
452 $scaling($w,pxmax) $scaling($w,pymax) \
478 if {($xcrd >= $scaling($w,pxmin)) && ($xcrd <= $scaling($w,pxmax))} {
517 set xt [expr {($scaling($w,pxmin)+$scaling($w,pxmax))/2}]
546 set xt $scaling($w,pxmax)
662 $scaling($w,pxmax) $scaling($w,pymax) \
923 $scaling($w,pxmax)
[all...]
H A Dplotscada.tcl37 set pxmax [expr {[WidthCanvas $w] - 1}]
42 ScadaScaling $w default [list $pxmin $pymax $pxmax $pymin] \
43 [list $pxmin $pymin $pxmax $pymax]
H A Dplotbusiness.tcl112 set x2 $scaling($w,pxmax)
/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dncurses.c4565 int pxmax, pymax, lowend, highend, c; local
4567 getmaxyx(pad, pymax, pxmax);
4660 if (portx >= pxmax || portx >= COLS)
4703 if (basex + portx - (pymax > porty) < pxmax)
4717 if (basey + porty - (pxmax > portx) < pymax)
4746 if (scrollers && (pxmax > portx - 1)) {
4748 float ratio = ((float) length) / ((float) pxmax);
4793 porty - (pxmax > portx) - 1,

Completed in 108 milliseconds