Home
last modified time | relevance | path

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

/bsp/nxp/imx/imxrt/libraries/drivers/vglite/font/mcufont/decoder/
A Dmf_kerning.c66 int16_t normal_space, adjust, max_adjust; in mf_compute_kerning() local
110 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