#include <ft2build.h>
Go to the source code of this file.
Typedefs | |
typedef FT_Error(*) | FT_List_Iterator (FT_ListNode node, void *user) |
typedef void(*) | FT_List_Destructor (FT_Memory memory, void *data, void *user) |
Functions | |
FT_BEGIN_HEADER | FT_List_Find (FT_List list, void *data) |
FT_List_Add (FT_List list, FT_ListNode node) | |
FT_List_Insert (FT_List list, FT_ListNode node) | |
FT_List_Remove (FT_List list, FT_ListNode node) | |
FT_List_Up (FT_List list, FT_ListNode node) | |
FT_List_Iterate (FT_List list, FT_List_Iterator iterator, void *user) | |
FT_List_Finalize (FT_List list, FT_List_Destructor destroy, FT_Memory memory, void *user) |
typedef void(*) FT_List_Destructor(FT_Memory memory, void *data, void *user) |
typedef FT_Error(*) FT_List_Iterator(FT_ListNode node, void *user) |
FT_List_Add | ( | FT_List | list, | |
FT_ListNode | node | |||
) |
Definition at line 263 of file ftutil.c.
References FT_ListNodeRec_::next.
Referenced by ft_add_renderer(), FT_New_Size(), and FT_Open_Face().
FT_List_Finalize | ( | FT_List | list, | |
FT_List_Destructor | destroy, | |||
FT_Memory | memory, | |||
void * | user | |||
) |
Definition at line 386 of file ftutil.c.
References data, FT_ListNodeRec_::data, destroy(), FT_FREE, and FT_ListNodeRec_::next.
Referenced by Destroy_Driver(), and destroy_face().
FT_BEGIN_HEADER FT_List_Find | ( | FT_List | list, | |
void * | data | |||
) |
Definition at line 241 of file ftutil.c.
References FT_ListNodeRec_::data, and FT_ListNodeRec_::next.
Referenced by FT_Done_Face(), FT_Done_Size(), ft_remove_renderer(), FT_Set_Renderer(), and T42_Size_Done().
FT_List_Insert | ( | FT_List | list, | |
FT_ListNode | node | |||
) |
FT_List_Iterate | ( | FT_List | list, | |
FT_List_Iterator | iterator, | |||
void * | user | |||
) |
FT_List_Remove | ( | FT_List | list, | |
FT_ListNode | node | |||
) |
Definition at line 305 of file ftutil.c.
References FT_ListNodeRec_::next, and FT_ListNodeRec_::prev.
Referenced by FT_Done_Face(), FT_Done_Size(), and ft_remove_renderer().
FT_List_Up | ( | FT_List | list, | |
FT_ListNode | node | |||
) |
Definition at line 329 of file ftutil.c.
References FT_ListNodeRec_::next, and FT_ListNodeRec_::prev.
Referenced by FT_Set_Renderer().