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

  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/vms/
ftconfig.h 141 /* FT_UInt16 */
146 typedef unsigned short FT_UInt16;
  /external/freetype/src/cache/
ftccmap.c 74 FT_UInt16 indices[FTC_CMAP_INDICES_MAX]; /* array of glyph indices */
82 #define FTC_CMAP_UNKNOWN (FT_UInt16)~0
ftccache.c 421 node->cache_index = (FT_UInt16)cache->index;
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cache/
ftccmap.c 74 FT_UInt16 indices[FTC_CMAP_INDICES_MAX]; /* array of glyph indices */
82 #define FTC_CMAP_UNKNOWN (FT_UInt16)~0
ftccache.c 421 node->cache_index = (FT_UInt16)cache->index;
  /external/freetype/include/freetype/config/
ftconfig.h 168 /* FT_UInt16 */
173 typedef unsigned short FT_UInt16;
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/config/
ftconfig.h 168 /* FT_UInt16 */
173 typedef unsigned short FT_UInt16;
  /external/pdfium/third_party/freetype/include/freetype/config/
ftconfig.h 168 /* FT_UInt16 */
173 typedef unsigned short FT_UInt16;
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/config/
ftconfig.h 199 /* FT_UInt16 */
204 typedef unsigned short FT_UInt16;
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/unix/
ftconfig.in 198 /* FT_UInt16 */
203 typedef unsigned short FT_UInt16;
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pfr/
pfrtypes.h 211 ( ( (FT_UInt32)(g1) << 16 ) | (FT_UInt16)(g2) )
  /external/freetype/include/freetype/internal/
ftstream.h 159 #define FT_UINT16( x ) ( (FT_UInt16)(x) )
164 #define FT_BYTE_U16( p, i, s ) ( FT_UINT16( FT_BYTE_( p, i ) ) << (s) )
171 #define FT_PEEK_USHORT( p ) FT_UINT16( FT_BYTE_U16( p, 0, 8 ) | \
195 #define FT_PEEK_USHORT_LE( p ) FT_UINT16( FT_BYTE_U16( p, 1, 8 ) | \
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/
ftstream.h 159 #define FT_UINT16( x ) ( (FT_UInt16)(x) )
164 #define FT_BYTE_U16( p, i, s ) ( FT_UINT16( FT_BYTE_( p, i ) ) << (s) )
171 #define FT_PEEK_USHORT( p ) FT_UINT16( FT_BYTE_U16( p, 0, 8 ) | \
195 #define FT_PEEK_USHORT_LE( p ) FT_UINT16( FT_BYTE_U16( p, 1, 8 ) | \
  /external/pdfium/third_party/freetype/include/freetype/internal/
ftstream.h 159 #define FT_UINT16( x ) ( (FT_UInt16)(x) )
164 #define FT_BYTE_U16( p, i, s ) ( FT_UINT16( FT_BYTE_( p, i ) ) << (s) )
171 #define FT_PEEK_USHORT( p ) FT_UINT16( FT_BYTE_U16( p, 0, 8 ) | \
195 #define FT_PEEK_USHORT_LE( p ) FT_UINT16( FT_BYTE_U16( p, 1, 8 ) | \
  /external/freetype/src/truetype/
ttinterp.c     [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
ttinterp.c     [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttinterp.c     [all...]

Completed in 4679 milliseconds