Home
last modified time | relevance | path

Searched refs:FL_max (Results 1 – 25 of 38) sorted by relevance

12

/dports/x11-toolkits/xforms/xforms-1.2.4/lib/
H A Dgoodie_alert.c92 but_w = FL_max( 90, w_but + 20 ); in create_alert()
94 box_w = FL_max( 400, FL_max( FL_max( w_tit, w_msg ), but_w ) + 80 ); in create_alert()
95 box_h = FL_max( h_tit + 20, 30 ) + 5 + h_msg + 30 + h_but + 20; in create_alert()
H A Dgoodie_msg.c76 box_w = FL_max( 400, w_msg + 40 ); in create_msg()
90 but_w = FL_max( 90, w_but + 20 ); in create_msg()
92 box_w = FL_max( box_w, but_w + 40 ); in create_msg()
H A Dvaluator.c82 vmax = FL_max( sp->min, sp->max ); in fli_valuator_round_and_clamp()
152 vmax = FL_max( min, max ); in fli_clamp()
H A Dlightbut.c69 hh = FL_max( ob->h - 3 * absbw - 1, FL_LIGHTBUTTON_MINSIZE ); in draw_lightbutton()
71 ww = FL_max( hh / 2, FL_LIGHTBUTTON_MINSIZE ); in draw_lightbutton()
H A Dbutton.c111 int dbh = FL_max( absbw - 1, 1 ); in fli_draw_button()
113 dw = FL_max( 0.11 * obj->w, 13 ); in fli_draw_button()
114 dh = FL_max( 6 + (obj->bw > 0 ), obj->h * 0.1 ); in fli_draw_button()
H A Dtimeout.c59 rec->ms_to_wait = FL_max( msec, 0 ); in fl_add_timeout()
H A Dpopup.c2767 popup->title_box_y = offset + FL_max( OUTER_PADDING_TOP, 3 ); in recalc_popup()
2788 cur_w = FL_max( cur_w, w ); in recalc_popup()
2806 popup->w = FL_max( popup->w, ( unsigned int ) popup->min_width ); in recalc_popup()
2843 *w = FL_max( *w, ( unsigned int ) in title_dimensions()
2899 *w = FL_max( *w, ( unsigned int ) in entry_text_dimensions()
2947 aw = FL_max( aw, ( unsigned int ) in entry_text_dimensions()
2959 *h = FL_max( *h, ah ); in entry_text_dimensions()
3203 popup->y = FL_max( fl_scrh - ( int ) popup->h, 0 ); in calculate_window_position()
3211 popup->x = FL_max( popup->parent->x - ( int ) popup->w, 0 ); in calculate_window_position()
3213 popup->x = FL_max( fl_scrw - ( int ) popup->w, 0 ); in calculate_window_position()
[all …]
H A Dfonts.c598 maxw = FL_max( maxw, in fl_get_string_dimension()
603 maxw = FL_max( maxw, fl_get_string_width( fntstyle, fntsize, in fl_get_string_dimension()
H A Dround3d.c81 fl_circf( xx, yy, ( int ) FL_max( 1, 0.85 * rr - 1.0 - 0.5 * bw ), in draw_round3dbutton()
H A Dgoodies.c202 int p = ( FL_max( ob->w, ob->h ) / 2 ) * 2 + 1; in draw_box()
H A Dtbox.c190 sp->max_width = FL_max( sp->max_width, sp->lines[ i ]->w ); in fli_tbox_delete_line()
922 sp->max_width = FL_max( sp->max_width, sp->lines[ i ]->w ); in fli_tbox_set_fontsize()
1003 sp->max_width = FL_max( sp->max_width, sp->lines[ i ]->w ); in fli_tbox_set_fontstyle()
1034 pixel = FL_max( 0, sp->max_width - sp->w ); in fli_tbox_set_xoffset()
1062 sp->xoffset = FL_nint( offset * FL_max( 0, sp->max_width - sp->w ) ); in fli_tbox_set_rel_xoffset()
1084 pixel = FL_max( 0, sp->max_height - sp->h ); in fli_tbox_set_yoffset()
1111 sp->yoffset = FL_nint( offset * FL_max( 0, sp->max_height - sp->h ) ); in fli_tbox_set_rel_yoffset()
H A Dchoice.c83 int dh = FL_max( 6 + ( ob->bw > 0 ), ob->h * 0.1 ); in draw_choice()
84 int dw = FL_max( 0.11 * ob->w, 13 ); in draw_choice()
85 int dbh = FL_max( absbw - 1, 1 ); in draw_choice()
H A Dvms_readdir.c234 i = FL_max( i, 4 );
H A Dxyplot.c360 double t = log10( FL_max( x[ i ], FMIN ) ) * lbase; in mapw2s()
374 double t = log10( FL_max( y[ i ], FMIN ) ) * lbase; in mapw2s()
383 tmp = FL_max( 0, tmp ); in mapw2s()
406 float xmax = FL_max( sp->xmax, sp->xmin ); in fli_xyplot_compute_data_bounds()
713 xmax = mxmax = FL_max( sp->xscmin, sp->xscmax ); in gen_xtic()
880 mymax = ymax = FL_max( sp->yscmin, sp->yscmax ); in gen_ytic()
1401 w = FL_max( w, tmpw ); in convert_coord()
1852 xmax = FL_max( sp->xmax, sp->xmin ); in handle_mouse()
1854 ymax = FL_max( sp->ymax, sp->ymin ); in handle_mouse()
2706 *xmax = FL_max( *xmax, *x ); in get_min_max()
H A Dslider.c55 #define VAL_BOXW FL_max( 35, 0.18 * ob->w ) /* reporting boxsize */
944 smax = FL_max( sp->min, sp->max ); in fl_set_slider_value()
983 sp->val = FL_max( sp->min, sp->max ); in fl_set_slider_bounds()
H A Dselect.c1179 int box_h = FL_max( 6 + ( obj->bw > 0 ), 0.1 * obj->h ), in draw_select()
1180 box_bw = - FL_max( bw - ( obj->bw > 0 ), 1 ); in draw_select()
1182 box_w = FL_max( 0.11 * obj->w, 13 ); in draw_select()
H A Dspinner.c54 bwh = FL_max( bwh, 1 ); in set_geom()
77 bwh = FL_max( bwh, 1 ); in set_geom()
H A Dobjects.c2931 p->x = FL_max( r1->x, r2->x ); in fli_intersect_rects()
2932 p->y = FL_max( r1->y, r2->y ); in fli_intersect_rects()
2952 int xf = FL_max( r1->x + r1->width, r2->x + r2->width ), in fli_combine_rectangles()
2953 yf = FL_max( r1->y + r1->height, r2->y + r2->height ); in fli_combine_rectangles()
/dports/biology/seaview/seaview/
H A Dxfmatpt.cxx472 matpt->longmax = FL_max(seqlong1, seqlong2); in init_mat_data()
670 matpt->hitx = FL_max(matpt->hitx - 5, 1); in handle()
671 matpt->hity = FL_max(matpt->hity - 5, 1); in handle()
681 matpt->hity = FL_max(matpt->hity - 5, 1); in handle()
924 matpt->hitx = FL_max(matpt->hitx - 1, 1); in move_box_step()
930 matpt->hitx = FL_max(matpt->hitx - 1, 1); in move_box_step()
931 matpt->hity = FL_max(matpt->hity - 1, 1); in move_box_step()
938 matpt->hity = FL_max(matpt->hity - 1, 1); in move_box_step()
1098 matpt->longmax = FL_max(matpt->seqlong1, matpt->seqlong2); in align_callback()
1155 newlength = FL_max(matpt->seqlong1, matpt->seqlong2); in record_alignment_callback()
[all …]
H A Dalign.cxx419 newlength = FL_max(newlength, view->each_length[num]); in replace_align_part()
451 newlength = FL_max(newlength, l_copy); in replace_align_part()
464 …for(num = 0; num < view->tot_seqs; num++) view->seq_length = FL_max(view->seq_length, view->each_l… in replace_align_part()
1277 newlength = FL_max(newlength, l_copy); in profile_align()
1342 if(sel_seqs[num]) l = FL_max(l, each_length[num]); in save_fasta_file_no_gaponly()
1421 for(num = 0; num < view->tot_seqs; num++) newlength = FL_max(newlength, view->each_length[num]); in unalign()
H A Dregions.cxx616 psegment->fin = FL_max(fin, psegment->fin); in ajout_segment()
618 psegment->fin = FL_max(psegment->fin, psegment->next->fin); in ajout_segment()
883 new_fin = FL_max(new_fin, new_site); in continue_change_segment()
1206 debut = FL_max(segment->debut, view->first_site); in draw_region_background()
H A Dconcatenate.cxx103 l = FL_max(target_length, source->seq_length); in concatenate()
H A Dseaview.h61 #define FL_max(a,b) ( (a) > (b) ? (a):(b) ) macro
/dports/x11-toolkits/xforms/xforms-1.2.4/image/
H A Dimage_crop.c249 wfill = ( im->w < nw ) ? FL_max( FL_abs( xl ), FL_abs( xr ) ) : 0; in flimage_crop()
250 hfill = ( im->h < nh ) ? FL_max( FL_abs( yt ), FL_abs( yb ) ) : 0; in flimage_crop()
/dports/x11-toolkits/xforms/xforms-1.2.4/fd2ps/
H A Dpsobj.c514 dh = FL_max( 6 + ( ob->bw > 0 ), ob->h * 0.1 ); in flps_draw_button()
515 dw = FL_max( 0.11 * ob->w, 13 ); in flps_draw_button()
1234 int dh = FL_max( 6 + ( ob->bw > 1 ), ob->h * 0.1 ); in flps_draw_choice()
1235 int dw = FL_max( 0.11 * ob->w, 13 ); in flps_draw_choice()
1236 int dbh = FL_max( absbw - 1.2, 1 ); in flps_draw_choice()
1591 #define VAL_BOXW FL_max( 35, 0.18 * ob->w )
2221 FL_Coord bwh = FL_max( ob->h / 2, 1 ); in flps_draw_spinner()
2238 FL_Coord bwh = FL_max( ob->w / 2, 1 ); in flps_draw_spinner()

12