Searched refs:mline (Results 1 – 1 of 1) sorted by relevance
523 const struct vidconsole_mline *mline, *last; in scene_txt_render() local566 mline = alist_get(&gen->lines, 0, typeof(*mline)); in scene_txt_render()567 last = alist_get(&gen->lines, gen->lines.count - 1, typeof(*mline)); in scene_txt_render()568 if (mline) in scene_txt_render()569 dims.y = last->bbox.y1 - mline->bbox.y0; in scene_txt_render()573 if (!mline) { in scene_txt_render()578 alist_for_each(mline, &gen->lines) { in scene_txt_render()583 dims.x = mline->bbox.x1 - mline->bbox.x0; in scene_txt_render()589 y = obj->bbox.y0 + offset.yofs + mline->bbox.y0; in scene_txt_render()593 vidconsole_put_stringn(cons, str + mline->start, mline->len); in scene_txt_render()
Completed in 7 milliseconds