|
ReactOS 0.4.16-dev-2354-g16de117
|
#include <freetype/ftcache.h>#include "ftcmru.h"#include <freetype/internal/ftobjs.h>#include <freetype/internal/ftdebug.h>#include "ftcerror.h"

Go to the source code of this file.
| FTC_MruList_Done | ( | FTC_MruList | list | ) |
Definition at line 194 of file ftcmru.c.
Referenced by ftc_gcache_done(), and FTC_Manager_Done().
| FTC_MruList_Init | ( | FTC_MruList | list, |
| FTC_MruListClass | clazz, | ||
| FT_UInt | max_nodes, | ||
| FT_Pointer | data, | ||
| FT_Memory | memory | ||
| ) |
Definition at line 168 of file ftcmru.c.
Referenced by ftc_gcache_init(), and FTC_Manager_New().
| FTC_MruList_New | ( | FTC_MruList | list, |
| FT_Pointer | key, | ||
| FTC_MruNode * | anode | ||
| ) |
| FTC_MruList_Remove | ( | FTC_MruList | list, |
| FTC_MruNode | node | ||
| ) |
Definition at line 307 of file ftcmru.c.
Referenced by FTC_MruList_RemoveSelection(), and FTC_MruList_Reset().
| FTC_MruList_RemoveSelection | ( | FTC_MruList | list, |
| FTC_MruNode_CompareFunc | selection, | ||
| FT_Pointer | key | ||
| ) |
Definition at line 326 of file ftcmru.c.
Referenced by ftc_face_node_done(), and FTC_Manager_RemoveFaceID().
| FTC_MruList_Reset | ( | FTC_MruList | list | ) |
Definition at line 184 of file ftcmru.c.
Referenced by FTC_Manager_Reset(), and FTC_MruList_Done().
| FTC_MruNode_Prepend | ( | FTC_MruNode * | plist, |
| FTC_MruNode | node | ||
| ) |
Definition at line 28 of file ftcmru.c.
Referenced by FTC_MruList_New(), and ftc_node_mru_link().
| FTC_MruNode_Remove | ( | FTC_MruNode * | plist, |
| FTC_MruNode | node | ||
| ) |
Definition at line 121 of file ftcmru.c.
Referenced by FTC_MruList_New(), FTC_MruList_Remove(), and ftc_node_mru_unlink().
| FTC_MruNode_Up | ( | FTC_MruNode * | plist, |
| FTC_MruNode | node | ||
| ) |
Definition at line 72 of file ftcmru.c.
Referenced by FTC_MruList_New().