Searched refs:max_adjust (Results 1 – 1 of 1) sorted by relevance
66 int16_t normal_space, adjust, max_adjust; in mf_compute_kerning() local110 max_adjust = -max16(w1, w2) * MF_KERNING_LIMIT / 100; in mf_compute_kerning()113 if (adjust < max_adjust) adjust = max_adjust; in mf_compute_kerning()
Completed in 3 milliseconds