Lines Matching defs:text
62 int format_id; /* 0 = bitmap, 1 = text/ass, 2 = ass */
150 static char *create_ass_text(TeletextContext *ctx, const char *text)
156 ff_ass_bprint_text_event(&buf, text, strlen(text), "", 0);
166 /* Draw a page as text */
294 /* Draw a page as ass formatted text */
313 vbi_char *row = page->text + i * page->columns;
346 vbi_char *row = page->text + i * page->columns;
420 vbi_char *vc = page->text + (iy / BITMAP_CHAR_HEIGHT + chop_top) * page->columns;
456 vbi_char *vc = page->text + (chop_top * page->columns);
457 vbi_char *vcend = page->text + (page->rows * page->columns);
794 {"txt_format", "format of the subtitles (bitmap or text or ass)", OFFSET(format_id), AV_OPT_TYPE_INT, {.i64 = 0}, 0, 2, SD, "txt_format"},
796 {"text", NULL, 0, AV_OPT_TYPE_CONST, {.i64 = 1}, 0, 0, SD, "txt_format"},
800 {"txt_chop_spaces", "chops leading and trailing spaces from text", OFFSET(chop_spaces), AV_OPT_TYPE_INT, {.i64 = 1}, 0, 1, SD},