Searched refs:ystart (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/tcl-105/tk/tk/win/
H A DtkWinDraw.c1093 int xstart, ystart, xend, yend;
1134 ystart = (int)((yr + sin(-radian_start)*height/2.0) + 0.5);
1154 Arc(dc, x, y, (int) (x+width+1), (int) (y+height+1), xstart, ystart,
1161 xstart, ystart, xend, yend);
1164 xstart, ystart, xend, yend);
1079 int xstart, ystart, xend, yend; local
/macosx-10.10/screen-22/screen/
H A Dmark.c966 int ystart = 0, yend = fore->w_height-1; local
1008 ystart += MarkScrollDownDisplay(-i);
1046 if (ry < ystart)
1048 y += (ystart - ry);
1051 ry = ystart;
/macosx-10.10/tcl-105/tk84/tk/win/
H A DtkWinDraw.c1107 int xstart, ystart, xend, yend;
1148 ystart = (int)((yr + sin(-radian_start)*height/2.0) + 0.5);
1168 Arc(dc, x, y, x+width+1, y+height+1, xstart, ystart, xend, yend);
1173 Chord(dc, x, y, x+width+1, y+height+1, xstart, ystart, xend, yend);
1175 Pie(dc, x, y, x+width+1, y+height+1, xstart, ystart, xend, yend);
1093 int xstart, ystart, xend, yend; local
/macosx-10.10/ruby-106/ruby/ext/tk/sample/
H A Dtktree.tcl174 set ystart $cfg($win,y); set yend $cfg($win,y)
225 $win lower [$win create line $xpos [expr $ystart - 7] $xpos $yend -fill $cfg($win,linecolor)]

Completed in 131 milliseconds