Lines Matching defs:style
137 {"Style", ASS_STR, offsetof(ASSDialog, style) },
426 av_freep(&dialog->style);
439 {"Style", ASS_STR, offsetof(ASSDialog, style) },
504 char style[2], c[2], sep[2], c_num[2] = "0", tmp[128] = {0};
508 if (sscanf(buf, "\\%1[bisu]%1[01\\}]%n", style, c, &len) > 1) {
511 if (callbacks->style)
512 callbacks->style(priv, style[0], close);
578 ASSStyle *ff_ass_style_get(ASSSplitContext *ctx, const char *style)
583 if (!style || !*style)
584 style = "Default";
586 if (ass->styles[i].name && !strcmp(ass->styles[i].name, style))