Home
last modified time | relevance | path

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

/bsp/nxp/imx/imxrt/libraries/drivers/vglite/font/mcufont/decoder/
A Dmf_encoding.h20 typedef const char * mf_str; typedef
22 typedef const char * mf_str; typedef
24 typedef const uint16_t * mf_str; typedef
27 typedef const wchar_t * mf_str; typedef
38 MF_EXTERN mf_char mf_getchar(mf_str *str);
43 MF_EXTERN void mf_rewind(mf_str *str);
A Dmf_wordwrap.c21 static bool get_wordlen(const struct mf_font_s *font, mf_str *text, in get_wordlen()
25 mf_str prev = *text; in get_wordlen()
69 mf_str start; /* Start of the text for line. */
80 struct linelen_s *current, mf_str *text) in append_word()
82 mf_str tmp = *text; in append_word()
108 mf_str tmp = *text; in append_char()
223 mf_str text, in mf_text_draw_area()
290 mf_str orig = text; in mf_wordwrap()
291 mf_str linestart; in mf_wordwrap()
298 mf_str ls_prev; in mf_wordwrap()
[all …]
A Dmf_encoding.c5 mf_char mf_getchar(mf_str *str) in mf_getchar()
61 void mf_rewind(mf_str *str) in mf_rewind()
71 mf_char mf_getchar(mf_str *str) in mf_getchar()
79 void mf_rewind(mf_str *str) in mf_rewind()
A Dmf_justify.c42 int16_t mf_get_string_width(const struct mf_font_s *font, mf_str text, in mf_get_string_width()
77 static uint16_t strip_spaces(mf_str text, uint16_t count, mf_char *last_char) in strip_spaces()
110 mf_str text, uint16_t count, in render_left()
146 mf_str text, uint16_t count, in mf_render_aligned()
160 mf_str text, uint16_t count, in render_right()
167 mf_str tmp; in render_right()
207 mf_str text, uint16_t count, in mf_render_aligned()
237 mf_str text, uint16_t count, in mf_render_justified()
254 static uint16_t count_spaces(mf_str text, uint16_t count) in count_spaces()
267 mf_str text, uint16_t count, in mf_render_justified()
A Dmf_wordwrap.h19 typedef bool (*mf_line_callback_t) (mf_str line, uint16_t count,
30 mf_str text, mf_line_callback_t callback, void *state);
33 mf_str text, int *total_height_in_rows,
A Dmf_justify.h36 mf_str text, uint16_t count, bool kern);
52 mf_str text, uint16_t count,
69 mf_str text, uint16_t count,

Completed in 12 milliseconds