Home
last modified time | relevance | path

Searched refs:FT_UInt16 (Results 1 – 8 of 8) sorted by relevance

/external/freetype/src/cache/
Dftccmap.c74 FT_UInt16 indices[FTC_CMAP_INDICES_MAX]; /* array of glyph indices */
82 #define FTC_CMAP_UNKNOWN (FT_UInt16)~0
Dftccache.c421 node->cache_index = (FT_UInt16)cache->index; in ftc_cache_add()
/external/freetype/builds/vms/
Dftconfig.h155 typedef unsigned short FT_UInt16; typedef
/external/freetype/include/freetype/config/
Dftconfig.h181 typedef unsigned short FT_UInt16; typedef
/external/freetype/src/pfr/
Dpfrtypes.h194 ( ( (FT_UInt32)(g1) << 16 ) | (FT_UInt16)(g2) )
/external/freetype/builds/unix/
Dftconfig.in198 /* FT_UInt16 */
203 typedef unsigned short FT_UInt16;
/external/freetype/include/freetype/internal/
Dftstream.h159 #define FT_UINT16( x ) ( (FT_UInt16)(x) )
/external/freetype/src/truetype/
Dttinterp.c3706 rec->opc = (FT_UInt16)n; in Ins_FDEF()
3713 exc->maxFunc = (FT_UInt16)n; in Ins_FDEF()