HomeSort by relevance Sort by last modified time
    Searched defs:FTC_GNode (Results 1 - 2 of 2) sorted by null

  /external/freetype/src/cache/
ftcglyph.h 24 * - It manages FTC_GNode objects. Each one of them can hold one or more
33 * - Each FTC_GNode is thus an FTC_Node with two additional fields:
46 * Client applications can extend FTC_GNode with their own FTC_GNode
58 * - FTC_GNode sub-class, e.g. MyNode, with relevant methods:
154 } FTC_GNodeRec, *FTC_GNode;
156 #define FTC_GNODE( x ) ( (FTC_GNode)(x) )
157 #define FTC_GNODE_P( x ) ( (FTC_GNode*)(x) )
179 FTC_GNode_Init( FTC_GNode node
    [all...]