Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#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 FT_Error(* FT_List_Iterator) (FT_ListNode node, void *user) |
FT_List_Add | ( | FT_List | list, |
FT_ListNode | node | ||
) |
Definition at line 264 of file ftutil.c.
References FT_EXPORT_DEF, FT_ListNodeRec_::next, and FT_ListNodeRec_::prev.
Referenced by FT_New_Size().
FT_List_Finalize | ( | FT_List | list, |
FT_List_Destructor | destroy, | ||
FT_Memory | memory, | ||
void * | user | ||
) |
Definition at line 387 of file ftutil.c.
References FT_ListNodeRec_::data, FT_BASE_DEF, FT_FREE, and FT_ListNodeRec_::next.
FT_BEGIN_HEADER FT_List_Find | ( | FT_List | list, |
void * | data | ||
) |
Definition at line 242 of file ftutil.c.
References FT_ListNodeRec_::data, FT_EXPORT_DEF, and FT_ListNodeRec_::next.
Referenced by FT_Done_Face(), FT_Done_Size(), FT_Set_Renderer(), and T42_Size_Done().
FT_List_Insert | ( | FT_List | list, |
FT_ListNode | node | ||
) |
Definition at line 285 of file ftutil.c.
References FT_EXPORT_DEF, FT_ListNodeRec_::next, and FT_ListNodeRec_::prev.
FT_List_Iterate | ( | FT_List | list, |
FT_List_Iterator | iterator, | ||
void * | user | ||
) |
Definition at line 360 of file ftutil.c.
References error, FT_Err_Ok, FT_EXPORT_DEF, and FT_ListNodeRec_::next.
FT_List_Remove | ( | FT_List | list, |
FT_ListNode | node | ||
) |
Definition at line 306 of file ftutil.c.
References FT_EXPORT_DEF, FT_ListNodeRec_::next, and FT_ListNodeRec_::prev.
Referenced by FT_Done_Face(), and FT_Done_Size().
FT_List_Up | ( | FT_List | list, |
FT_ListNode | node | ||
) |
Definition at line 330 of file ftutil.c.
References FT_EXPORT_DEF, FT_ListNodeRec_::next, and FT_ListNodeRec_::prev.
Referenced by FT_Set_Renderer().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:54.
© Copyright Michele Bosi. All rights reserved.