HomeSort by: relevance | last modified time | path
    Searched refs:FT_Int16 (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/freetype/dist/include/freetype/config/
integer-types.h 74 * FT_Int16
79 typedef signed short FT_Int16;
  /xsrc/external/mit/freetype/dist/include/freetype/internal/
ftstream.h 158 #define FT_INT16( x ) ( (FT_Int16)(x) )
183 #define FT_PEEK_SHORT( p ) FT_INT16( FT_BYTE_U16( p, 0, 8 ) | \
207 #define FT_PEEK_SHORT_LE( p ) FT_INT16( FT_BYTE_U16( p, 1, 8 ) | \
  /xsrc/external/mit/freetype/dist/src/truetype/
ttgload.c 2027 subglyph->arg1 = (FT_Int16)points[i].x;
2028 subglyph->arg2 = (FT_Int16)points[i].y;
  /xsrc/external/mit/freetype/dist/src/cff/
cffload.c 1202 FT_Int16 start14, peak14, end14;

Completed in 10 milliseconds