Lines Matching defs:text
143 {"Text", ASS_STR, offsetof(ASSDialog, text) },
429 av_freep(&dialog->text);
445 {"Text", ASS_STR, offsetof(ASSDialog, text) },
486 const char *text = NULL;
491 if (text && callbacks->text &&
494 callbacks->text(priv, text, text_len);
495 text = NULL;
563 if (!text) {
564 text = buf;
571 if (text && callbacks->text)
572 callbacks->text(priv, text, text_len);