Home
last modified time | relevance | path

Searched refs:fcols (Results 1 – 25 of 96) sorted by relevance

1234

/dports/graphics/netpbm/netpbm-10.91.01/lib/
H A Dlibpbmfont1.c79 unsigned int const fcols, in findFirstBlankRow() argument
91 for (col = 1; col < fcols; ++col) in findFirstBlankRow()
109 unsigned int const fcols, in findFirstBlankCol() argument
139 unsigned int const fcols, in computeCharacterSize() argument
167 widthLast15Cols = fcols - firstBlankCol; in computeCharacterSize()
190 unsigned int const fcols) { in pbm_dissectfont() argument
228 computeCharacterSize(fontsheet, fcols, frows, in pbm_dissectfont()
243 fn->fcols = fcols; in pbm_dissectfont()
304 int fcols, frows; in pbm_loadpbmfont() local
314 else if (fcols < 31 || frows < 23) { in pbm_loadpbmfont()
[all …]
H A Dpbmfont.h136 int fcols, frows; member
220 unsigned int fcols, frows; member
318 unsigned int const fcols);
/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
17 int fbpl = (((unsigned int)(fcols-1)) >> 3) + 1; in p_lrot180()
18 int shft = (fbpl<<3) - fcols; in p_lrot180()
32 p_lrot090(unsigned char *from, unsigned char *to, int fcols, int frows) in p_lrot090() argument
34 int fbpl = (((unsigned int)(fcols-1)) >> 3) + 1; in p_lrot090()
35 int shft = (fbpl<<3) - fcols; in p_lrot090()
39 if (fcols<0) return; in p_lrot090()
42 for (ibyt=fbpl-1,ibit=shft ; fcols-- ; ibit>>=1,to+=tbpl) { in p_lrot090()
61 int fbpl = (((unsigned int)(fcols-1)) >> 3) + 1; in p_lrot270()
66 if (fcols<0) return; in p_lrot270()
[all …]
H A Dbitmrot.c15 p_mrot180(unsigned char *from, unsigned char *to, int fcols, int frows) in p_mrot180() argument
17 int fbpl = (((unsigned int)(fcols-1)) >> 3) + 1; in p_mrot180()
18 int shft = (fbpl<<3) - fcols; in p_mrot180()
32 p_mrot090(unsigned char *from, unsigned char *to, int fcols, int frows) in p_mrot090() argument
34 int fbpl = (((unsigned int)(fcols-1)) >> 3) + 1; in p_mrot090()
35 int shft = (fbpl<<3) - fcols; in p_mrot090()
39 if (fcols<0) return; in p_mrot090()
42 for (ibyt=fbpl-1,ibit=shft ; fcols-- ; ibit<<=1,to+=tbpl) { in p_mrot090()
61 int fbpl = (((unsigned int)(fcols-1)) >> 3) + 1; in p_mrot270()
66 if (fcols<0) return; in p_mrot270()
[all …]
/dports/textproc/p5-Text-ANSITable/Text-ANSITable-0.606/lib/Text/
H A DANSITable.pm881 my $fcols;
888 $fcols = $cols;
890 $self->{_draw}{fcols} = $fcols;
898 my $fcols = $self->{_draw}{fcols};
1095 my $fcols = $self->{_draw}{fcols};
1126 my $fcols = $self->{_draw}{fcols};
1156 my $fcols = $self->{_draw}{fcols};
1189 my $fcols = $self->{_draw}{fcols};
1215 my $fcols = $self->{_draw}{fcols};
1267 my $fcols = $self->{_draw}{fcols};
[all …]
/dports/comms/mgetty+sendfax/mgetty-1.1.37/contrib/
H A Dpbmsplit.c145 int frows, fcols; in main() local
203 fcols = atoi (strtok (header, " ")); in main()
206 row_len = (fcols + 7) / 8; in main()
221 fprintf (out_f, "P4\n%d %d\n", fcols, rows_remaining); in main()
229 fprintf (out_f, "P4\n%d %d\n", fcols, max_rows); in main()
258 fprintf (out_f, "P4\n%d %d\n", fcols, rows_remaining); in main()
265 fprintf (out_f, "P4\n%d %d\n", fcols, max_rows); in main()
276 fprintf (out_f, "P4\n%d %d\n", fcols, rows_remaining + over_rows); in main()
283 fprintf (out_f, "P4\n%d %d\n", fcols, max_rows); in main()
/dports/games/rockdodger/rockdodger-1.1.4/
H A Dsparkles.c103 Uint32 get_life_colour(float life, sparkle_life_colours_t *fcols, SDL_Surface *surf) { in get_life_colour() argument
108 assert(fcols->cl_len > 0); in get_life_colour()
111 fprintf(stderr, "life=%e, fcols=%p, surf=%p\n", (double)life, fcols, surf); in get_life_colour()
116 index = floorf(life * fcols->cl_len); in get_life_colour()
117 mixing = 1 - (fcols->cl_len * life - index); in get_life_colour()
119 r = mixing * fcols->clist[index].r + (1 - mixing) * fcols->clist[index + 1].r; in get_life_colour()
120 g = mixing * fcols->clist[index].g + (1 - mixing) * fcols->clist[index + 1].g; in get_life_colour()
121 b = mixing * fcols->clist[index].b + (1 - mixing) * fcols->clist[index + 1].b; in get_life_colour()
/dports/devel/ncurses/ncurses-6.3/menu/
H A Dm_format.c81 cols = menu->fcols; in MENU_EXPORT()
87 menu->fcols = (short)cols; in MENU_EXPORT()
109 _nc_Default_Menu.fcols = (short)cols; in MENU_EXPORT()
130 *cols = Normalize_Menu(menu)->fcols; in menu_format()
/dports/math/ogdf/OGDF/src/coin/CoinUtils/
H A DCoinPresolveFixed.cpp54 int *fcols, in presolve() argument
91 int j = fcols[ckc]; in presolve()
110 int j = fcols[ckc]; in presolve()
439 int *fcols = new int[ncols]; in remove_fixed() local
449 fcols[nfcols++] = i; in remove_fixed()
453 delete[]fcols; in remove_fixed()
481 int *fcols, int nfcols, in presolve() argument
510 { int j = fcols[ckc] ; in presolve()
631 int *fcols = new int[ncols]; in make_fixed() local
642 { fcols[nfcols++] = i ; } } in make_fixed()
[all …]
/dports/graphics/netpbm/netpbm-10.91.01/editor/
H A Dpbmmask.c67 static short * fcols; variable
135 MALLOCARRAY(fcols, fstacksize); in addflood()
137 if (fcols == NULL || frows == NULL) in addflood()
141 fcols = (short*) realloc( in addflood()
142 (char*) fcols, fstacksize * sizeof(short)); in addflood()
145 if (fcols == (short*) 0 || frows == (short*)0) in addflood()
149 fcols[fstackp] = col; in addflood()
198 col = fcols[fstackp]; in flood()
/dports/graphics/darktable/darktable-3.6.1/src/common/
H A Dfocus.h102 int fx = i / (float)wd * fcols; in _dt_focus_update()
104 int fi = fcols * fy + fx; 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.h102 int fx = i / (float)wd * fcols; in _dt_focus_update()
104 int fi = fcols * fy + fx; 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/science/hypre/hypre-2.23.0/src/test/
H A Dfij_mv.f128 1 frows, fcols, fvalues)
135 integer fcols
139 1 fcols, fvalues, ierr)
152 1 frows, fcols, fvalues)
159 integer fcols
163 1 fcols, fvalues, ierr)
/dports/math/osi/Osi-0.108.6/CoinUtils/src/
H A DCoinPresolveFixed.cpp54 int *fcols, int nfcols, in presolve() argument
95 int j = fcols[ckc]; in presolve()
98 fcols[n++] = j; in presolve()
119 int j = fcols[ckc]; in presolve()
459 int *fcols = new int[ncols]; in remove_fixed() local
469 fcols[nfcols++] = i; in remove_fixed()
474 delete[] fcols; in remove_fixed()
501 int *fcols, int nfcols, in presolve() argument
548 int j = fcols[ckc]; in presolve()
708 int *fcols = prob->usefulColumnInt_; in make_fixed() local
[all …]
H A DCoinPresolveFixed.hpp64 int *fcols,
141 int *fcols,
/dports/math/coinutils/CoinUtils-2.11.4/CoinUtils/src/
H A DCoinPresolveFixed.cpp54 int *fcols, int nfcols, in presolve() argument
95 int j = fcols[ckc]; in presolve()
98 fcols[n++] = j; in presolve()
119 int j = fcols[ckc]; in presolve()
459 int *fcols = new int[ncols]; in remove_fixed() local
469 fcols[nfcols++] = i; in remove_fixed()
474 delete[] fcols; in remove_fixed()
501 int *fcols, int nfcols, in presolve() argument
548 int j = fcols[ckc]; in presolve()
708 int *fcols = prob->usefulColumnInt_; in make_fixed() local
[all …]
/dports/math/clp/Clp-1.17.3/CoinUtils/src/
H A DCoinPresolveFixed.cpp54 int *fcols, int nfcols, in presolve() argument
95 int j = fcols[ckc]; in presolve()
98 fcols[n++] = j; in presolve()
119 int j = fcols[ckc]; in presolve()
459 int *fcols = new int[ncols]; in remove_fixed() local
469 fcols[nfcols++] = i; in remove_fixed()
474 delete[] fcols; in remove_fixed()
501 int *fcols, int nfcols, in presolve() argument
548 int j = fcols[ckc]; in presolve()
708 int *fcols = prob->usefulColumnInt_; in make_fixed() local
[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/x11-toolkits/p5-Tk/Tk-804.035/Tk/
H A DTable.pm152 my $fcols = $t->cget(-fixedcolumns);
213 constrain(\$t->{Left},$t->{Width}, $W-($ladj+$radj),$fcols);
216 my $left = $t->{Left}+$fcols;
232 my $xhwm = $left-$fcols;
261 my $hwm = $left-$fcols;
270 if (($c < $left && $c >= $fcols) || ($x+$w > $W-$radj) )
280 $xs[0] = $x if ($x < $xs[0] && $c >= $fcols);
294 if ($c >= $fcols)
316 $cols -= $fcols;
/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/databases/pgloader3/pgloader-3.6.2/src/sources/mysql/sql/
H A Dlist-all-fkeys.sql9 SELECT s.table_name, s.constraint_name, s.ft, s.cols, s.fcols,
21 order by k.position_in_unique_constraint) as fcols

1234