Searched refs:FT_FRAME_USHORT_LE (Results 1 – 2 of 2) sorted by relevance
/external/freetype/src/winfonts/ |
D | winfnt.c | 49 FT_FRAME_USHORT_LE ( magic ), 61 FT_FRAME_USHORT_LE ( magic ), 63 FT_FRAME_USHORT_LE ( resource_tab_offset ), 64 FT_FRAME_USHORT_LE ( rname_tab_offset ), 75 FT_FRAME_USHORT_LE ( machine ), /* 0x014C - i386 */ 76 FT_FRAME_USHORT_LE ( number_of_sections ), 78 FT_FRAME_USHORT_LE ( size_of_optional_header ), 80 FT_FRAME_USHORT_LE ( magic32 ), /* 0x10B */ 111 FT_FRAME_USHORT_LE( major_version ), 112 FT_FRAME_USHORT_LE( minor_version ), [all …]
|
/external/freetype/include/freetype/internal/ |
D | ftstream.h | 132 #define FT_FRAME_USHORT_LE( f ) FT_FRAME_FIELD( ft_frame_ushort_le, f ) macro
|