HomeSort by relevance Sort by last modified time
    Searched refs:FT_UInt16 (Results 1 - 5 of 5) sorted by null

  /external/freetype/src/cache/
ftccmap.c 114 FT_UInt16 indices[FTC_CMAP_INDICES_MAX]; /* array of glyph indices */
124 #define FTC_CMAP_UNKNOWN ( (FT_UInt16)-1 )
ftccache.c 426 node->cache_index = (FT_UInt16)cache->index;
  /external/freetype/include/freetype/config/
ftconfig.h 168 /* FT_UInt16 */
173 typedef unsigned short FT_UInt16;
  /external/freetype/include/freetype/internal/
ftstream.h 160 #define FT_UINT16( x ) ( (FT_UInt16)(x) )
165 #define FT_BYTE_U16( p, i, s ) ( FT_UINT16( FT_BYTE_( p, i ) ) << (s) )
170 #define FT_INT8_U16( p, i, s ) ( FT_UINT16( FT_INT8_( p, i ) ) << (s) )
178 #define FT_PEEK_USHORT( p ) FT_UINT16( FT_BYTE_U16( p, 0, 8 ) | \
202 #define FT_PEEK_USHORT_LE( p ) FT_UINT16( FT_BYTE_U16( p, 1, 8 ) | \
  /external/freetype/src/truetype/
ttinterp.c     [all...]

Completed in 101 milliseconds