Home
last modified time | relevance | path

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

/bsp/nxp/imx/imxrt/libraries/drivers/vglite/font/mcufont/decoder/
A Dmf_justify.c9 int16_t tabw, dx; in mf_round_to_tab() local
11 tabw = mf_character_width(font, 'm') * MF_TABSIZE; in mf_round_to_tab()
18 x += tabw - (dx % tabw); in mf_round_to_tab()
27 int16_t tabw, dx; in mf_round_to_prev_tab() local
29 tabw = mf_character_width(font, 'm') * MF_TABSIZE; in mf_round_to_prev_tab()
36 x -= tabw - (dx % tabw); in mf_round_to_prev_tab()

Completed in 6 milliseconds