Home
last modified time | relevance | path

Searched refs:FTC_Node (Results 1 – 14 of 14) sorted by relevance

/external/freetype/src/cache/
Dftccache.c49 ftc_node_mru_link( FTC_Node node, in ftc_node_mru_link()
63 ftc_node_mru_unlink( FTC_Node node, in ftc_node_mru_unlink()
79 ftc_node_mru_up( FTC_Node node, in ftc_node_mru_up()
90 FT_LOCAL_DEF( FTC_Node* )
94 FTC_Node* pnode; in ftc_get_top_node_for_hash()
117 FTC_Node node, *pnode; in ftc_cache_resize()
126 FTC_Node new_list = NULL; in ftc_cache_resize()
180 FTC_Node* pold; in ftc_cache_resize()
224 ftc_node_hash_unlink( FTC_Node node0, in ftc_node_hash_unlink()
227 FTC_Node *pnode = FTC_NODE_TOP_FOR_HASH( cache, node0->hash ); in ftc_node_hash_unlink()
[all …]
Dftccback.h31 ftc_inode_free( FTC_Node inode,
35 ftc_inode_new( FTC_Node *pinode,
40 ftc_inode_weight( FTC_Node inode,
45 ftc_snode_free( FTC_Node snode,
49 ftc_snode_new( FTC_Node *psnode,
54 ftc_snode_weight( FTC_Node snode,
58 ftc_snode_compare( FTC_Node snode,
65 ftc_gnode_compare( FTC_Node gnode,
85 ftc_node_destroy( FTC_Node node,
Dftccache.h61 FTC_Node link; /* used for hashing */
69 #define FTC_NODE( x ) ( (FTC_Node)(x) )
70 #define FTC_NODE_P( x ) ( (FTC_Node*)(x) )
82 FT_LOCAL( FTC_Node* )
100 (*FTC_Node_NewFunc)( FTC_Node *pnode,
105 (*FTC_Node_WeightFunc)( FTC_Node node,
110 (*FTC_Node_CompareFunc)( FTC_Node node,
117 (*FTC_Node_FreeFunc)( FTC_Node node,
148 FTC_Node* buckets;
184 FTC_Node *anode );
[all …]
Dftccmap.c95 ftc_cmap_node_free( FTC_Node ftcnode, in ftc_cmap_node_free()
108 ftc_cmap_node_new( FTC_Node *ftcanode, in ftc_cmap_node_new()
138 ftc_cmap_node_weight( FTC_Node cnode, in ftc_cmap_node_weight()
150 ftc_cmap_node_compare( FTC_Node ftcnode, in ftc_cmap_node_compare()
176 ftc_cmap_node_remove_faceid( FTC_Node ftcnode, in ftc_cmap_node_remove_faceid()
238 FTC_Node node; in FTC_CMapCache_Lookup()
Dftcbasic.c204 ftc_basic_gnode_compare_faceid( FTC_Node ftcgnode, in ftc_basic_gnode_compare_faceid()
288 FTC_Node *anode ) in FTC_ImageCache_Lookup()
291 FTC_Node node = 0; /* make compiler happy */ in FTC_ImageCache_Lookup()
369 FTC_Node *anode ) in FTC_ImageCache_LookupScaler()
372 FTC_Node node = 0; /* make compiler happy */ in FTC_ImageCache_LookupScaler()
488 FTC_Node *anode ) in FTC_SBitCache_Lookup()
492 FTC_Node node = 0; /* make compiler happy */ in FTC_SBitCache_Lookup()
571 FTC_Node *anode ) in FTC_SBitCache_LookupScaler()
575 FTC_Node node = 0; /* make compiler happy */ in FTC_SBitCache_LookupScaler()
Dftcmanag.c470 FTC_Node node, first; in FTC_Manager_Check()
536 FTC_Node node, first; in FTC_Manager_Compress()
559 FTC_Node prev; in FTC_Manager_Compress()
631 FTC_Node first = manager->nodes_list; in FTC_Manager_FlushN()
632 FTC_Node node; in FTC_Manager_FlushN()
644 FTC_Node prev = FTC_NODE_PREV( node ); in FTC_Manager_FlushN()
690 FTC_Node_Unref( FTC_Node node, in FTC_Node_Unref()
Dftcimage.c31 ftc_inode_free( FTC_Node ftcinode, in ftc_inode_free()
95 ftc_inode_new( FTC_Node *ftcpinode, in ftc_inode_new()
108 ftc_inode_weight( FTC_Node ftcinode, in ftc_inode_weight()
Dftcsbits.c67 ftc_snode_free( FTC_Node ftcsnode, in ftc_snode_free()
268 ftc_snode_new( FTC_Node *ftcpsnode, in ftc_snode_new()
281 ftc_snode_weight( FTC_Node ftcsnode, in ftc_snode_weight()
327 ftc_snode_compare( FTC_Node ftcsnode, in ftc_snode_compare()
Dftcglyph.c66 ftc_gnode_compare( FTC_Node ftcgnode, in ftc_gnode_compare()
191 FTC_Node *anode ) in FTC_GCache_Lookup()
Dftcmanag.h96 FTC_Node nodes_list;
Dftcglyph.h266 FTC_Node *anode );
/external/freetype/include/freetype/
Dftcache.h271 typedef struct FTC_NodeRec_* FTC_Node; typedef
531 FTC_Node_Unref( FTC_Node node,
796 FTC_Node *anode );
859 FTC_Node *anode );
1030 FTC_Node *anode );
1092 FTC_Node *anode );
/external/freetype/
DChangeLog.23529 Now these functions should be called with FTC_Node or FTC_MruNode
552 `node' from FTC_INode to FTC_Node. Extra casting macro FTC_NODE()
556 FTC_Node. Extra casting macro FTC_NODE() is dropped. FTC_SNODE()
561 `node' from FTC_CMapNode to FTC_Node. Extra casting macro
DChangeLog.244658 takes the node via a pointer `FTC_Node*', differently from cpp-macro