Searched refs:FTC_CMapNode (Results 1 - 1 of 1) sorted by relevance

/external/freetype/src/cache/
H A Dftccmap.c74 /* Each FTC_CMapNode contains a simple array to map a range of character */
116 } FTC_CMapNodeRec, *FTC_CMapNode; typedef in typeref:struct:FTC_CMapNodeRec_
118 #define FTC_CMAP_NODE( x ) ( (FTC_CMapNode)( x ) )
140 FTC_CMapNode node = (FTC_CMapNode)ftcnode;
154 FTC_CMapNode *anode = (FTC_CMapNode*)ftcanode;
158 FTC_CMapNode node = NULL;
197 FTC_CMapNode node = (FTC_CMapNode)ftcnod
[all...]

Completed in 293 milliseconds