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.
Macros | |
#define | FT_COMPONENT trace_cache |
#define | CHECK_CHAR(d) ( temp = (FT_Char)d, temp == d ) |
#define | CHECK_BYTE(d) ( temp = (FT_Byte)d, temp == d ) |
Functions | |
ftc_snode_free (FTC_Node ftcsnode, FTC_Cache cache) | |
FTC_SNode_Free (FTC_SNode snode, FTC_Cache cache) | |
FTC_SNode_New (FTC_SNode *psnode, FTC_GQuery gquery, FTC_Cache cache) | |
ftc_snode_new (FTC_Node *ftcpsnode, FT_Pointer ftcgquery, FTC_Cache cache) | |
ftc_snode_weight (FTC_Node ftcsnode, FTC_Cache cache) | |
ftc_snode_compare (FTC_Node ftcsnode, FT_Pointer ftcgquery, FTC_Cache cache, FT_Bool *list_changed) | |
FTC_SNode_Compare (FTC_SNode snode, FTC_GQuery gquery, FTC_Cache cache, FT_Bool *list_changed) | |
#define CHECK_BYTE | ( | d | ) | ( temp = (FT_Byte)d, temp == d ) |
#define CHECK_CHAR | ( | d | ) | ( temp = (FT_Char)d, temp == d ) |
#define FT_COMPONENT trace_cache |
Definition at line 30 of file ftcsbits.c.
ftc_snode_compare | ( | FTC_Node | ftcsnode, |
FT_Pointer | ftcgquery, | ||
FTC_Cache | cache, | ||
FT_Bool * | list_changed | ||
) |
Definition at line 325 of file ftcsbits.c.
References FTC_SBitRec_::buffer, FTC_SNodeRec_::count, error, FALSE, FTC_GNodeRec_::family, FTC_GQueryRec_::family, FT_Bool, FT_BOOL, FTC_CACHE_TRYLOOP, FTC_GNODE, FTC_GNodeRec_::gindex, FTC_GQueryRec_::gindex, NULL, FTC_SNodeRec_::sbits, and FTC_SBitRec_::width.
Referenced by FTC_SNode_Compare().
FTC_SNode_Compare | ( | FTC_SNode | snode, |
FTC_GQuery | gquery, | ||
FTC_Cache | cache, | ||
FT_Bool * | list_changed | ||
) |
Definition at line 410 of file ftcsbits.c.
References FTC_NODE, and ftc_snode_compare().
Referenced by FTC_SBitCache_Lookup(), and FTC_SBitCache_LookupScaler().
Definition at line 65 of file ftcsbits.c.
References FTC_SBitRec_::buffer, FTC_SNodeRec_::count, FT_FREE, FT_LOCAL_DEF, FTC_GNODE, FTC_GNode_Done(), and FTC_SNodeRec_::sbits.
Referenced by FTC_SNode_Free().
Definition at line 84 of file ftcsbits.c.
References FTC_NODE, and ftc_snode_free().
FTC_SNode_New | ( | FTC_SNode * | psnode, |
FTC_GQuery | gquery, | ||
FTC_Cache | cache | ||
) |
Definition at line 208 of file ftcsbits.c.
References FTC_SNodeRec_::count, error, FTC_SFamilyClassRec_::family_get_count, FT_NEW, FT_THROW(), FTC_CACHE__SFAMILY_CLASS, FTC_GNODE, FTC_GNode_Init(), FTC_SBIT_ITEMS_PER_NODE, NULL, FTC_SNodeRec_::sbits, and FTC_SBitRec_::width.
Referenced by ftc_snode_new().
ftc_snode_new | ( | FTC_Node * | ftcpsnode, |
FT_Pointer | ftcgquery, | ||
FTC_Cache | cache | ||
) |
Definition at line 266 of file ftcsbits.c.
References FT_LOCAL_DEF, and FTC_SNode_New().
Definition at line 279 of file ftcsbits.c.
References FTC_SBitRec_::buffer, FTC_SNodeRec_::count, FT_ASSERT, FT_Bool, FT_LOCAL_DEF, FT_UNUSED, FTC_NODE, FTC_SBIT_ITEMS_PER_NODE, FTC_SBitRec_::height, NULL, FTC_SBitRec_::pitch, and FTC_SNodeRec_::sbits.
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:55.
© Copyright Michele Bosi. All rights reserved.