Lines Matching refs:style_entries
104 uint16_t style_entries, ftab_entries;
120 m->style_entries = 0;
275 int style_entries = bytestream_get_be16(&tsmb);
279 if (2 + style_entries * 12 > size)
282 tmp = av_realloc_array(m->s, style_entries, sizeof(*m->s));
286 m->style_entries = style_entries;
289 for(i = 0; i < m->style_entries; i++) {
302 m->style_entries--;
310 m->style_entries--;
317 m->style_entries--;
369 if ((m->box_flags & STYL_BOX) && entry < m->style_entries) {
377 if (entry < m->style_entries && text_pos == style->start) {
509 m->style_entries = 0;