Lines Matching refs:box_flags
108 uint8_t box_flags; member
125 if (m->box_flags & STYL_BOX) { in mov_text_cleanup()
245 m->box_flags |= TWRP_BOX; in decode_twrp()
252 m->box_flags |= HLIT_BOX; in decode_hlit()
260 m->box_flags |= HCLR_BOX; in decode_hclr()
281 m->box_flags |= STYL_BOX; in decode_styl()
344 if (text < text_end && m->box_flags & TWRP_BOX) { in text_to_ass()
355 if ((m->box_flags & STYL_BOX) && entry < m->style_entries) { in text_to_ass()
385 if (m->box_flags & HLIT_BOX) { in text_to_ass()
393 if (m->box_flags & HCLR_BOX) { in text_to_ass()
401 if (m->box_flags & HCLR_BOX) { in text_to_ass()
501 m->box_flags = 0; in mov_text_decode_frame()