Home
last modified time | relevance | path

Searched refs:frows (Results 1 – 25 of 83) sorted by relevance

1234

/dports/graphics/netpbm/netpbm-10.91.01/lib/
H A Dlibpbmfont1.c80 unsigned int const frows, in findFirstBlankRow() argument
110 unsigned int const frows, in findFirstBlankCol() argument
121 for (row = 1; row < frows; ++row) in findFirstBlankCol()
140 unsigned int const frows, in computeCharacterSize() argument
154 heightLast11Rows = frows - firstBlankRow; in computeCharacterSize()
189 unsigned int const frows, in pbm_dissectfont() argument
242 fn->frows = frows; in pbm_dissectfont()
304 int fcols, frows; in pbm_loadpbmfont() local
312 (frows - 1) / 12 >= pbm_maxfontheight()) in pbm_loadpbmfont()
314 else if (fcols < 31 || frows < 23) { in pbm_loadpbmfont()
[all …]
H A Dlibpbmfont0.c199 font2P->fcols = font2P->frows = 0; in pbm_createbdffont2_base()
257 pbm_freearray(font2P->oldfont, font2P->frows); in pbm_destroybdffont2_base()
292 pbm_freearray(fontP->oldfont, fontP->frows); in pbm_destroybdffont()
356 font2P->frows = fontP->frows; in pbm_expandbdffont()
H A Dpbmfont.h136 int fcols, frows; member
220 unsigned int fcols, frows; member
317 unsigned int const frows,
/dports/lang/yorick/yorick-y_2_2_04/play/any/
H A Dbitlrot.c15 p_lrot180(unsigned char *from, unsigned char *to, int fcols, int frows) in p_lrot180() argument
20 if (frows<0) return; in p_lrot180()
21 for (to+=frows*fbpl-fbpl,from+=fbpl-1 ; frows-- ; to-=fbpl,from+=fbpl) { in p_lrot180()
32 p_lrot090(unsigned char *from, unsigned char *to, int fcols, int frows) in p_lrot090() argument
36 int tbpl = (((unsigned int)(frows-1)) >> 3) + 1; in p_lrot090()
40 frows *= fbpl; in p_lrot090()
48 for (j=jbyt=0,jbit=1 ; j<frows ; j+=fbpl,jbit<<=1) { in p_lrot090()
62 int tbpl = (((unsigned int)(frows-1)) >> 3) + 1; in p_lrot270()
63 int shft = (tbpl<<3) - frows; in p_lrot270()
67 frows *= fbpl; in p_lrot270()
[all …]
H A Dbitmrot.c15 p_mrot180(unsigned char *from, unsigned char *to, int fcols, int frows) in p_mrot180() argument
20 if (frows<0) return; in p_mrot180()
21 for (to+=frows*fbpl-fbpl,from+=fbpl-1 ; frows-- ; to-=fbpl,from+=fbpl) { in p_mrot180()
32 p_mrot090(unsigned char *from, unsigned char *to, int fcols, int frows) in p_mrot090() argument
36 int tbpl = (((unsigned int)(frows-1)) >> 3) + 1; in p_mrot090()
40 frows *= fbpl; in p_mrot090()
48 for (j=jbyt=0,jbit=128 ; j<frows ; j+=fbpl,jbit>>=1) { in p_mrot090()
62 int tbpl = (((unsigned int)(frows-1)) >> 3) + 1; in p_mrot270()
63 int shft = (tbpl<<3) - frows; in p_mrot270()
67 frows *= fbpl; in p_mrot270()
[all …]
/dports/textproc/p5-Text-ANSITable/Text-ANSITable-0.606/lib/Text/
H A DANSITable.pm945 my $frows = [];
972 $self->{_draw}{frows} = $frows;
1094 my $frows = $self->{_draw}{frows};
1107 in => [map {$frows->[$_][$i]} 0..@$frows-1],
1116 for (0..@$frows-1) { $frows->[$_][$i] //= "" }
1127 my $frows = $self->{_draw}{frows};
1157 my $frows = $self->{_draw}{frows};
1190 my $frows = $self->{_draw}{frows};
1216 my $frows = $self->{_draw}{frows};
1268 my $frows = $self->{_draw}{frows};
[all …]
/dports/devel/ncurses/ncurses-6.3/menu/
H A Dm_format.c79 rows = menu->frows; in MENU_EXPORT()
86 menu->frows = (short)rows; in MENU_EXPORT()
107 _nc_Default_Menu.frows = (short)rows; in MENU_EXPORT()
128 *rows = Normalize_Menu(menu)->frows; in menu_format()
H A Dm_global.c216 set_menu_format(menu, menu->frows, menu->fcols); in _nc_Connect_Items()
570 menu->toprow = (short)(((menu->rows - menu->frows) >= 0) in _nc_New_TopRow_and_CurrentItem()
571 ? min(menu->rows - menu->frows, new_toprow) in _nc_New_TopRow_and_CurrentItem()
594 menu->toprow = (short)(((menu->rows - menu->frows) >= 0) in _nc_New_TopRow_and_CurrentItem()
595 ? min(menu->rows - menu->frows, new_toprow) in _nc_New_TopRow_and_CurrentItem()
/dports/science/gromacs/gromacs-2021.4/src/programs/view/
H A Dpopup.cpp120 int frows, fcol; in init_menu() local
147 frows = (1 + ht / mht); in init_menu()
151 frows = nent; in init_menu()
153 fcol = nent / frows; in init_menu()
158 frows = nent / ncol; in init_menu()
161 frows++; in init_menu()
164 InitWin(&(m->wd), 10, 10, fcol * mlen, frows * mht, 1, "Menu"); in init_menu()
173 for (k = 0; (k < frows) && (l < nent); k++, l++) in init_menu()
/dports/graphics/netpbm/netpbm-10.91.01/editor/
H A Dpbmmask.c68 static short * frows; variable
136 MALLOCARRAY(frows, fstacksize); in addflood()
137 if (fcols == NULL || frows == NULL) in addflood()
143 frows = (short*) realloc( in addflood()
144 (char*) frows, fstacksize * sizeof(short)); in addflood()
145 if (fcols == (short*) 0 || frows == (short*)0) in addflood()
150 frows[fstackp] = row; in addflood()
199 row = frows[fstackp]; in flood()
/dports/science/hypre/hypre-2.23.0/src/test/
H A Dfij_mv.f128 1 frows, fcols, fvalues)
134 integer frows
138 call HYPRE_IJMatrixSetValues(fmatrix, fnrows, fncols, frows,
152 1 frows, fcols, fvalues)
158 integer frows
162 call HYPRE_IJMatrixAddToValues(fmatrix, fnrows, fncols, frows,
/dports/graphics/darktable/darktable-3.6.1/src/common/
H A Dfocus.h96 static void _dt_focus_update(dt_focus_cluster_t *f, int frows, int fcols, int i, int j, int wd, int… in _dt_focus_update() argument
103 int fy = j / (float)ht * frows; in _dt_focus_update()
134 static void dt_focus_create_clusters(dt_focus_cluster_t *focus, int frows, int fcols, uint8_t *buff… in dt_focus_create_clusters() argument
140 const int fs = frows * fcols; in dt_focus_create_clusters()
146 memset(focus, 0, sizeof(dt_focus_cluster_t) * fcols * frows); in dt_focus_create_clusters()
153 _dt_focus_update(focus, frows, fcols, i, j, wd, ht, in dt_focus_create_clusters()
155 _dt_focus_update(focus, frows, fcols, i, j, wd, ht, in dt_focus_create_clusters()
174 _dt_focus_update(focus, frows, fcols, i, j, wd, ht, in dt_focus_create_clusters()
176 _dt_focus_update(focus, frows, fcols, i, j, wd, ht, in dt_focus_create_clusters()
208 _dt_focus_update(focus, frows, fcols, i, j, wd, ht, abs(diff)); in dt_focus_create_clusters()
[all …]
/dports/graphics/darktable38/darktable-3.8.0/src/common/
H A Dfocus.h96 static void _dt_focus_update(dt_focus_cluster_t *f, int frows, int fcols, int i, int j, int wd, int… in _dt_focus_update() argument
103 int fy = j / (float)ht * frows; in _dt_focus_update()
134 static void dt_focus_create_clusters(dt_focus_cluster_t *focus, int frows, int fcols, uint8_t *buff… in dt_focus_create_clusters() argument
140 const int fs = frows * fcols; in dt_focus_create_clusters()
146 memset(focus, 0, sizeof(dt_focus_cluster_t) * fcols * frows); in dt_focus_create_clusters()
153 _dt_focus_update(focus, frows, fcols, i, j, wd, ht, in dt_focus_create_clusters()
155 _dt_focus_update(focus, frows, fcols, i, j, wd, ht, in dt_focus_create_clusters()
174 _dt_focus_update(focus, frows, fcols, i, j, wd, ht, in dt_focus_create_clusters()
176 _dt_focus_update(focus, frows, fcols, i, j, wd, ht, in dt_focus_create_clusters()
208 _dt_focus_update(focus, frows, fcols, i, j, wd, ht, abs(diff)); in dt_focus_create_clusters()
[all …]
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/See-file/
H A Dplay.h135 int fcols, int frows);
137 int fcols, int frows);
139 int fcols, int frows);
141 int fcols, int frows);
143 int fcols, int frows);
145 int fcols, int frows);
/dports/net-mgmt/netdot/Netdot-netdot-1.0.7/bin/
H A Dether_ip_port.pl62 my $frows = $st2->fetchall_arrayref();
64 die "No rows in fwtable query\n" unless ( scalar (@$frows) );
67 foreach my $row (@$frows){
/dports/x11-toolkits/p5-Tk/Tk-804.035/Tk/
H A DTable.pm151 my $frows = $t->cget(-fixedrows);
212 constrain(\$t->{Top}, $t->{Height},$H-($tadj+$badj),$frows);
215 my $top = $t->{Top}+$frows;
231 my $yhwm = $top-$frows;
239 if (($r < $top && $r >= $frows) || ($y+$h > $H-$badj))
265 $ys[1] = $y if ($y < $ys[1] && $r >= $frows);
304 if ($r >= $frows)
326 $rows -= $frows;
/dports/lang/yorick/yorick-y_2_2_04/play/
H A Dplay.h212 int fcols, int frows);
214 int fcols, int frows);
216 int fcols, int frows);
218 int fcols, int frows);
220 int fcols, int frows);
222 int fcols, int frows);
/dports/graphics/fpc-ncurses/fpc-3.2.2/packages/ncurses/examples/
H A Dt3form.pp70 i, frows, fcols, ch: Longint;
129 scale_form(my_form, @frows, @fcols);
133 form_win := newwin(frows + 4, fcols + 4, st_middle(LINES,frows+4), st_middle(COLS,fcols+4));
138 set_form_sub(my_form, derwin(form_win, frows, fcols, 2, 2));
/dports/graphics/fpc-ncurses/fpc-3.2.2/packages/ncurses/tests/
H A Dt3form.pp62 i, frows, fcols, ch: Longint;
121 scale_form(my_form, @frows, @fcols);
125 form_win := newwin(frows + 4, fcols + 4, st_middle(LINES,frows+4), st_middle(COLS,fcols+4));
130 set_form_sub(my_form, derwin(form_win, frows, fcols, 2, 2));
/dports/lang/fpc-source/fpc-3.2.2/packages/ncurses/examples/
H A Dt3form.pp70 i, frows, fcols, ch: Longint;
129 scale_form(my_form, @frows, @fcols);
133 form_win := newwin(frows + 4, fcols + 4, st_middle(LINES,frows+4), st_middle(COLS,fcols+4));
138 set_form_sub(my_form, derwin(form_win, frows, fcols, 2, 2));
/dports/lang/fpc-source/fpc-3.2.2/packages/ncurses/tests/
H A Dt3form.pp62 i, frows, fcols, ch: Longint;
121 scale_form(my_form, @frows, @fcols);
125 form_win := newwin(frows + 4, fcols + 4, st_middle(LINES,frows+4), st_middle(COLS,fcols+4));
130 set_form_sub(my_form, derwin(form_win, frows, fcols, 2, 2));
/dports/net/kamailio/kamailio-5.4.5/src/lib/srdb1/
H A Ddb_query.c422 static int db_fetch_query_internal(db_func_t *dbf, int frows, in db_fetch_query_internal() argument
444 if(dbf->fetch_result(_h, _r, frows)<0) in db_fetch_query_internal()
473 int db_fetch_query(db_func_t *dbf, int frows, in db_fetch_query() argument
478 return db_fetch_query_internal(dbf, frows, _h, _k, _op, _v, _c, _n, in db_fetch_query()
486 int db_fetch_query_lock(db_func_t *dbf, int frows, in db_fetch_query_lock() argument
497 return db_fetch_query_internal(dbf, frows, _h, _k, _op, _v, _c, _n, in db_fetch_query_lock()
505 int db_fetch_next(db_func_t *dbf, int frows, db1_con_t* _h, in db_fetch_next() argument
513 if(dbf->fetch_result(_h, _r, frows)<0) { in db_fetch_next()
H A Ddb.h567 int db_fetch_query(db_func_t *dbf, int frows,
576 int db_fetch_query_lock(db_func_t *dbf, int frows,
585 int db_fetch_next(db_func_t *dbf, int frows, db1_con_t* _h,
/dports/devel/py-urwid/urwid-2.1.2/urwid/
H A Dcontainer.py1025 frows = hrows = 0
1038 if frows >= remaining:
1041 remaining -= frows
1043 return (remaining, frows),(hrows, frows)
1050 if frows >= remaining:
1056 if frows >= remaining-1:
1059 remaining -= frows
1061 return (rless1,frows),(hrows, frows)
1063 return (hrows, frows),(hrows, frows)
1096 if ftrim and ftrim < frows:
[all …]
/dports/devel/upp/upp/uppsrc/Oracle/
H A DOci7.cpp110 int frows; member in Upp::OCI7Connection
320 q.data = new byte[frows * len]; in AddColumn()
321 q.ind = new sb2[frows]; in AddColumn()
322 q.rl = new ub2[frows]; in AddColumn()
323 q.rc = new ub2[frows]; in AddColumn()
419 frows = fetchrows; in GetColumnInfo()
440 frows = 1; in GetColumnInfo()
491 if(frows == 1) { in Fetch()
504 if(oci7.ofen(&cda, frows) && cda.rc != 1403) { in Fetch()

1234