#include <ftcmanag.h>
Public Attributes | |
| FT_Library | library |
| FT_Memory | memory |
| FTC_Node | nodes_list |
| FT_ULong | max_weight |
| FT_ULong | cur_weight |
| FT_UInt | num_nodes |
| FTC_Cache | caches [FTC_MAX_CACHES] |
| FT_UInt | num_caches |
| FTC_MruListRec | faces |
| FTC_MruListRec | sizes |
| FT_Pointer | request_data |
| FTC_Face_Requester | request_face |
Definition at line 91 of file ftcmanag.h.
Definition at line 93 of file ftcmanag.h.
Referenced by ftc_face_node_init(), and FTC_Manager_New().
Definition at line 96 of file ftcmanag.h.
Referenced by ftc_node_mru_link(), and ftc_node_mru_unlink().
Definition at line 98 of file ftcmanag.h.
Referenced by ftc_cache_add(), FTC_Cache_Clear(), FTC_Cache_RemoveFaceID(), and ftc_node_destroy().
Definition at line 99 of file ftcmanag.h.
Referenced by ftc_node_destroy(), ftc_node_mru_link(), and ftc_node_mru_unlink().
| FTC_Cache FTC_ManagerRec_::caches[FTC_MAX_CACHES] |
Definition at line 105 of file ftcmanag.h.
Referenced by ftc_face_node_done(), and FTC_Manager_New().
Definition at line 107 of file ftcmanag.h.
Referenced by ftc_face_node_init(), and FTC_Manager_New().
Definition at line 108 of file ftcmanag.h.
Referenced by ftc_face_node_init(), and FTC_Manager_New().
1.5.1