Searched refs:SCRIPT_STYLE (Results 1 – 6 of 6) sorted by relevance
122 const int SCRIPT_STYLE = 1; variable
59 (style > SCRIPT_STYLE ? x_height : default_rule_thickness)); in compute_metrics()
61 if (!(style <= SCRIPT_STYLE && one_size_reduction_flag)) in compute_metrics()
80 if (!(style <= SCRIPT_STYLE && one_size_reduction_flag)) in compute_metrics()
125 is_script = (style <= SCRIPT_STYLE); in compute_metrics()
143 return style > SCRIPT_STYLE ? style - 2 : style; in script_style()