Home
last modified time | relevance | path

Searched refs:ydots (Results 1 – 25 of 46) sorted by relevance

12

/dports/graphics/xfractint/xfractint-20.04p16/common/
H A Dloadfdos.c88 videoentry.xdots, videoentry.ydots, in format_vid_inf()
97 * (double)videoentry.xdots / (double)videoentry.ydots in vid_aspect()
153 && (info->xdots > vident->xdots || info->ydots > vident->ydots) in get_video_mode()
156 * (info->ydots < vident->ydots ? vident->ydots : info->ydots) in get_video_mode()
164 if (info->ydots > vident->ydots) in get_video_mode()
165 vident->ydots = info->ydots; in get_video_mode()
174 if (info->xdots == vident->xdots && info->ydots == vident->ydots in get_video_mode()
193 if (info->xdots == vident->xdots && info->ydots == vident->ydots in get_video_mode()
207 if (info->xdots > videoentry.xdots || info->ydots > videoentry.ydots) in get_video_mode()
209 else if (info->xdots < videoentry.xdots || info->ydots < videoentry.ydots) in get_video_mode()
[all …]
H A Dprinter.c682 imax=(ydots/8)-1; in Print_Screen()
717 high=ydots/256; in Print_Screen()
718 low=ydots-(high*256); in Print_Screen()
721 for (y=ydots-1;(y>=0);y--) { in Print_Screen()
736 high=ydots/256; in Print_Screen()
737 low=ydots%256; in Print_Screen()
751 for (y=ydots-1;y>=0;y--) in Print_Screen()
801 nextpixel += ydots; in Print_Screen()
1085 pj_width = ydots; in graphics_init()
1144 rleprolog(xdots,ydots); in graphics_init()
[all …]
H A Dant.c29 #define YO (ydots/2)
140 y[color] = RANDOM(ydots); in TurkMite1()
197 if ((idir == 0 && iy == ydots - 1) || in TurkMite1()
219 if ((idir == 0 && iy == ydots - 1) || in TurkMite1()
260 y[color] = RANDOM(ydots); in TurkMite2()
343 if ((idir == 0 && iy == ydots - 1) || in TurkMite2()
394 for (i = 0; i < ydots; i++) in ant()
399 for (i = 0; i < ydots; i++) in ant()
401 incy[0][ydots - 1] = 0; /* wrap from the top of the screen to the in ant()
403 for (i = 1; i < ydots; i++) in ant()
[all …]
H A Dframain2.c83 ydots = videoentry.ydots; /* # dots down the screen */ in big_while_loop()
89 sydots = ydots; in big_while_loop()
151 ydots = sydots; in big_while_loop()
153 videoentry.ydots = ydots; in big_while_loop()
216 ydots=sydots; in big_while_loop()
222 ydots = ydots - (ydots % 4); in big_while_loop()
230 dysize = ydots - 1; in big_while_loop()
371 ydots = resume_e_info.ydots; in big_while_loop()
429 resume_e_info.ydots = (short)ydots; in big_while_loop()
1589 oldydots = ydots; in evolver_menu_switch()
[all …]
H A Djiim.c589 SaveRect(0,0,xdots,ydots); in Jiim()
592 RestoreRect(0,0,xdots,ydots); in Jiim()
616 yd = vesa_yres - ydots; in Jiim()
618 yc = video_starty + ydots; in Jiim()
643 fillrect(xc , ydots, xdots, yd-ydots, color_dark); in Jiim()
654 row < 0 || row >= ydots) in Jiim()
863 if(row >= ydots) { in Jiim()
959 fillrect(xc , ydots, xdots, yd-ydots-show_numbers, color_dark); in Jiim()
1233 fillrect(xc , ydots, xdots, yd-ydots, color_dark); in Jiim()
1282 ydots = sydots; in Jiim()
[all …]
H A Dstereo.c116 for(yd = 0; yd < ydots; yd++) in get_min_max()
162 if((Y) >= ydots) in outline_stereo()
165 colour = &same[ydots]; in outline_stereo()
234 colour = &same[ydots]; in do_AutoStereo()
278 BARHEIGHT = 1 + ydots / 20; in do_AutoStereo()
283 YCEN = ydots/2; in do_AutoStereo()
295 while((Y) < ydots) in do_AutoStereo()
304 while(Y < ydots) in do_AutoStereo()
H A Dline3d.c264 (float) ((long) (ydots - 1) * (long) (ydots - 1)))); in line3d()
687 if (old.y >= ydots) in line3d()
688 old.y = ydots - 1; in line3d()
1057 if (y >= 0 && y < ydots) in putminmax()
1119 if (maxy >= ydots) in putatriangle()
1120 maxy = ydots - 1; in putatriangle()
1150 if (pt.y < ydots) in offscreen()
1160 0 <= y && y < ydots && in clipcolor()
1225 0 <= y && y < ydots && in interpcolor()
2395 lview[1] = ydots >> 1; in first_time()
[all …]
H A Dencoder.c310 rowlimit = ydots;
322 if (write2(&ydots, 2, 1, g_outfile) != 1)
336 i = (int) ((((double) ydots / (double) xdots) / finalaspectratio) * 64 - 14.5);
405 if (write2(&ydots, 2, 1, g_outfile) != 1)
489 esave_info.ydots = (short)ydots;
509 esave_info.ydots = (short)resume_e_info.ydots;
689 save_info->ydots = (short) videoentry.ydots;
973 for (rownum = 0; rownum < ydots; rownum++)
975 for (ydot = rownum; ydot < rowlimit; ydot += ydots)
979 if (save16bit == 0 || ydot < ydots)
[all …]
H A Dfracsubr.c45 dy1 = (dx1 = (dy0 = dx0 + xdots) + ydots) + ydots; in set_grid_pointers()
47 ly1 = (lx1 = (ly0 = lx0 + xdots) + ydots) + ydots; in set_grid_pointers()
63 for (i = 1; i < ydots; i++ ) { in fill_dx_array()
83 for (i = 1; i < ydots; i++ ) { in fill_lx_array()
130 xytemp = xdots + ydots; in calcfracinit()
403 xmax = lx0[xdots-1] + lx1[ydots-1]; in calcfracinit()
404 ymin = ly0[ydots-1] + ly1[xdots-1]; in calcfracinit()
405 x3rd = xmin + lx1[ydots-1]; in calcfracinit()
406 y3rd = ly0[ydots-1]; in calcfracinit()
429 for (i = 1; i < ydots; i++ ) { in calcfracinit()
[all …]
H A Dmiscfrac.c413 plot(xdots-1,ydots-1, rnd[2]); in plasma()
414 plot( 0,ydots-1, rnd[3]); in plasma()
418 subDivide(0,0,xdots-1,ydots-1); in plasma()
541 ymax = ydots / 2 + border; in diffusion()
542 ymin = ydots / 2 - border; in diffusion()
547 ymin = ydots - border; in diffusion()
550 if (xdots > ydots) in diffusion()
551 radius = ydots - border; in diffusion()
576 if (xdots > ydots) in diffusion()
577 for (i=0;i<ydots;i++){ in diffusion()
[all …]
H A Dzoom.c606 if (fromrow >= 0 && fromrow < ydots) { in move_row()
655 j = ydots-1; in init_pan_or_recalc()
660 listfull |= add_worklist(0,xdots-1,0,ydots-row,ydots-1,ydots-row,0,0); in init_pan_or_recalc()
661 j = ydots - row - 1; } in init_pan_or_recalc()
680 for (y=0; y<ydots; ++y) move_row(y+row,y,col); in init_pan_or_recalc()
682 for (y=ydots; --y>=0;) move_row(y+row,y,col); in init_pan_or_recalc()
694 if ((yto = worklist[wknum].yystop) >= ydots) yto = ydots - 1; in restart_window()
709 if ( wk->yystart >= ydots || wk->yystop < 0 in fix_worklist()
732 if (wk->yystop >= ydots) { /* partly off bottom edge */ in fix_worklist()
733 j = ydots-1; in fix_worklist()
H A Djb.c88 inch_per_ydotfp = heightfp / ydots; in JulibrotSetup()
136 inch_per_ydot = (long) ((heightfp / ydots) * fg16); in JulibrotSetup()
400 for (y = 0, ydot = (ydots >> 1) - 1; ydot >= 0; ydot--, y -= inch_per_ydot) in Std4dFractal()
411 row = ydots - row - 1; in Std4dFractal()
441 for (y = 0, ydot = (ydots >> 1) - 1; ydot >= 0; ydot--, y -= inch_per_ydotfp) in Std4dfpFractal()
452 row = ydots - row - 1; in Std4dfpFractal()
H A Dplot3d.c358 if(rowcount >= ydots/2) in plot3dcrosseyedA()
376 if(rowcount >= ydots/2) in plot3dcrosseyedC()
426 yshift1 = yshift = (int)((YSHIFT * (double)ydots)/100); in plot_setup()
458 yyadjust = (int)(-(ytrans* (double)ydots)/100); in plot_setup()
H A Dcalcfrac.c316 if (i > iystop && i < ydots)
332 if (i > iystop && i < ydots && j <= k)
341 if (i > iystop && i < ydots)
374 if (i > iystop && i < ydots)
742 iystop = yystop = ydots -1;
900 worklist[0].yystop = ydots - 1;
924 aspect = (double)ydots/(double)xdots;
926 dysize = ydots-1;
1564 double yfactor = ydots / 2.0;
3753 ftemp *= (ydots-1);
[all …]
H A Dlorenz.c1418 if ( col >= 0 && col < xdots && row >= 0 && row < ydots ) in orbit2dfloat()
1553 if ( col >= 0 && col < xdots && row >= 0 && row < ydots ) in orbit2dlong()
2024 if ( col >= 0 && col < xdots && row >= 0 && row < ydots ) in plotorbits2dfloat()
2064 if ( col >= 0 && col < xdots && row >= 0 && row < ydots ) in plotorbits2dfloat()
2067 if ( col > 0 && col < xdots && row > 0 && row < ydots ) in plotorbits2dfloat()
2148 ydots = sydots; in funny_glasses_call()
2344 if ( col >= 0 && col < xdots && row >= 0 && row < ydots ) in ifs2d()
2588 tmpy += ((double)yshift*(yymax-yymin))/(ydots); in long3dviewtransf()
2599 tmpy += ((double)yshift1*(yymax-yymin))/(ydots); in long3dviewtransf()
2728 tmpy += ((double)yshift*(yymax-yymin))/(ydots); in float3dviewtransf()
[all …]
H A Dmiscovl.c200 pydots = ydots; in make_batch_file()
314 pydots = videotable[i].ydots; in make_batch_file()
1390 rez = ydots-1; in getprecbf()
1442 rez = ydots-1; in getprecdbl()
1968 vident.ydots, in update_fractint_cfg()
2240 iyhalf = ydots / 2; in flip_image()
2248 for (j = 0; j < ydots; j++) in flip_image()
2281 putcolor(i, j, getcolor(i,ydots-1-j)); in flip_image()
2282 putcolor(i,ydots-1-j, tempdot); in flip_image()
2308 for (j = 0; j < ydots; j++) in flip_image()
[all …]
H A Dlsysf.c369 locaspect=screenaspect*xdots/ydots; in lsysf_findscale()
400 vert = (float)((ydots-6) /(ymax-ymin)); in lsysf_findscale()
409 ts->ypos = ydots/2; in lsysf_findscale()
412 ts->ypos = (ydots-locsize*(ymax+ymin))/2; in lsysf_findscale()
680 locaspect=screenaspect*xdots/ydots; in lsysf_dosincos()
H A Dloadfile.c339 if (filexdots > xdots || fileydots > ydots) { in read_overlay()
470 resume_e_info.ydots = blk_6_info.ydots; in read_overlay()
494 ydots = blk_6_info.ydots; in read_overlay()
767 blk_6_info->ydots = eload_info.ydots; in find_fractal_info()
824 info->ydots = (short)fileydots; in find_fractal_info()
945 usr_distest = (info->ydots - 1) * 2; in backwardscompat()
949 usr_distest = (info->ydots - 1) * 2; in backwardscompat()
1572 cross_size = ydots / 45; in drawindow()
/dports/graphics/xfractint/xfractint-20.04p16/extra/
H A Dtru.c24 int xdots, ydots, i, j, err; in main() local
44 fread (&ydots, 2,1,fpin); /* read ydots */ in main()
50 fwrite (&ydots, 2,1,fpout); /* write ydots */ in main()
53 printf("xdots %d ydots %d maxiter %ld\n",xdots,ydots,maxiter); in main()
55 for(j=0;j<ydots;j++) in main()
/dports/graphics/netpbm/netpbm-10.91.01/converter/ppm/
H A Dppmtoacad.c44 static void slideout ARGS((int xdots, int ydots, int ncolors,
152 static void slideout(xdots, ydots, ncolors, red, green, blue) in slideout() argument
153 int xdots, ydots, ncolors; in slideout()
175 ysize = polymode ? ydots : (ydots - 1);
220 for (i = 0; i < ydots; i++) {
232 for (i = 0; i < ydots; i++) {
241 outrun(rpix, ydots - 1, i, rx, x - 1);
250 outrun(rpix, ydots - 1, i, rx, xdots - 1);
/dports/comms/ibp/ibp-0.21/
H A Dxdisp.c654 projillum(wtab, xdots, ydots, dec) in projillum() argument
656 int xdots, ydots;
664 for (i = 0; i < ydots; i++)
690 ilat = ydots - (lat + 90.0) * (ydots / 180.0);
705 wtab[(ydots - 1) - ilat] = ilon == 0 ? 1 : ilon;
710 wtab[(ydots - 1) - i] = xt == 0 ? 1 : xt;
722 ilat = ydots - 1;
729 for (i = ilat; i != ydots / 2; i += lilat) {
770 moveterm(wtab, noon, otab, onoon, xdots, ydots, pixmap) in moveterm() argument
772 int noon, onoon, xdots, ydots;
[all …]
/dports/science/jdftx/jdftx-1.6.0/jdftx/core/
H A DMinimize_lBFGS.h145 double ydots = sync(dot(y, h->s)); in lBFGS() local
146 h->rho = 1./ydots; in lBFGS()
147 gamma = ydots / sync(dot(y, h->Ky)); in lBFGS()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/interfaces/matlab/toolbox/@Kinetics/
H A Dydot.m9 % for which the ydots are desired.
/dports/graphics/xfractint/xfractint-20.04p16/headers/
H A Dfractint.h90 int ydots; /* number of dots down the screen */ member
130 short ydots; member
415 short ydots; member
1031 short ydots; member
/dports/graphics/xfractint/xfractint-20.04p16/key/
H A Dnew19-5.key20 "g" "comment=$date$/$xdots$_x_$ydots$/On_a_Pentium_166/$calctime$"

12