Lines Matching defs:alignment
158 static const char *ttml_get_display_alignment(int alignment)
160 switch (alignment) {
178 static const char *ttml_get_text_alignment(int alignment)
180 switch (alignment) {
203 av_rescale((style.alignment >= 7) ? style.margin_v : 0,
212 *height = av_rescale((style.alignment <= 3) ?
247 display_alignment = ttml_get_display_alignment(style.alignment);
248 text_alignment = ttml_get_text_alignment(style.alignment);
251 "Failed to convert ASS style alignment %d of style %s to "
252 "TTML display and text alignment!\n",
253 style.alignment,