Searched refs:FT_UInt16 (Results 1 – 8 of 8) sorted by relevance
74 FT_UInt16 indices[FTC_CMAP_INDICES_MAX]; /* array of glyph indices */82 #define FTC_CMAP_UNKNOWN (FT_UInt16)~0
421 node->cache_index = (FT_UInt16)cache->index; in ftc_cache_add()
155 typedef unsigned short FT_UInt16; typedef
181 typedef unsigned short FT_UInt16; typedef
194 ( ( (FT_UInt32)(g1) << 16 ) | (FT_UInt16)(g2) )
198 /* FT_UInt16 */203 typedef unsigned short FT_UInt16;
159 #define FT_UINT16( x ) ( (FT_UInt16)(x) )
3706 rec->opc = (FT_UInt16)n; in Ins_FDEF()3713 exc->maxFunc = (FT_UInt16)n; in Ins_FDEF()