Home
last modified time | relevance | path

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

/bsp/nxp/imx/imxrt/libraries/drivers/vglite/font/mcufont/decoder/
A Dmf_justify.c150 int16_t string_width; in mf_render_aligned() local
211 int16_t string_width; in mf_render_aligned() local
220 string_width = mf_get_string_width(font, text, count, false); in mf_render_aligned()
221 x0 -= string_width / 2; in mf_render_aligned()
271 int16_t string_width, adjustment; in mf_render_justified() local
284 string_width = mf_get_string_width(font, text, count, false); in mf_render_justified()
285 adjustment = width - string_width; in mf_render_justified()

Completed in 5 milliseconds