ReactOS 0.4.15-dev-8621-g4b051b9
|
#include <ft2build.h>
Go to the source code of this file.
Macros | |
#define | FT_COMPONENT trace_memory |
#define | FT_COMPONENT trace_list |
FT_List_Add | ( | FT_List | list, |
FT_ListNode | node | ||
) |
Definition at line 269 of file ftutil.c.
Referenced by ft_add_renderer(), FT_New_Size(), ft_open_face_internal(), and load_truetype_glyph().
FT_List_Finalize | ( | FT_List | list, |
FT_List_Destructor | destroy, | ||
FT_Memory | memory, | ||
void * | user | ||
) |
Definition at line 413 of file ftutil.c.
Referenced by Destroy_Driver(), destroy_face(), and tt_loader_done().
Definition at line 244 of file ftutil.c.
Referenced by FT_Done_Face(), FT_Done_Size(), ft_remove_renderer(), FT_Set_Renderer(), load_truetype_glyph(), 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 321 of file ftutil.c.
Referenced by FT_Done_Face(), FT_Done_Size(), and ft_remove_renderer().
FT_List_Up | ( | FT_List | list, |
FT_ListNode | node | ||
) |
Definition at line 348 of file ftutil.c.
Referenced by FT_Set_Renderer().
Definition at line 50 of file ftutil.c.
Definition at line 179 of file ftutil.c.
Referenced by ft_mem_strdup().
Definition at line 170 of file ftutil.c.
Referenced by ft_mem_qrealloc(), FT_Stream_ExitFrame(), and FT_Stream_ReleaseFrame().
Definition at line 66 of file ftutil.c.
Referenced by ft_mem_alloc(), ft_mem_dup(), and FT_Stream_EnterFrame().
ft_mem_qrealloc | ( | FT_Memory | memory, |
FT_Long | item_size, | ||
FT_Long | cur_count, | ||
FT_Long | new_count, | ||
void * | block, | ||
FT_Error * | p_error | ||
) |
Definition at line 114 of file ftutil.c.
Referenced by ft_mem_realloc().
ft_mem_realloc | ( | FT_Memory | memory, |
FT_Long | item_size, | ||
FT_Long | cur_count, | ||
FT_Long | new_count, | ||
void * | block, | ||
FT_Error * | p_error | ||
) |
Definition at line 92 of file ftutil.c.
Definition at line 197 of file ftutil.c.