#include <ft2build.h>
#include "ftcsbits.h"
#include "ftccback.h"
#include "ftcerror.h"
Go to the source code of this file.
Defines |
| #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 |
| static FT_Error | ftc_sbit_copy_bitmap (FTC_SBit sbit, FT_Bitmap *bitmap, FT_Memory memory) |
| | ftc_snode_free (FTC_Node ftcsnode, FTC_Cache cache) |
| | FTC_SNode_Free (FTC_SNode snode, FTC_Cache cache) |
| static FT_Error | ftc_snode_load (FTC_SNode snode, FTC_Manager manager, FT_UInt gindex, FT_ULong *asize) |
| | 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) |
| | FTC_SNode_Compare (FTC_SNode snode, FTC_GQuery gquery, FTC_Cache cache) |