DrawTextContext Struct Reference


Data Fields

const AVClassclass
int reinit
 tells if the filter is being reinited
uint8_t * fontfile
 font to be used
uint8_t * text
 text to be drawn
uint8_t * expanded_text
 used to contain the strftime()-expanded text
size_t expanded_text_size
 size in bytes of the expanded_text buffer
int ft_load_flags
 flags used for loading fonts, see FT_LOAD_*
FT_Vector * positions
 positions for each element in the text
size_t nb_positions
 number of elements of positions array
char * textfile
 file with text to be drawn
int x
 x position to start drawing text
int y
 y position to start drawing text
int max_glyph_w
 max glyph width
int max_glyph_h
 max glyph heigth
int shadowx
int shadowy
unsigned int fontsize
 font size to use
char * fontcolor_string
 font color as string
char * boxcolor_string
 box color as string
char * shadowcolor_string
 shadow color as string
uint8_t fontcolor [4]
 foreground color
uint8_t boxcolor [4]
 background color
uint8_t shadowcolor [4]
 shadow color
uint8_t fontcolor_rgba [4]
 foreground color in RGBA
uint8_t boxcolor_rgba [4]
 background color in RGBA
uint8_t shadowcolor_rgba [4]
 shadow color in RGBA
short int draw_box
 draw box around text - true or false
int use_kerning
 font kerning is used - true/false
int tabsize
 tab size
FT_Library library
 freetype font library handle
FT_Face face
 freetype font face handle
struct AVTreeNodeglyphs
 rendered glyphs, stored using the UTF-32 char code
int hsub
int vsub
 chroma subsampling values
int is_packed_rgb
int pixel_step [4]
 distance in bytes between the component of each pixel
uint8_t rgba_map [4]
 map RGBA offsets to the positions in the packed RGBA format
uint8_t * box_line [4]
 line used for filling the box background
char * x_expr
 expression for x position
char * y_expr
 expression for y position
AVExprx_pexpr
AVExpry_pexpr
 parsed expressions for x and y
int64_t basetime
 base pts time in the real world for display
double var_values [VAR_VARS_NB]
char * d_expr
AVExprd_pexpr
int draw
 set to zero to prevent drawing
AVLFG prng
 random
struct ff_timecode tc
int frame_id

Detailed Description

Definition at line 112 of file vf_drawtext.c.


Field Documentation

base pts time in the real world for display

Definition at line 154 of file vf_drawtext.c.

Referenced by draw_text().

line used for filling the box background

Definition at line 150 of file vf_drawtext.c.

Referenced by config_input(), draw_text(), and uninit().

background color

Definition at line 133 of file vf_drawtext.c.

Referenced by config_input(), and draw_text().

background color in RGBA

Definition at line 136 of file vf_drawtext.c.

Referenced by config_input(), draw_text(), and init().

box color as string

Definition at line 130 of file vf_drawtext.c.

Referenced by init(), and uninit().

Definition at line 113 of file vf_drawtext.c.

Referenced by init().

Definition at line 156 of file vf_drawtext.c.

Referenced by config_input().

Definition at line 157 of file vf_drawtext.c.

Referenced by config_input(), and draw_text().

set to zero to prevent drawing

Definition at line 158 of file vf_drawtext.c.

Referenced by draw_text().

draw box around text - true or false

Definition at line 139 of file vf_drawtext.c.

Referenced by draw_text().

used to contain the strftime()-expanded text

Definition at line 117 of file vf_drawtext.c.

Referenced by draw_glyphs(), draw_text(), and uninit().

size in bytes of the expanded_text buffer

Definition at line 118 of file vf_drawtext.c.

Referenced by draw_text().

freetype font face handle

Definition at line 144 of file vf_drawtext.c.

Referenced by draw_text(), init(), load_glyph(), and uninit().

foreground color

Definition at line 132 of file vf_drawtext.c.

Referenced by config_input(), and draw_text().

foreground color in RGBA

Definition at line 135 of file vf_drawtext.c.

Referenced by config_input(), draw_text(), and init().

font color as string

Definition at line 129 of file vf_drawtext.c.

Referenced by init(), and uninit().

font to be used

Definition at line 115 of file vf_drawtext.c.

Referenced by init(), and uninit().

font size to use

Definition at line 128 of file vf_drawtext.c.

Referenced by init().

Definition at line 161 of file vf_drawtext.c.

Referenced by draw_text().

flags used for loading fonts, see FT_LOAD_*

Definition at line 119 of file vf_drawtext.c.

Referenced by load_glyph().

rendered glyphs, stored using the UTF-32 char code

Definition at line 145 of file vf_drawtext.c.

Referenced by draw_glyphs(), draw_text(), load_glyph(), and uninit().

Definition at line 146 of file vf_drawtext.c.

Referenced by config_input(), draw_glyphs(), and draw_text().

Definition at line 147 of file vf_drawtext.c.

Referenced by config_input(), draw_glyphs(), and draw_text().

freetype font library handle

Definition at line 143 of file vf_drawtext.c.

Referenced by init(), and uninit().

max glyph heigth

Definition at line 126 of file vf_drawtext.c.

Referenced by draw_text().

max glyph width

Definition at line 125 of file vf_drawtext.c.

Referenced by draw_text().

number of elements of positions array

Definition at line 121 of file vf_drawtext.c.

Referenced by draw_text(), and uninit().

distance in bytes between the component of each pixel

Definition at line 148 of file vf_drawtext.c.

Referenced by config_input(), draw_glyphs(), draw_text(), and uninit().

positions for each element in the text

Definition at line 120 of file vf_drawtext.c.

Referenced by draw_glyphs(), draw_text(), and uninit().

random

Definition at line 159 of file vf_drawtext.c.

Referenced by config_input(), and draw_text().

tells if the filter is being reinited

Definition at line 114 of file vf_drawtext.c.

Referenced by command(), and config_input().

map RGBA offsets to the positions in the packed RGBA format

Definition at line 149 of file vf_drawtext.c.

Referenced by config_input(), draw_glyphs(), and draw_text().

shadow color

Definition at line 134 of file vf_drawtext.c.

Referenced by config_input(), and draw_text().

shadow color in RGBA

Definition at line 137 of file vf_drawtext.c.

Referenced by config_input(), draw_text(), and init().

shadow color as string

Definition at line 131 of file vf_drawtext.c.

Referenced by init(), and uninit().

Definition at line 127 of file vf_drawtext.c.

Referenced by draw_text().

Definition at line 127 of file vf_drawtext.c.

Referenced by draw_text().

tab size

Definition at line 141 of file vf_drawtext.c.

Referenced by draw_text(), and init().

Definition at line 160 of file vf_drawtext.c.

Referenced by draw_text(), and init().

text to be drawn

Definition at line 116 of file vf_drawtext.c.

Referenced by draw_text(), init(), and uninit().

file with text to be drawn

Definition at line 122 of file vf_drawtext.c.

Referenced by init().

font kerning is used - true/false

Definition at line 140 of file vf_drawtext.c.

Referenced by draw_text(), and init().

double DrawTextContext::var_values[VAR_VARS_NB]

Definition at line 155 of file vf_drawtext.c.

Referenced by config_input(), draw_text(), and end_frame().

chroma subsampling values

Definition at line 146 of file vf_drawtext.c.

Referenced by config_input(), draw_glyphs(), and draw_text().

x position to start drawing text

Definition at line 123 of file vf_drawtext.c.

Referenced by draw_glyphs(), draw_text(), and end_frame().

expression for x position

Definition at line 151 of file vf_drawtext.c.

Referenced by config_input(), and uninit().

Definition at line 153 of file vf_drawtext.c.

Referenced by config_input(), draw_text(), and uninit().

y position to start drawing text

Definition at line 124 of file vf_drawtext.c.

Referenced by draw_glyphs(), draw_text(), and end_frame().

expression for y position

Definition at line 152 of file vf_drawtext.c.

Referenced by config_input(), and uninit().

parsed expressions for x and y

Definition at line 153 of file vf_drawtext.c.

Referenced by config_input(), draw_text(), and uninit().


The documentation for this struct was generated from the following file:

Generated on Fri Oct 26 02:46:16 2012 for FFmpeg by  doxygen 1.5.8