Searched defs:FT_ListNode (Results 1 - 1 of 1) sorted by relevance

/external/freetype/include/freetype/
H A Dfttypes.h508 /* FT_ListNode */
513 /* FT_ListNode is a handle to a single list element. */
515 typedef struct FT_ListNodeRec_* FT_ListNode; typedef in typeref:struct:FT_ListNodeRec_
546 FT_ListNode prev;
547 FT_ListNode next;
569 FT_ListNode head;
570 FT_ListNode tail;

Completed in 1319 milliseconds