Searched refs:xwidth (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/top-100.1.2/
H A Dgeneric.c119 int yheight, xwidth, xpos; local
122 xwidth = s->actual_size.width;
127 n = xwidth - xoffset;
136 xpos = ((xwidth - xoffset) / 2) - (slen / 2);
148 if((slen + xpos) >= xwidth) {
150 n = xwidth - xpos - xoffset;
162 xpos = xwidth - slen - xoffset;
169 n = xwidth - xpos;
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotbusiness.tcl291 set xb [expr {$xe-$data_series($w,xwidth)}]
342 set xb [expr {$xe-$data_series($w,xwidth)}]
H A Dplotchart.tcl1904 set data_series($w,xwidth) [expr {0.7*$xstep}]

Completed in 61 milliseconds