HomeSort by relevance Sort by last modified time
    Searched refs:FTC_MruNode (Results 1 - 7 of 7) sorted by null

  /external/freetype/src/cache/
ftcmru.h 61 typedef struct FTC_MruNodeRec_* FTC_MruNode;
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...]
ftcmru.c 29 FTC_MruNode_Prepend( FTC_MruNode *plist,
30 FTC_MruNode node )
32 FTC_MruNode first = *plist;
37 FTC_MruNode last = first->prev;
42 FTC_MruNode cnode = first;
73 FTC_MruNode_Up( FTC_MruNode *plist,
74 FTC_MruNode node )
76 FTC_MruNode first = *plist;
83 FTC_MruNode prev, next, last;
88 FTC_MruNode cnode = first
    [all...]
ftcmanag.c 90 ftc_size_node_done( FTC_MruNode ftcnode,
104 ftc_size_node_compare( FTC_MruNode ftcnode,
122 ftc_size_node_init( FTC_MruNode ftcnode,
138 ftc_size_node_reset( FTC_MruNode ftcnode,
169 ftc_size_node_compare_faceid( FTC_MruNode ftcnode,
188 FTC_MruNode mrunode;
235 ftc_face_node_init( FTC_MruNode ftcnode,
263 ftc_face_node_done( FTC_MruNode ftcnode,
284 ftc_face_node_compare( FTC_MruNode ftcnode,
315 FTC_MruNode mrunode
    [all...]
ftccache.c 55 FTC_MruNode_Prepend( (FTC_MruNode*)nl,
56 (FTC_MruNode)node );
69 FTC_MruNode_Remove( (FTC_MruNode*)nl,
70 (FTC_MruNode)node );
82 FTC_MruNode_Up( (FTC_MruNode*)&manager->nodes_list,
83 (FTC_MruNode)node );
ftcglyph.h 275 (FTC_MruNode)(family) )
286 FTC_MruNode _mrunode; \
ftccache.h 273 FTC_MruNode_Up( (FTC_MruNode*)_nl, \
274 (FTC_MruNode)_node ); \
ftcbasic.c 69 ftc_basic_family_compare( FTC_MruNode ftcfamily,
81 ftc_basic_family_init( FTC_MruNode ftcfamily,

Completed in 85 milliseconds