Home
last modified time | relevance | path

Searched refs:FTC_MruNode (Results 1 – 8 of 8) sorted by relevance

/external/freetype/src/cache/
Dftcmru.h61 typedef struct FTC_MruNodeRec_* FTC_MruNode; typedef
65 FTC_MruNode next;
66 FTC_MruNode prev;
72 FTC_MruNode_Prepend( FTC_MruNode *plist,
73 FTC_MruNode node );
76 FTC_MruNode_Up( FTC_MruNode *plist,
77 FTC_MruNode node );
80 FTC_MruNode_Remove( FTC_MruNode *plist,
81 FTC_MruNode node );
90 (*FTC_MruNode_CompareFunc)( FTC_MruNode node,
[all …]
Dftcmru.c29 FTC_MruNode_Prepend( FTC_MruNode *plist, in FTC_MruNode_Prepend()
30 FTC_MruNode node ) in FTC_MruNode_Prepend()
32 FTC_MruNode first = *plist; in FTC_MruNode_Prepend()
37 FTC_MruNode last = first->prev; in FTC_MruNode_Prepend()
42 FTC_MruNode cnode = first; in FTC_MruNode_Prepend()
73 FTC_MruNode_Up( FTC_MruNode *plist, in FTC_MruNode_Up()
74 FTC_MruNode node ) in FTC_MruNode_Up()
76 FTC_MruNode first = *plist; in FTC_MruNode_Up()
83 FTC_MruNode prev, next, last; in FTC_MruNode_Up()
88 FTC_MruNode cnode = first; in FTC_MruNode_Up()
[all …]
Dftcmanag.c86 ftc_size_node_done( FTC_MruNode ftcnode, in ftc_size_node_done()
100 ftc_size_node_compare( FTC_MruNode ftcnode, in ftc_size_node_compare()
118 ftc_size_node_init( FTC_MruNode ftcnode, in ftc_size_node_init()
134 ftc_size_node_reset( FTC_MruNode ftcnode, in ftc_size_node_reset()
165 ftc_size_node_compare_faceid( FTC_MruNode ftcnode, in ftc_size_node_compare_faceid()
184 FTC_MruNode mrunode; in FTC_Manager_LookupSize()
231 ftc_face_node_init( FTC_MruNode ftcnode, in ftc_face_node_init()
259 ftc_face_node_done( FTC_MruNode ftcnode, in ftc_face_node_done()
280 ftc_face_node_compare( FTC_MruNode ftcnode, in ftc_face_node_compare()
311 FTC_MruNode mrunode; in FTC_Manager_LookupFace()
Dftccache.c55 FTC_MruNode_Prepend( (FTC_MruNode*)nl, in ftc_node_mru_link()
56 (FTC_MruNode)node ); in ftc_node_mru_link()
69 FTC_MruNode_Remove( (FTC_MruNode*)nl, in ftc_node_mru_unlink()
70 (FTC_MruNode)node ); in ftc_node_mru_unlink()
82 FTC_MruNode_Up( (FTC_MruNode*)&manager->nodes_list, in ftc_node_mru_up()
83 (FTC_MruNode)node ); in ftc_node_mru_up()
Dftcglyph.h275 (FTC_MruNode)(family) )
286 FTC_MruNode _mrunode; \
Dftccache.h273 FTC_MruNode_Up( (FTC_MruNode*)_nl, \
274 (FTC_MruNode)_node ); \
Dftcbasic.c69 ftc_basic_family_compare( FTC_MruNode ftcfamily, in ftc_basic_family_compare()
81 ftc_basic_family_init( FTC_MruNode ftcfamily, in ftc_basic_family_init()
/external/freetype/
DChangeLog.23529 Now these functions should be called with FTC_Node or FTC_MruNode
536 FTC_MruNode.
539 implementation, new temporal variable FTC_MruNode `_mrunode' to take
545 (FTC_Manager_LookupSize): Replace FTC_SizeNode `node' by FTC_MruNode
548 (FTC_Manager_LookupFace) Replace FTC_FaceNode `node' by FTC_MruNode