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

  /external/freetype/src/sfnt/
ttkern.c 250 value = FT_PEEK_SHORT( q );
271 value = FT_PEEK_SHORT( p );
ttcmap.c 41 #define TT_PEEK_SHORT FT_PEEK_SHORT
690 cmap->cur_delta = FT_PEEK_SHORT( p );
    [all...]
  /external/freetype/include/freetype/internal/
ftstream.h 175 #define FT_PEEK_SHORT( p ) FT_INT16( FT_INT8_I16( p, 0, 8) | \
231 ( (short)( buffer += 2, FT_PEEK_SHORT( buffer - 2 ) ) )

Completed in 153 milliseconds