Searched refs:FT_UINT16 (Results 1 - 2 of 2) sorted by relevance

/external/freetype/include/internal/
H A Dftstream.h159 #define FT_UINT16( x ) ( (FT_UInt16)(x) ) macro
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/third_party/freetype/include/internal/
H A Dftstream.h159 #define FT_UINT16( x ) ( (FT_UInt16)(x) ) macro
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 ) | \

Completed in 409 milliseconds