Home
last modified time | relevance | path

Searched refs:sumwidth (Results 1 – 19 of 19) sorted by relevance

/dports/cad/alliance/alliance/src/ocp/src/common/
H A DPCommon.cpp41 const double sumwidth, const double minwidth, int& nrows) in SquareShape() argument
44 nrows = (int)(sqrt((1.0 + margin) * sumwidth / ROWHEIGHT) + 0.5); in SquareShape()
45 double RowWidth = (double)((int)(((1.0 + margin) * sumwidth / (double)nrows) + 0.5)); in SquareShape()
H A DPCommon.h37 const double SquareShape(const double margin, const double sumwidth,
/dports/deskutils/plan/plan-1.10.1/src/
H A Dg_formop.c188 int sumwidth = 0; /* total length of summary */ in verify_form() local
210 sumwidth += item->sumwidth; in verify_form()
273 else if ((item->sumwidth == it->sumwidth)!=eq) in verify_form()
303 && item->sumwidth>0 && it->sumwidth>0 in verify_form()
322 if (form->nitems && sumwidth == 0) { in verify_form()
H A Dform.h170 int sumwidth; /* width in summary listing if IN_DBASE */ member
H A Dg_formfile.c110 fprintf(fp, "sumwid %d\n", item->sumwidth); in write_form()
326 item->sumwidth = atoi(p); in read_form()
/dports/japanese/plan/plan-1.10.1/src/
H A Dg_formop.c188 int sumwidth = 0; /* total length of summary */ in verify_form() local
210 sumwidth += item->sumwidth; in verify_form()
273 else if ((item->sumwidth == it->sumwidth)!=eq) in verify_form()
303 && item->sumwidth>0 && it->sumwidth>0 in verify_form()
322 if (form->nitems && sumwidth == 0) { in verify_form()
H A Dform.h170 int sumwidth; /* width in summary listing if IN_DBASE */ member
H A Dg_formfile.c110 fprintf(fp, "sumwid %d\n", item->sumwidth); in write_form()
326 item->sumwidth = atoi(p); in read_form()
/dports/net/omnitty/omnitty-0.3.0/
H A Dmachmgr.c169 int sumheight, sumwidth; in machmgr_draw_summary() local
173 getmaxyx(w, sumheight, sumwidth); in machmgr_draw_summary()
179 make_vt_summary(machs[i]->vt, sumbuf, sumwidth); in machmgr_draw_summary()
/dports/games/etracer/etr-0.8.1/src/
H A Dregist.cpp102 int sumwidth = framewidth * 2 + arrowwidth * 2; in Enter() local
103 area = AutoAreaN(30, 80, sumwidth); in Enter()
/dports/textproc/estraier/estraier-1.2.30/locale/ja/
H A Destsearch.conf52 sumwidth: 16
/dports/graphics/libfpx/libfpx-1.3.1-10/fpx/
H A Dfilter.cpp416 double widthg1, widthg2, rootg1, rootg2, sumwidth; in BlurFilter() local
448 sumwidth = g2_width + g1_width; in BlurFilter()
471 if (sumwidth > widthg2 + widthg1) { in BlurFilter()
472 sumwidth = widthg2 + widthg1; in BlurFilter()
/dports/textproc/estraier/estraier-1.2.30/
H A Destsearch.conf52 sumwidth: 16
H A Destsearch.c60 int sumwidth = 0; /* number of words near each keyword in summary */ variable
210 sumwidth = atoi(skiplabel(tmp)); in main()
304 if(sumwidth < 1) showerror("sumwidth is undefined."); in main()
1576 tb = wnum > 0 && wnum < 4 ? (sumwidth / 2) / wnum : 0; in showsummary()
1587 bi = i - (sumwidth + tb) / 2; in showsummary()
1591 for(j = bi; j < lnum && j <= bi + sumwidth + tb; j++){ in showsummary()
1614 if(pv < lnum - sumwidth && sumall - gshow > sumwidth){ in showsummary()
H A Destserver.c96 int sumwidth = 0; /* number of words near each keyword in summary */ variable
363 sumwidth = atoi(skiplabel(tmp)); in readconf()
454 if(sumwidth < 1) die("sumwidth is undefined."); in readconf()
2535 tb = wnum > 0 && wnum < 4 ? (sumwidth / 2) / wnum : 0; in showsummary()
2546 bi = i - (sumwidth + tb) / 2; in showsummary()
2550 for(j = bi; j < lnum && j <= bi + sumwidth + tb; j++){ in showsummary()
2573 if(pv < lnum - sumwidth && sumall - gshow > sumwidth){ in showsummary()
/dports/textproc/xml2rfc/xml2rfc-3.5.0/xml2rfc/
H A Dutils.py221 sumwidth = sum( [len(s) for s in strings] )
222 if sumwidth > width:
227 strings[longest_index] = strings[longest_index][:-(sumwidth - width)]
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Dpenetrate.c765 int sumwidth; in NewLevel() local
772 sumwidth = XTextWidth(st->font, buf, strlen(buf)); in NewLevel()
774 sumwidth += 60; in NewLevel()
776 sumwidth += 40; in NewLevel()
777 DrawCity(st, xlim / 2 - sumwidth / 2 + 30, ylim * 0.70, st->city[0].color); in NewLevel()
778 …XDrawString(st->dpy, st->window, st->level_gc, xlim / 2 - sumwidth / 2 + 40 + 60, ylim * 0.7, buf,… in NewLevel()
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/src/
H A Dautocomplete.cpp1197 unsigned rows = 1, cols = 0, sumwidth = 0; in applyCompletion() local
1208 sumwidth += width + 3; in applyCompletion()
1209 if (3 + sumwidth > consoleWidth) in applyCompletion()
1220 sumwidth = 0; in applyCompletion()
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Dlvrend.cpp1129 int sumwidth = 0; in PlaceCells() local
1142 sumwidth += cols[x]->width; in PlaceCells()
1151 if (sumwidth) { in PlaceCells()
1152 sumwidthpercent = 100*sumwidth/assignable_width; in PlaceCells()
1180 sumwidth = 0; in PlaceCells()
1191 sumwidth += cols[i]->width; in PlaceCells()
1207 int restwidth = assignable_width - sumwidth; in PlaceCells()
1226 sumwidth += cols[i]->width; in PlaceCells()
1233 sumwidth += delta; in PlaceCells()
1237 if (sumwidth>assignable_width && sumwidth>0) { in PlaceCells()
[all …]