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

  /external/freetype/include/config/
ftconfig.h 168 /* FT_UInt16 */
173 typedef unsigned short FT_UInt16;
  /external/chromium_org/third_party/freetype/src/cache/
ftccmap.c 76 FT_UInt16 indices[FTC_CMAP_INDICES_MAX]; /* array of glyph indices */
86 #define FTC_CMAP_UNKNOWN (FT_UInt16)~0
ftccache.c 421 node->cache_index = (FT_UInt16)cache->index;
  /external/freetype/src/cache/
ftccmap.c 76 FT_UInt16 indices[FTC_CMAP_INDICES_MAX]; /* array of glyph indices */
86 #define FTC_CMAP_UNKNOWN (FT_UInt16)~0
ftccache.c 421 node->cache_index = (FT_UInt16)cache->index;
  /external/chromium_org/third_party/freetype2/include/
ftconfig.h 186 typedef unsigned short FT_UInt16;
  /external/chromium_org/third_party/freetype/include/freetype/config/
ftconfig.h 168 /* FT_UInt16 */
173 typedef unsigned short FT_UInt16;
  /external/pdfium/core/include/thirdparties/freetype/freetype/config/
ftconfig.h 168 /* FT_UInt16 */
173 typedef unsigned short FT_UInt16;
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/config/
ftconfig.h 168 /* FT_UInt16 */
173 typedef unsigned short FT_UInt16;
  /external/chromium_org/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/include/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/core/include/thirdparties/freetype/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/core/src/fxge/fx_freetype/fxft2.5.01/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/chromium_org/third_party/freetype/src/truetype/
ttinterp.c     [all...]
  /external/freetype/src/truetype/
ttinterp.c     [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttinterp.c     [all...]

Completed in 917 milliseconds