Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmovtextenc.c81 StyleBox style_attributes_temp; member
102 s->style_attributes_temp = s->d; in mov_text_cleanup()
348 if (s->style_attributes_temp.style_start == s->text_pos) in mov_text_style_start()
351 if (s->style_attributes_temp.style_flag != s->d.style_flag || in mov_text_style_start()
352 s->style_attributes_temp.style_color != s->d.style_color || in mov_text_style_start()
353 s->style_attributes_temp.style_fontID != s->d.style_fontID || in mov_text_style_start()
354 s->style_attributes_temp.style_fontsize != s->d.style_fontsize) { in mov_text_style_start()
368 s->style_attributes_temp.style_end = s->text_pos; in mov_text_style_start()
369 s->style_attributes[s->count++] = s->style_attributes_temp; in mov_text_style_start()
371 s->style_attributes_temp = s->d; in mov_text_style_start()
[all …]