Searched defs:param_t (Results 1 – 2 of 2) sorted by relevance
237 struct param_t { struct238 const char *name;239 speed_function_t function;240 speed_function_t function2;241 double step_factor; /* how much to step relatively */242 int step; /* how much to step absolutely */243 double function_fudge; /* multiplier for "function" speeds */244 int stop_since_change;245 double stop_factor;246 mp_size_t min_size;[all …]
42 typedef int font_params::*param_t; typedef