Searched refs:style_color (Results 1 – 1 of 1) sorted by relevance
60 uint32_t style_color; member125 bytestream_put_be32(&p, style->style_color); in encode_styl()233 s->d.style_color = DEFAULT_STYLE_COLOR; in encode_sample_description()237 s->d.style_color = BGR_TO_RGB(style->primary_color & 0xffffff) << 8 | in encode_sample_description()256 bytestream_put_be32(&p, s->d.style_color); in encode_sample_description()352 s->style_attributes_temp.style_color != s->d.style_color || in mov_text_style_start()427 if ((s->style_attributes_temp.style_color & 0xffffff00) == color) { in mov_text_color_set()432 s->style_attributes_temp.style_color = (color & 0xffffff00) | in mov_text_color_set()433 (s->style_attributes_temp.style_color & 0xff); in mov_text_color_set()446 s->hclr.color = s->style_attributes_temp.style_color; in mov_text_color_cb()[all …]