Searched refs:max16 (Results 1 – 1 of 1) sorted by relevance
58 static int16_t max16(int16_t a, int16_t b) { return (a > b) ? a : b; } in max16() function110 max_adjust = -max16(w1, w2) * MF_KERNING_LIMIT / 100; in mf_compute_kerning()
Completed in 5 milliseconds