Searched refs:FT_UINT16 (Results 1 – 1 of 1) sorted by relevance
159 #define FT_UINT16( x ) ( (FT_UInt16)(x) ) macro164 #define FT_BYTE_U16( p, i, s ) ( FT_UINT16( FT_BYTE_( p, i ) ) << (s) )175 #define FT_PEEK_USHORT( p ) FT_UINT16( FT_BYTE_U16( p, 0, 8 ) | \199 #define FT_PEEK_USHORT_LE( p ) FT_UINT16( FT_BYTE_U16( p, 1, 8 ) | \