HomeSort by relevance Sort by last modified time
    Searched refs:FTC_GNode (Results 1 - 5 of 5) 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...]
ftcglyph.c 31 FTC_GNode_Init( FTC_GNode gnode,
42 FTC_GNode_UnselectFamily( FTC_GNode gnode,
55 FTC_GNode_Done( FTC_GNode gnode,
71 FTC_GNode gnode = (FTC_GNode)ftcgnode;
86 FTC_GNode_Compare( FTC_GNode gnode,
ftcimage.c 44 FTC_GNode_Done( FTC_GNODE( inode ), cache );
70 FTC_GNode gnode = FTC_GNODE( inode );
ftcsbits.c 79 FTC_GNode_Done( FTC_GNODE( snode ), cache );
110 FTC_GNode gnode = FTC_GNODE( snode );
242 FTC_GNode_Init( FTC_GNODE( snode ), start, family );
334 FTC_GNode gnode = FTC_GNODE( snode );
ftcbasic.c 209 FTC_GNode gnode = (FTC_GNode)ftcgnode;
550 ( gindex - FTC_GNODE( node )->gindex );
619 ( gindex - FTC_GNODE( node )->gindex );

Completed in 143 milliseconds