Searched refs:FT_PEEK_SHORT (Results 1 – 6 of 6) sorted by relevance
255 value = FT_PEEK_SHORT( q ); in tt_face_get_kerning()276 value = FT_PEEK_SHORT( p ); in tt_face_get_kerning()
42 #define TT_PEEK_SHORT FT_PEEK_SHORT748 cmap->cur_delta = FT_PEEK_SHORT( p ); in tt_cmap4_set_range()
172 #define FT_PEEK_SHORT( p ) FT_INT16( FT_BYTE_U16( p, 0, 8 ) | \ macro231 ( (short)( buffer += 2, FT_PEEK_SHORT( buffer - 2 ) ) )
584 value = FT_PEEK_SHORT( p ); in pfr_face_get_kerning()
135 (FT_PEEK_SHORT, FT_PEEK_LONG, FT_PEEK_OFF3, FT_PEEK_SHORT_LE,
315 * src/sfnt/ttcmap.c (tt_cmap4_set_range): Fix typo (FT_PEEK_SHORT ->