Searched refs:snippet (Results 1 – 4 of 4) sorted by relevance
415 lv_snippet_t snippet; /* use to save cur_span info and push it to stack */ in lv_spangroup_get_expand_height() local416 memset(&snippet, 0, sizeof(snippet)); in lv_spangroup_get_expand_height()440 snippet.span = cur_span; in lv_spangroup_get_expand_height()441 snippet.font = lv_span_get_style_text_font(obj, cur_span); in lv_spangroup_get_expand_height()442 snippet.letter_space = lv_span_get_style_text_letter_space(obj, cur_span); in lv_spangroup_get_expand_height()443 snippet.line_h = lv_font_get_line_height(snippet.font) + line_space; in lv_spangroup_get_expand_height()449 … bool isfill = lv_txt_get_snippet(&cur_txt[cur_txt_ofs], snippet.font, snippet.letter_space, in lv_spangroup_get_expand_height()469 snippet.txt = &cur_txt[cur_txt_ofs]; in lv_spangroup_get_expand_height()470 snippet.bytes = next_ofs; in lv_spangroup_get_expand_height()471 snippet.txt_w = use_width; in lv_spangroup_get_expand_height()[all …]
25 Below code snippet explains usage of this API.
145 /* The original version of this code-snippet was published on StackOverflow.148 * The following parts of the snippet were changed:152 ... code snippet here ...
10 …o it's a good idea to reproduce a bug in the simulator and use that code snippet in the [Forum](ht…