Searched refs:FT_FRAME_OP_SHORT (Results 1 – 1 of 1) sorted by relevance
/external/freetype/include/freetype/internal/ |
D | ftstream.h | 51 #define FT_FRAME_OP_SHORT 3 /* read 2-byte value */ macro 65 ft_frame_ushort_be = FT_MAKE_FRAME_OP( FT_FRAME_OP_SHORT, 0, 0 ), 66 ft_frame_short_be = FT_MAKE_FRAME_OP( FT_FRAME_OP_SHORT, 0, 1 ), 67 ft_frame_ushort_le = FT_MAKE_FRAME_OP( FT_FRAME_OP_SHORT, 1, 0 ), 68 ft_frame_short_le = FT_MAKE_FRAME_OP( FT_FRAME_OP_SHORT, 1, 1 ),
|