Home
last modified time | relevance | path

Searched refs:FTC_FaceNode (Results 1 – 2 of 2) sorted by relevance

/external/freetype/src/cache/
Dftcmanag.c224 } FTC_FaceNodeRec, *FTC_FaceNode; typedef
226 #define FTC_FACE_NODE( x ) ( ( FTC_FaceNode )( x ) )
234 FTC_FaceNode node = (FTC_FaceNode)ftcnode; in ftc_face_node_init()
261 FTC_FaceNode node = (FTC_FaceNode)ftcnode; in ftc_face_node_done()
282 FTC_FaceNode node = (FTC_FaceNode)ftcnode; in ftc_face_node_compare()
/external/freetype/
DChangeLog.23547 (FTC_FACE_NODE): New macro casting to FTC_FaceNode.
548 (FTC_Manager_LookupFace) Replace FTC_FaceNode `node' by FTC_MruNode