Home
last modified time | relevance | path

Searched refs:boxhh (Results 1 – 5 of 5) sorted by relevance

/dports/science/gromacs/gromacs-2021.4/src/gromacs/gmxana/
H A Dgmx_xpm2ps.cpp225 real boxhh; in leg_discrete() local
227 boxhh = fontsize + DDD; in leg_discrete()
241 ps_fillbox(ps, DDD, DDD, DDD + fontsize, boxhh - DDD); in leg_discrete()
243 ps_box(ps, DDD, DDD, DDD + fontsize, boxhh - DDD); in leg_discrete()
244 ps_ctext(ps, boxhh + 2 * DDD, fontsize / 3, m.desc, eXLeft); in leg_discrete()
/dports/graphics/darktable/darktable-3.6.1/src/develop/
H A Ddevelop.c2133 int closeup, float *boxww, float *boxhh) in dt_dev_check_zoom_bounds() argument
2171 if(boxhh) *boxhh = boxh; in dt_dev_check_zoom_bounds()
3041 const int closeup, float *boxww, float *boxhh) in dt_second_window_check_zoom_bounds() argument
3079 if(boxhh) *boxhh = boxh; in dt_second_window_check_zoom_bounds()
H A Ddevelop.h539 const int closeup, float *boxww, float *boxhh);
/dports/graphics/darktable38/darktable-3.8.0/src/develop/
H A Ddevelop.c2148 int closeup, float *boxww, float *boxhh) in dt_dev_check_zoom_bounds() argument
2186 if(boxhh) *boxhh = boxh; in dt_dev_check_zoom_bounds()
3064 const int closeup, float *boxww, float *boxhh) in dt_second_window_check_zoom_bounds() argument
3102 if(boxhh) *boxhh = boxh; in dt_second_window_check_zoom_bounds()
H A Ddevelop.h531 const int closeup, float *boxww, float *boxhh);