Lines Matching defs:color
68 int color;
143 // Primary color
144 style->color = bytestream_get_be24(ptr);
145 style->color = RGB_TO_BGR(style->color);
267 return CMP(bold) && CMP(italic) && CMP(underline) && CMP(color) &&
356 int color = default_style->color;
373 color = default_style->color;
391 if (default_style->color != style->color) {
392 color = style->color;
393 av_bprintf(buf, "{\\1c&H%X&}", color);
401 /* If hclr box is present, set the secondary color to the color
402 * specified. Otherwise, set primary color to white and secondary
403 * color to black. These colors will come from TextSampleModifier
416 av_bprintf(buf, "{\\2c&H%X&}", default_style->color);
419 color, default_style->color);
465 (255U - default_style->alpha) << 24 | default_style->color,
466 (255U - default_style->alpha) << 24 | default_style->color,