Searched refs:FTC_MruNode (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/freetype/src/cache/ |
A D | ftcmru.h | 65 FTC_MruNode next; 66 FTC_MruNode prev; 72 FTC_MruNode_Prepend( FTC_MruNode *plist, 76 FTC_MruNode_Up( FTC_MruNode *plist, 77 FTC_MruNode node ); 80 FTC_MruNode_Remove( FTC_MruNode *plist, 122 FTC_MruNode nodes; 148 FTC_MruNode *anode ); 152 FTC_MruNode node ); 201 FT_LOCAL( FTC_MruNode ) [all …]
|
A D | ftcmru.c | 32 FTC_MruNode first = *plist; in FTC_MruNode_Prepend() 42 FTC_MruNode cnode = first; in FTC_MruNode_Prepend() 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() 125 FTC_MruNode first = *plist; in FTC_MruNode_Remove() 126 FTC_MruNode prev, next; in FTC_MruNode_Remove() 133 FTC_MruNode cnode = first; in FTC_MruNode_Remove() 202 FT_LOCAL_DEF( FTC_MruNode ) 241 FTC_MruNode node = NULL; in FTC_MruList_New() [all …]
|
A D | ftcmanag.c | 89 ftc_size_node_done( FTC_MruNode ftcnode, in ftc_size_node_done() 103 ftc_size_node_compare( FTC_MruNode ftcnode, in ftc_size_node_compare() 121 ftc_size_node_init( FTC_MruNode ftcnode, in ftc_size_node_init() 137 ftc_size_node_reset( FTC_MruNode ftcnode, in ftc_size_node_reset() 167 ftc_size_node_compare_faceid( FTC_MruNode ftcnode, in ftc_size_node_compare_faceid() 186 FTC_MruNode mrunode; in FTC_Manager_LookupSize() 233 ftc_face_node_init( FTC_MruNode ftcnode, in ftc_face_node_init() 261 ftc_face_node_done( FTC_MruNode ftcnode, in ftc_face_node_done() 282 ftc_face_node_compare( FTC_MruNode ftcnode, in ftc_face_node_compare() 313 FTC_MruNode mrunode; in FTC_Manager_LookupFace()
|
A D | ftccache.c | 55 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()
|
A D | ftcglyph.h | 275 (FTC_MruNode)(family) ) 286 FTC_MruNode _mrunode; \
|
A D | ftccache.h | 273 FTC_MruNode_Up( (FTC_MruNode*)_nl, \ 274 (FTC_MruNode)_node ); \
|
A D | ftcbasic.c | 69 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()
|
Completed in 10 milliseconds