Lines Matching refs:text_pos
87 uint16_t text_pos; member
348 if (s->style_attributes_temp.style_start == s->text_pos) in mov_text_style_start()
368 s->style_attributes_temp.style_end = s->text_pos; in mov_text_style_start()
372 s->style_attributes_temp.style_start = s->text_pos; in mov_text_style_start()
375 s->style_attributes_temp.style_start = s->text_pos; in mov_text_style_start()
447 if (!(s->box_flags & HLIT_BOX) || s->hlit.start == s->text_pos) { in mov_text_color_cb()
450 s->hlit.start = s->text_pos; in mov_text_color_cb()
454 s->hlit.end = s->text_pos; in mov_text_color_cb()
485 if (!(s->box_flags & HLIT_BOX) || s->hlit.start == s->text_pos) { in mov_text_alpha_cb()
488 s->hlit.start = s->text_pos; in mov_text_alpha_cb()
492 s->hlit.end = s->text_pos; in mov_text_alpha_cb()
614 s->text_pos += utf8_len ? utf8_len : len; in mov_text_text_cb()
622 s->text_pos += 1; in mov_text_new_line_cb()
647 s->text_pos = 0; in mov_text_encode_frame()