Home
last modified time | relevance | path

Searched refs:thisy (Results 1 – 25 of 63) sorted by relevance

123

/dports/databases/jdb/jdb-1.14/
H A Ddb2dcliff124 my($lastx, $lasty, $thisx, $thisy);
128 my($lastx, $lasty, $thisx, $thisy) = @_;
130 @a[$STARTX, $STARTY, $ENDX, $ENDY] = ($lastx, $lasty, $thisx, $thisy);
131 @a[$RANGEX, $RANGEY] = ($thisx - $lastx, $thisy - $lasty);
149 ($thisx, $thisy) = @f[$x_col, $y_col];
151 $d[$n] = points_to_segment($lastx, $lasty, $thisx, $thisy);
153 if ($lastx > $thisx || $lasty > $thisy);
157 ($lastx, $lasty) = ($thisx, $thisy);
/dports/japanese/hns/hns-2.19.9/contrib/todayhns/
H A Dtodayhns154 thisy=`date +$DATE_YEAR_FMT`
162 y=$thisy
170 y=$thisy
198 thisy=`date +$DATE_YEAR_FMT`
204 y=$thisy
208 y=$thisy
212 y=$thisy
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/widgets/
H A Dspan_selector.py35 thisy = y[indmin:indmax]
36 line2.set_data(thisx, thisy)
38 ax2.set_ylim(thisy.min(), thisy.max())
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/widgets/
H A Dspan_selector.py35 thisy = y[indmin:indmax]
36 line2.set_data(thisx, thisy)
38 ax2.set_ylim(thisy.min(), thisy.max())
/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/graphics/charts/
H A Dlegends.py285 y0 = thisy+(dy-ascent)*0.5
292 thisy = upperlefty
295 thisy = newy
300 return Rect(x, thisy, dx, dy,
351 thisy = self.y - self.dy
355 thisy += height/2.
357 thisy += height
363 upperlefty = thisy
528 thisy = upperlefty
530 thisy = thisy-max(deltay,leadingMove)-yGap
[all …]
/dports/german/BBBike/BBBike-3.18/
H A DBBBikeProfil.pm151 my($thisx, $thisy);
153 $thisy = $y_sub->($hoehe->{"$x,$y"});
157 push @poly_coords, $thisx, $thisy;
160 ($lastx, $lasty, $thisx, $thisy,
171 ($lastx, $lasty) = ($thisx, $thisy);
181 my $thisy = $y_sub->(0);
182 $c->createText($thisx, $thisy - 7,
/dports/games/spring/spring_98.0/AI/Skirmish/HughAI/src-ai/hughai/mapping/
H A DBuildMap.java191 int thisy = buildMapPos.y + deletay - sizey / 2; in ReserveSpace() local
192 if( thisx >= 0 && thisy >= 0 && thisx < mapwidth && thisy < mapheight ) in ReserveSpace()
194 SquareAvailable[ thisx][thisy ] = false; in ReserveSpace()
234 int thisy = buildMapPos.y + deltay - unitdef.getZSize() / 2; in UnitCreated() local
235 SquareAvailable[ thisx][thisy ] = false; in UnitCreated()
H A DLosMap.java300 int thisy = losMapPos.y + deltay; in MarkInCurrentLos() local
301 …if( thisx >= 0 && thisx < mapwidth / granularity && thisy >= 0 && thisy < mapheight / granularity ) in MarkInCurrentLos()
303 LastSeenFrameCount[ thisx][ thisy ] = frame; in MarkInCurrentLos()
H A DMetal.java442 int thisy = spoty + deltay; in CalculateAvailableMetalForEachSpot() local
443 if ( thisy >= 0 && thisy < mapheight ) in CalculateAvailableMetalForEachSpot()
447 metalthisspot += metalremaining[ thisx][ thisy ]; in CalculateAvailableMetalForEachSpot()
/dports/cad/electric/electric-7.00/src/graph/
H A Dgraphcommon.cpp1115 thisy = aty + y; in gra_drawcircle()
1116 if (thisy >= 0 && thisy < maxy) in gra_drawcircle()
1127 thisy = aty - y; in gra_drawcircle()
1128 if (thisy >= 0 && thisy < maxy) in gra_drawcircle()
1140 if (thisy >= 0 && thisy < maxy) in gra_drawcircle()
1152 if (thisy >= 0 && thisy < maxy) in gra_drawcircle()
1283 if (thisy >= 0 && thisy < maxy) in gra_drawthickcircle()
1294 if (thisy >= 0 && thisy < maxy) in gra_drawthickcircle()
1305 if (thisy >= 0 && thisy < maxy) in gra_drawthickcircle()
1316 if (thisy >= 0 && thisy < maxy) in gra_drawthickcircle()
[all …]
/dports/graphics/intergif/igsrc/src/
H A Dloaddraw.c296 int thisy = sectiony/ANIM_AAFACTOR; in Anim_ConvertDraw() local
299 tm.y2 = basey2 - (h-offset-thisy)*256*ANIM_AAFACTOR*2; in Anim_ConvertDraw()
301 if ( thisy + offset > h ) in Anim_ConvertDraw()
302 thisy = h - offset; in Anim_ConvertDraw()
304 debugf( "Pass %d: thisy=%d offset=%d\n", pass, thisy, offset ); in Anim_ConvertDraw()
344 w, thisy ); in Anim_ConvertDraw()
351 w, thisy ); in Anim_ConvertDraw()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/rcons/
H A Draster_text.c92 int thisx, thisy; in raster_textn() local
141 thisy = y1 + c->homey; in raster_textn()
208 r, thisx, thisy, charrast->width, charrast->height, in raster_textn()
215 r, thisx, thisy, charrast->width, charrast->height, in raster_textn()
/dports/devel/notcurses/notcurses-3.0.1/src/demo/
H A Dchunli.c34 unsigned thisx, thisy; in chunli_draw() local
35 ncplane_dim_yx(chuns[i].n, &thisy, &thisx); in chunli_draw()
36 if(ncplane_move_yx(chuns[i].n, (dimy - thisy) / 2, (dimx - thisx) / 2)){ in chunli_draw()
/dports/graphics/gimp-app/gimp-2.10.30/app/file-data/
H A Dfile-data-gih.c311 gint thisy, thish; in file_gih_image_to_pipe() local
322 thisy = MAX (0, y - offset_y); in file_gih_image_to_pipe()
323 thish = (ynext - offset_y) - thisy; in file_gih_image_to_pipe()
324 thish = MIN (thish, height - thisy); in file_gih_image_to_pipe()
339 GEGL_RECTANGLE (thisx, thisy, in file_gih_image_to_pipe()
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/animation/
H A Ddouble_pendulum.py90 thisy = [0, y1[i], y2[i]]
97 history_y.appendleft(thisy[2])
99 line.set_data(thisx, thisy)
/dports/x11/xlockmore/xlockmore-5.67/modes/
H A Drotor.c234 int thisx, thisy; in draw_rotor() local
248 thisy = rp->centery; in draw_rotor()
251 thisy = rp->prevcentery; in draw_rotor()
277 thisy += (int) (SINF(pelem->angle) * pelem->radius); in draw_rotor()
310 y_2 = thisy; in draw_rotor()
321 rp->save[rp->rotor].y = rp->lasty = thisy; in draw_rotor()
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Drotor.c236 int thisx, thisy; in draw_rotor() local
250 thisy = rp->centery; in draw_rotor()
253 thisy = rp->prevcentery; in draw_rotor()
279 thisy += (int) (SINF(pelem->angle) * pelem->radius); in draw_rotor()
312 y_2 = thisy; in draw_rotor()
323 rp->save[rp->rotor].y = rp->lasty = thisy; in draw_rotor()
/dports/cad/electric/electric-7.00/src/db/
H A Ddbtechi.c906 angle = figureangle(thisx, thisy, nextx, nexty); in tech_filltrans()
914 thisy += mult(sine(ang), extendt); in tech_filltrans()
926 thisxl = thisx + cos; thisyl = thisy + sin; in tech_filltrans()
932 thisxr = thisx + cos; thisyr = thisy + sin; in tech_filltrans()
1117 thisx = list[0]; thisy = list[1]; in tech_filltransport()
1119 angle = figureangle(thisx, thisy, nextx, nexty); in tech_filltransport()
1122 thisy += mult(sine(ang), polyextend) + yoff; in tech_filltransport()
1142 thisy += mult(sine(ang), polyextend) + yoff; in tech_filltransport()
1181 thisy += mult(sine(angle), diffinset); in tech_filltransport()
1202 thisx = x; thisy = y; in tech_filltransport()
[all …]
/dports/science/xdrawchem/xdrawchem-a3f74c34eb09fa72ee16848ec6901049ca5309d5/xdrawchem/
H A Ddrawable.cpp247 double thisy = start->y - origin->y;
248 double newx = thisx * cos(angle) + thisy * sin(angle);
249 double newy = -thisx * sin(angle) + thisy * cos(angle);
256 double thisy = end->y - origin->y;
257 double newx = thisx * cos(angle) + thisy * sin(angle);
258 double newy = -thisx * sin(angle) + thisy * cos(angle);
/dports/audio/audacity/audacity-Audacity-3.1.3/src/tracks/timetrack/ui/
H A DTimeTrackView.cpp123 int thisy = r.y + (int)y; in DrawHorzRulerAndCurve() local
124 AColor::Line(dc, mid.x + x, thisy - 1, mid.x + x, thisy+2); in DrawHorzRulerAndCurve()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/popup/
H A DJmolGenericPopup.java56 thisy = y; in jpiShow()
61 menuShowPopup(popupMenu, thisx, thisy); in jpiShow()
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/animation/
H A Ddouble_pendulum_sgskip.py88 thisy = [0, y1[i], y2[i]]
90 line.set_data(thisx, thisy)
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/animation/
H A Ddouble_pendulum_sgskip.py88 thisy = [0, y1[i], y2[i]]
90 line.set_data(thisx, thisy)
/dports/games/tads/tads-3.0.8/tads2/
H A Dosunixt.c2508 int thisx, thisy; in osdbggts() local
2519 thisy = y; in osdbggts()
2523 ossdsp( thisy, thisx, win->oswcolor, tmpbuf ); in osdbggts()
2527 thisy++; in osdbggts()
2598 int thisx=x, thisy=y; in osdbggts() local
2610 thisy++; in osdbggts()
2638 int thisx=x, thisy=y; in osdbggts() local
2646 thisy++; in osdbggts()
2681 int thisy=y, thisx=x; in osdbggts() local
2694 if ( thisy == win->oswy2 ) in osdbggts()
[all …]
/dports/sysutils/tmux23/tmux-2.3/
H A Dtty.c1232 u_int thisx, thisy; in tty_cursor() local
1239 thisy = tty->cy; in tty_cursor()
1242 if (cx == thisx && cy == thisy) in tty_cursor()
1256 if (cx == 0 && cy == thisy + 1 && thisy != tty->rlower) { in tty_cursor()
1263 if (cy == thisy) { in tty_cursor()
1314 if (thisy != tty->rupper && in tty_cursor()
1315 cy == thisy - 1 && tty_term_has(term, TTYC_CUU1)) { in tty_cursor()
1321 if (thisy != tty->rlower && in tty_cursor()
1322 cy == thisy + 1 && tty_term_has(term, TTYC_CUD1)) { in tty_cursor()
1328 change = thisy - cy; /* +ve up, -ve down */ in tty_cursor()

123