Searched refs:FT_FRAME_USHORT_LE (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/winfonts/ |
D | winfnt.c | 48 FT_FRAME_USHORT_LE ( magic ), 60 FT_FRAME_USHORT_LE ( magic ), 62 FT_FRAME_USHORT_LE ( resource_tab_offset ), 63 FT_FRAME_USHORT_LE ( rname_tab_offset ), 74 FT_FRAME_USHORT_LE ( machine ), /* 0x014C - i386 */ 75 FT_FRAME_USHORT_LE ( number_of_sections ), 77 FT_FRAME_USHORT_LE ( size_of_optional_header ), 79 FT_FRAME_USHORT_LE ( magic32 ), /* 0x10B */ 110 FT_FRAME_USHORT_LE( major_version ), 111 FT_FRAME_USHORT_LE( minor_version ), [all …]
|
/third_party/skia/third_party/externals/freetype/src/pcf/ |
D | pcfread.c | 950 FT_FRAME_USHORT_LE( firstCol ), 951 FT_FRAME_USHORT_LE( lastCol ), 952 FT_FRAME_USHORT_LE( firstRow ), 953 FT_FRAME_USHORT_LE( lastRow ), 954 FT_FRAME_USHORT_LE( defaultChar ),
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
D | ftstream.h | 132 #define FT_FRAME_USHORT_LE( f ) FT_FRAME_FIELD( ft_frame_ushort_le, f ) macro
|