Home
last modified time | relevance | path

Searched refs:FT_INT16 (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/freetype/include/internal/
A Dftstream.h158 #define FT_INT16( x ) ( (FT_Int16)(x) ) macro
168 #define FT_PEEK_SHORT( p ) FT_INT16( FT_BYTE_U16( p, 0, 8) | \
192 #define FT_PEEK_SHORT_LE( p ) FT_INT16( FT_BYTE_U16( p, 1, 8 ) | \

Completed in 4 milliseconds