Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dftstream.h160 #define FT_INT32( x ) ( (FT_Int32)(x) ) macro
189 #define FT_PEEK_LONG( p ) FT_INT32( FT_BYTE_U32( p, 0, 24 ) | \
199 #define FT_PEEK_OFF3( p ) ( FT_INT32( FT_BYTE_U32( p, 0, 24 ) | \
213 #define FT_PEEK_LONG_LE( p ) FT_INT32( FT_BYTE_U32( p, 3, 24 ) | \
223 #define FT_PEEK_OFF3_LE( p ) ( FT_INT32( FT_BYTE_U32( p, 2, 24 ) | \