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

  /xsrc/external/mit/freetype/dist/src/sfnt/
ttkern.c 254 value = FT_PEEK_SHORT( q );
275 value = FT_PEEK_SHORT( p );
ttcmap.c 41 #define TT_PEEK_SHORT FT_PEEK_SHORT
747 cmap->cur_delta = FT_PEEK_SHORT( p );
  /xsrc/external/mit/freetype/dist/include/freetype/internal/
ftstream.h 183 #define FT_PEEK_SHORT( p ) FT_INT16( FT_BYTE_U16( p, 0, 8 ) | \
242 ( (short)( buffer += 2, FT_PEEK_SHORT( buffer - 2 ) ) )
  /xsrc/external/mit/freetype/dist/src/pfr/
pfrobjs.c 584 value = FT_PEEK_SHORT( p );

Completed in 9 milliseconds