Searched refs:FT_PEEK_SHORT_LE (Results 1 – 2 of 2) sorted by relevance
192 #define FT_PEEK_SHORT_LE( p ) FT_INT16( FT_BYTE_U16( p, 1, 8 ) | \ macro243 ( (short)( buffer += 2, FT_PEEK_SHORT_LE( buffer - 2 ) ) )
205 kp->x = (FT_Int)FT_PEEK_SHORT_LE(p + 2); in T1_Read_PFM()
Completed in 4 milliseconds