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

  /external/freetype/src/cff/
cfftoken.h 19 #undef FT_STRUCTURE
20 #define FT_STRUCTURE CFF_FontRecDictRec
70 #undef FT_STRUCTURE
71 #define FT_STRUCTURE CFF_PrivateRec
cffload.c     [all...]
  /external/freetype/src/sfnt/
ttload.c 180 #undef FT_STRUCTURE
181 #define FT_STRUCTURE TT_TableRec
331 #undef FT_STRUCTURE
332 #define FT_STRUCTURE SFNT_HeaderRec
535 #undef FT_STRUCTURE
536 #define FT_STRUCTURE TT_Header
624 #undef FT_STRUCTURE
625 #define FT_STRUCTURE TT_MaxProfile
745 #undef FT_STRUCTURE
746 #define FT_STRUCTURE TT_NameTableRe
    [all...]
ttsbit.c 206 #undef FT_STRUCTURE
207 #define FT_STRUCTURE TT_SBit_MetricsRec
429 #undef FT_STRUCTURE
430 #define FT_STRUCTURE TT_SBit_LineMetricsRec
452 #undef FT_STRUCTURE
453 #define FT_STRUCTURE TT_SBit_StrikeRec
    [all...]
ttmtx.c 265 #undef FT_STRUCTURE
266 #define FT_STRUCTURE TT_HoriHeader
sfobjs.c 354 #undef FT_STRUCTURE
355 #define FT_STRUCTURE TTC_HeaderRec
    [all...]
  /external/freetype/src/truetype/
ttgxvar.c 387 #undef FT_STRUCTURE
388 #define FT_STRUCTURE GX_GVar_Head
635 #undef FT_STRUCTURE
636 #define FT_STRUCTURE GX_FVar_Head
652 #undef FT_STRUCTURE
653 #define FT_STRUCTURE GX_FVar_Axis
    [all...]
  /external/freetype/include/freetype/internal/
ftstream.h 96 /* The structure type must be set in the FT_STRUCTURE macro before */
100 (FT_Byte)sizeof ( ((FT_STRUCTURE*)0)->f )
103 (FT_Byte)sizeof ( ((FT_STRUCTURE*)0)->f[0] )
106 (FT_UShort)( offsetof( FT_STRUCTURE, f ) )

Completed in 1935 milliseconds