Home
last modified time | relevance | path

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

/bsp/nxp/imx/imxrt/libraries/drivers/vglite/font/mcufont/decoder/
A Dmf_kerning.c58 static int16_t max16(int16_t a, int16_t b) { return (a > b) ? a : b; } in max16() function
110 max_adjust = -max16(w1, w2) * MF_KERNING_LIMIT / 100; in mf_compute_kerning()

Completed in 5 milliseconds