Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/type1/
A Dt1afm.c134 width_table_length = FT_PEEK_USHORT_LE( p ); in T1_Read_PFM()
137 if ( p + 0x12 > limit || FT_PEEK_USHORT_LE( p ) < 0x12 ) in T1_Read_PFM()
155 fi->NumKernPair = FT_PEEK_USHORT_LE( p ); in T1_Read_PFM()
/AliOS-Things-master/components/freetype/include/internal/
A Dftstream.h195 #define FT_PEEK_USHORT_LE( p ) FT_UINT16( FT_BYTE_U16( p, 1, 8 ) | \ macro
246 ( (unsigned short)( buffer += 2, FT_PEEK_USHORT_LE( buffer - 2 ) ) )

Completed in 8 milliseconds