Searched refs:yscale (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotchart.tcl722 # yscale Minimum, maximum and step for y-axis
730 proc ::Plotchart::createXYPlot { w xscale yscale args} {
746 foreach {ymin ymax ydelt} $yscale {break}
810 # yscale Minimum, maximum and step for y-axis
817 proc ::Plotchart::createStripchart { w xscale yscale } {
820 set newchart [createXYPlot $w $xscale $yscale]
836 # yscale Minimum and maximum for y-axis
844 proc ::Plotchart::createIsometricPlot { w xscale yscale stepsize } {
867 foreach {ymin ymax ydelt} $yscale {break}
892 # yscale Minimu
[all...]
H A Dplotannot.tcl195 foreach {xscale yscale} $scales {
197 set ynew [expr {$ybase+$yscale*$factor}]
H A Dplotbusiness.tcl75 # yscale Minimum, maximum and step for the y-axis
82 proc ::Plotchart::Draw3DBarchart { w yscale nobars } {
148 # foreach {ymin ymax ystep} $yscale {break}
150 # foreach {ymax ymin ystep} $yscale {break}
H A Dplotaxis.tcl1230 # yscale New minimum, maximum and step for y-axis
1238 proc ::Plotchart::RescalePlot { w xscale yscale } {
1242 foreach {ymin ymax ydelt} $yscale {break}
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiff2ps.c523 double yscale = 1; local
556 yscale = imageheight;
561 yscale = imageheight * (pageheight / splitheight);
588 fprintf(fp, "%f %f scale\n", xscale, yscale);
595 fprintf(fp, "%f %f scale\n", xscale, yscale);
629 yscale = (imageheight + overlapspace);
645 fprintf(fp, "%f %f scale\n", xscale, yscale);
651 fprintf(fp, "%f %f scale\n", xscale, yscale);
671 fprintf(fp, "%f %f scale\n", xscale, yscale);
676 fprintf(fp, "%f %f scale\n", yscale, xscal
695 double xscale = 1.0, yscale = 1.0, scale = 1.0; local
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DImage.cpp254 float yscale = static_cast<float>(scaledSize.height()) / unscaledSize.height(); local
256 scaledSrcRect.scale(xscale, yscale);
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tk/
H A Dcanvastag.rb160 def scale(xorigin, yorigin, xscale, yscale)
161 @c.scale(@id, xorigin, yorigin, xscale, yscale)
/macosx-10.10/groff-38/groff/src/preproc/pic/
H A Dobject.cpp103 double yscale = dim.y/max_height; local
104 return xscale > yscale ? xscale : yscale;
/macosx-10.10/tcl-105/tcl_ext/snack/snack/generic/
H A DjkCanvSpeg.c1107 float yscale = (float) (nbins - top)/ height; local
1131 float fy = yscale * j;
1526 float yscale = ((float)siPtr->topfrequency * nbins / local
1574 float fy = yscale * j;
H A DjkCanvSect.c375 float yscale = (float) ((float) (sectPtr->height - 1) / local
389 sectPtr->maxValue) * yscale;
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/tcllib/
H A Dplotchart.rb432 def rescale(xscale, yscale) # xscale|yscale => [newmin, newmax, newstep]
433 tk_call_without_enc(@chart, 'rescale', xscale, yscale)

Completed in 296 milliseconds