RTS API Documentation
1.10.11
|
Data Fields | |
char * | font_family |
double | angle |
uint16_t | font_size |
switch_rgb_color_t | color |
switch_rgb_color_t | bgcolor |
switch_image_t * | img |
switch_memory_pool_t * | pool |
int | free_pool |
switch_rgb_color_t | gradient_table [MAX_GRADIENT] |
switch_bool_t | use_bgcolor |
Definition at line 1830 of file switch_core_video.c.
double switch_img_txt_handle_s::angle |
Definition at line 1836 of file switch_core_video.c.
Referenced by switch_img_txt_handle_create(), and switch_img_txt_handle_render().
switch_rgb_color_t switch_img_txt_handle_s::bgcolor |
Definition at line 1839 of file switch_core_video.c.
Referenced by init_gradient_table(), switch_img_txt_handle_create(), and switch_img_txt_handle_render().
switch_rgb_color_t switch_img_txt_handle_s::color |
Definition at line 1838 of file switch_core_video.c.
Referenced by init_gradient_table(), switch_img_txt_handle_create(), switch_img_txt_handle_destroy(), and switch_img_txt_handle_render().
char* switch_img_txt_handle_s::font_family |
Definition at line 1835 of file switch_core_video.c.
Referenced by switch_img_txt_handle_create(), and switch_img_txt_handle_render().
uint16_t switch_img_txt_handle_s::font_size |
Definition at line 1837 of file switch_core_video.c.
Referenced by switch_img_txt_handle_create(), and switch_img_txt_handle_render().
int switch_img_txt_handle_s::free_pool |
Definition at line 1842 of file switch_core_video.c.
Referenced by switch_img_txt_handle_create(), and switch_img_txt_handle_destroy().
switch_rgb_color_t switch_img_txt_handle_s::gradient_table[MAX_GRADIENT] |
Definition at line 1843 of file switch_core_video.c.
Referenced by init_gradient_table(), and switch_img_txt_handle_destroy().
switch_image_t* switch_img_txt_handle_s::img |
Definition at line 1840 of file switch_core_video.c.
switch_memory_pool_t* switch_img_txt_handle_s::pool |
Definition at line 1841 of file switch_core_video.c.
Referenced by switch_img_txt_handle_create(), switch_img_txt_handle_destroy(), and switch_img_txt_handle_render().
switch_bool_t switch_img_txt_handle_s::use_bgcolor |
Definition at line 1844 of file switch_core_video.c.
Referenced by switch_img_txt_handle_destroy(), and switch_img_txt_handle_render().