Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
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 106 of file ftcglyph.c.
References FTC_GCacheClassRec_::family_class, FT_LOCAL_DEF, and FTC_CACHE__GCACHE_CLASS.
Referenced by ftc_basic_family_init().
ftc_gcache_done | ( | FTC_Cache | ftccache | ) |
Definition at line 153 of file ftcglyph.c.
References FT_LOCAL_DEF, FTC_CACHE, FTC_Cache_Done(), and FTC_MruList_Done().
ftc_gcache_init | ( | FTC_Cache | ftccache | ) |
Definition at line 119 of file ftcglyph.c.
References error, FTC_GCacheRec_::families, FTC_GCacheClassRec_::family_class, FT_LOCAL_DEF, FTC_CACHE, FTC_Cache_Init(), and FTC_MruList_Init().
FTC_GCache_New | ( | FTC_Manager | manager, |
FTC_GCacheClass | clazz, | ||
FTC_GCache * | acache | ||
) |
Definition at line 175 of file ftcglyph.c.
References error, FTC_GCacheRec_::families, FTC_GQueryRec_::family, FT_LOCAL_DEF, FTC_CACHE, FTC_FAMILY_FREE, FTC_Manager_RegisterCache(), FTC_MRULIST_LOOKUP, and FTC_GQueryRec_::gindex.
Referenced by FTC_ImageCache_New(), and FTC_SBitCache_New().
ftc_gnode_compare | ( | FTC_Node | ftcgnode, |
FT_Pointer | ftcgquery, | ||
FTC_Cache | cache, | ||
FT_Bool * | list_changed | ||
) |
Definition at line 66 of file ftcglyph.c.
References FALSE, FTC_GNodeRec_::family, FTC_GQueryRec_::family, FT_Bool, FT_BOOL, FT_LOCAL_DEF, FT_UNUSED, FTC_GNodeRec_::gindex, and FTC_GQueryRec_::gindex.
Referenced by FTC_GNode_Compare().
FTC_GNode_Compare | ( | FTC_GNode | gnode, |
FTC_GQuery | gquery, | ||
FTC_Cache | cache, | ||
FT_Bool * | list_changed | ||
) |
Definition at line 86 of file ftcglyph.c.
References FT_LOCAL_DEF, ftc_gnode_compare(), and FTC_NODE.
Referenced by FTC_ImageCache_Lookup(), and FTC_ImageCache_LookupScaler().
Definition at line 55 of file ftcglyph.c.
References FT_Bool, FT_LOCAL_DEF, and FTC_GNode_UnselectFamily().
Referenced by ftc_inode_free(), and ftc_snode_free().
FTC_GNode_Init | ( | FTC_GNode | gnode, |
FT_UInt | gindex, | ||
FTC_Family | family | ||
) |
Definition at line 31 of file ftcglyph.c.
References FT_LOCAL_DEF.
Referenced by FTC_INode_New(), and FTC_SNode_New().
Definition at line 42 of file ftcglyph.c.
References FT_LOCAL_DEF, FTC_FAMILY_FREE, and NULL.
Referenced by ftc_basic_gnode_compare_faceid(), and FTC_GNode_Done().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:55.
© Copyright Michele Bosi. All rights reserved.