HomeSort by relevance Sort by last modified time
    Searched refs:FT_Frame_Field (Results 1 - 9 of 9) sorted by null

  /external/freetype/src/sfnt/
ttload.c 178 static const FT_Frame_Field table_dir_entry_fields[] =
329 static const FT_Frame_Field offset_table_fields[] =
538 static const FT_Frame_Field header_fields[] =
627 const FT_Frame_Field maxp_fields[] =
638 const FT_Frame_Field maxp_fields_extra[] =
748 static const FT_Frame_Field name_table_fields[] =
760 static const FT_Frame_Field name_record_fields[] =
    [all...]
ttsbit.c 204 static const FT_Frame_Field sbit_metrics_fields[] =
427 static const FT_Frame_Field sbit_line_metrics_fields[] =
450 static const FT_Frame_Field strike_start_fields[] =
463 static const FT_Frame_Field strike_end_fields[] =
    [all...]
ttmtx.c 263 const FT_Frame_Field metrics_header_fields[] =
sfobjs.c 352 static const FT_Frame_Field ttc_header_fields[] =
    [all...]
  /external/freetype/include/freetype/internal/
ftstream.h 92 } FT_Frame_Field;
95 /* Construct an FT_Frame_Field out of a structure type and a field name. */
108 #define FT_FRAME_FIELD( frame_op, field ) \
120 #define FT_FRAME_LONG( f ) FT_FRAME_FIELD( ft_frame_long_be, f )
121 #define FT_FRAME_ULONG( f ) FT_FRAME_FIELD( ft_frame_ulong_be, f )
122 #define FT_FRAME_SHORT( f ) FT_FRAME_FIELD( ft_frame_short_be, f )
123 #define FT_FRAME_USHORT( f ) FT_FRAME_FIELD( ft_frame_ushort_be, f )
124 #define FT_FRAME_OFF3( f ) FT_FRAME_FIELD( ft_frame_off3_be, f )
125 #define FT_FRAME_UOFF3( f ) FT_FRAME_FIELD( ft_frame_uoff3_be, f )
126 #define FT_FRAME_BYTE( f ) FT_FRAME_FIELD( ft_frame_byte, f
    [all...]
  /external/freetype/src/truetype/
ttgxvar.c 384 static const FT_Frame_Field gvar_fields[] =
632 static const FT_Frame_Field fvar_fields[] =
649 static const FT_Frame_Field fvaraxis_fields[] =
    [all...]
  /external/freetype/src/base/
ftstream.c 723 const FT_Frame_Field* fields,
  /external/freetype/src/pfr/
pfrload.c 107 static const FT_Frame_Field pfr_header_fields[] =
  /external/freetype/src/cff/
cffload.c     [all...]

Completed in 77 milliseconds