
Functions | |
| int | ListInit (list_t *p_list) |
| int | ListDestroy (list_t *p_list) |
| ssize_t | ListAdd (list_t *p_list, overlay_t *p_new) |
| int | ListRemove (list_t *p_list, size_t i_idx) |
| overlay_t * | ListGet (list_t *p_list, size_t i_idx) |
| overlay_t * | ListWalk (list_t *p_list) |
References list_t::pp_head, list_t::pp_tail, realloc_or_free(), and VLC_ENOMEM.
Referenced by exec_GenImage().
| int ListDestroy | ( | list_t * | p_list | ) |
References list_t::pp_head, and list_t::pp_tail.
Referenced by exec_DataSharedMem(), exec_GetAlpha(), exec_GetPosition(), exec_GetTextAlpha(), exec_GetTextColor(), exec_GetTextSize(), exec_GetVisibility(), exec_SetAlpha(), exec_SetPosition(), exec_SetTextAlpha(), exec_SetTextColor(), exec_SetTextSize(), and exec_SetVisibility().
| int ListInit | ( | list_t * | p_list | ) |
| int ListRemove | ( | list_t * | p_list, | |
| size_t | i_idx | |||
| ) |
References OverlayDestroy(), list_t::pp_head, list_t::pp_tail, and VLC_EGENERIC.
Referenced by exec_DeleteImage().
1.5.6