Home
last modified time | relevance | path

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

/external/freetype/src/cache/
Dftcmanag.c225 } FTC_FaceNodeRec, *FTC_FaceNode; typedef
227 #define FTC_FACE_NODE( x ) ( ( FTC_FaceNode )( x ) )
235 FTC_FaceNode node = (FTC_FaceNode)ftcnode; in ftc_face_node_init()
262 FTC_FaceNode node = (FTC_FaceNode)ftcnode; in ftc_face_node_done()
283 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