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

/external/chromium_org/third_party/freetype/include/freetype/
H A Dfttypes.h504 /* FT_ListNode */
509 /* FT_ListNode is a handle to a single list element. */
511 typedef struct FT_ListNodeRec_* FT_ListNode; typedef in typeref:struct:FT_ListNodeRec_
542 FT_ListNode prev;
543 FT_ListNode next;
565 FT_ListNode head;
566 FT_ListNode tail;
/external/freetype/include/
H A Dfttypes.h504 /* FT_ListNode */
509 /* FT_ListNode is a handle to a single list element. */
511 typedef struct FT_ListNodeRec_* FT_ListNode; typedef in typeref:struct:FT_ListNodeRec_
542 FT_ListNode prev;
543 FT_ListNode next;
565 FT_ListNode head;
566 FT_ListNode tail;
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dfttypes.h504 /* FT_ListNode */
509 /* FT_ListNode is a handle to a single list element. */
511 typedef struct FT_ListNodeRec_* FT_ListNode; typedef in typeref:struct:FT_ListNodeRec_
542 FT_ListNode prev;
543 FT_ListNode next;
565 FT_ListNode head;
566 FT_ListNode tail;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dfttypes.h504 /* FT_ListNode */
509 /* FT_ListNode is a handle to a single list element. */
511 typedef struct FT_ListNodeRec_* FT_ListNode; typedef in typeref:struct:FT_ListNodeRec_
542 FT_ListNode prev;
543 FT_ListNode next;
565 FT_ListNode head;
566 FT_ListNode tail;

Completed in 180 milliseconds