|
ReactOS 0.4.16-dev-2357-g35d0dfe
|
#include <freetype/internal/ftobjs.h>#include <freetype/ftcache.h>#include "ftcglyph.h"#include <freetype/fterrors.h>#include "ftccback.h"#include "ftcerror.h"

Go to the source code of this file.
Functions | |
| FTC_GNode_Init (FTC_GNode gnode, FT_UInt gindex, FTC_Family family) | |
| FTC_GNode_UnselectFamily (FTC_GNode gnode, FTC_Cache cache) | |
| FTC_GNode_Done (FTC_GNode gnode, FTC_Cache cache) | |
| ftc_gnode_compare (FTC_Node ftcgnode, FT_Pointer ftcgquery, FTC_Cache cache, FT_Bool *list_changed) | |
| FTC_GNode_Compare (FTC_GNode gnode, FTC_GQuery gquery, FTC_Cache cache, FT_Bool *list_changed) | |
| FTC_Family_Init (FTC_Family family, FTC_Cache cache) | |
| ftc_gcache_init (FTC_Cache ftccache) | |
| ftc_gcache_done (FTC_Cache ftccache) | |
| FTC_GCache_New (FTC_Manager manager, FTC_GCacheClass clazz, FTC_GCache *acache) | |
| FTC_Family_Init | ( | FTC_Family | family, |
| FTC_Cache | cache | ||
| ) |
Definition at line 105 of file ftcglyph.c.
Referenced by ftc_basic_family_init().
| ftc_gcache_done | ( | FTC_Cache | ftccache | ) |
Definition at line 152 of file ftcglyph.c.
| ftc_gcache_init | ( | FTC_Cache | ftccache | ) |
Definition at line 118 of file ftcglyph.c.
| FTC_GCache_New | ( | FTC_Manager | manager, |
| FTC_GCacheClass | clazz, | ||
| FTC_GCache * | acache | ||
| ) |
Definition at line 174 of file ftcglyph.c.
Referenced by FTC_ImageCache_New(), and FTC_SBitCache_New().
| FTC_GNode_Compare | ( | FTC_GNode | gnode, |
| FTC_GQuery | gquery, | ||
| FTC_Cache | cache, | ||
| FT_Bool * | list_changed | ||
| ) |
Definition at line 85 of file ftcglyph.c.
Referenced by FTC_ImageCache_Lookup(), and FTC_ImageCache_LookupScaler().
| ftc_gnode_compare | ( | FTC_Node | ftcgnode, |
| FT_Pointer | ftcgquery, | ||
| FTC_Cache | cache, | ||
| FT_Bool * | list_changed | ||
| ) |
Definition at line 65 of file ftcglyph.c.
Referenced by FTC_GNode_Compare().
Definition at line 54 of file ftcglyph.c.
Referenced by ftc_inode_free(), and ftc_snode_free().
| FTC_GNode_Init | ( | FTC_GNode | gnode, |
| FT_UInt | gindex, | ||
| FTC_Family | family | ||
| ) |
Definition at line 30 of file ftcglyph.c.
Referenced by FTC_INode_New(), and FTC_SNode_New().
Definition at line 41 of file ftcglyph.c.
Referenced by ftc_basic_gnode_compare_faceid(), and FTC_GNode_Done().