Home
last modified time | relevance | path

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

/boot/
A Dscene_textline.c19 int scene_textline(struct scene *scn, const char *name, uint id, uint max_chars, in scene_textline() argument
26 if (max_chars >= EXPO_MAX_CHARS) in scene_textline()
34 if (!abuf_init_size(&tline->buf, max_chars + 1)) in scene_textline()
38 tline->pos = max_chars; in scene_textline()
39 tline->max_chars = max_chars; in scene_textline()
75 txt->gen.font_size, tline->max_chars, &bbox); in scene_textline_calc_dims()
230 cli_cread_init(&scn->cls, abuf_data(&tline->buf), tline->max_chars); in scene_textline_open()
A Dexpo_build.c291 u32 max_chars; in textline_build() local
297 ret = ofnode_read_u32(node, "max-chars", &max_chars); in textline_build()
301 ret = scene_textline(scn, name, id, max_chars, &ted); in textline_build()
A Dcedit.c503 if (len >= tline->max_chars) in h_read_settings()
673 if (value && strlen(value) >= tline->max_chars) in h_read_settings_env()

Completed in 12 milliseconds