/third_party/skia/third_party/externals/freetype/src/type1/ |
D | t1tokens.h | 19 #undef FT_STRUCTURE 20 #define FT_STRUCTURE PS_FontInfoRec macro 45 #undef FT_STRUCTURE 46 #define FT_STRUCTURE PS_FontExtraRec macro 53 #undef FT_STRUCTURE 54 #define FT_STRUCTURE PS_PrivateRec macro 101 #undef FT_STRUCTURE 102 #define FT_STRUCTURE T1_FontRec macro 112 #undef FT_STRUCTURE 113 #define FT_STRUCTURE FT_BBox macro [all …]
|
/third_party/skia/third_party/externals/freetype/src/cid/ |
D | cidtoken.h | 19 #undef FT_STRUCTURE 20 #define FT_STRUCTURE CID_FaceInfoRec macro 40 #undef FT_STRUCTURE 41 #define FT_STRUCTURE PS_FontInfoRec macro 55 #undef FT_STRUCTURE 56 #define FT_STRUCTURE PS_FontExtraRec macro 63 #undef FT_STRUCTURE 64 #define FT_STRUCTURE CID_FaceDictRec macro 78 #undef FT_STRUCTURE 79 #define FT_STRUCTURE PS_PrivateRec macro [all …]
|
/third_party/skia/third_party/externals/freetype/src/cff/ |
D | cfftoken.h | 19 #undef FT_STRUCTURE 20 #define FT_STRUCTURE CFF_FontRecDictRec macro 78 #undef FT_STRUCTURE 79 #define FT_STRUCTURE CFF_PrivateRec macro 105 #undef FT_STRUCTURE 106 #define FT_STRUCTURE CFF_FontRecDictRec macro 118 #undef FT_STRUCTURE 119 #define FT_STRUCTURE CFF_FontRecDictRec macro 127 #undef FT_STRUCTURE 128 #define FT_STRUCTURE CFF_PrivateRec macro
|
D | cffload.c | 2194 #undef FT_STRUCTURE in cff_font_load() 2195 #define FT_STRUCTURE CFF_FontRec in cff_font_load() macro
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | ttload.c | 186 #undef FT_STRUCTURE in check_table_dir() 187 #define FT_STRUCTURE TT_TableRec in check_table_dir() macro 353 #undef FT_STRUCTURE in tt_face_load_font_dir() 354 #define FT_STRUCTURE SFNT_HeaderRec in tt_face_load_font_dir() macro 639 #undef FT_STRUCTURE in tt_face_load_generic_header() 640 #define FT_STRUCTURE TT_Header in tt_face_load_generic_header() macro 730 #undef FT_STRUCTURE in tt_face_load_maxp() 731 #define FT_STRUCTURE TT_MaxProfile in tt_face_load_maxp() macro 845 #undef FT_STRUCTURE in tt_face_load_name() 846 #define FT_STRUCTURE TT_NameTableRec in tt_face_load_name() macro [all …]
|
D | ttmtx.c | 138 #undef FT_STRUCTURE in tt_face_load_hhea() 139 #define FT_STRUCTURE TT_HoriHeader in tt_face_load_hhea() macro
|
D | sfwoff.c | 119 #undef FT_STRUCTURE in woff_open_font() 120 #define FT_STRUCTURE WOFF_HeaderRec in woff_open_font() macro
|
D | sfobjs.c | 354 #undef FT_STRUCTURE in sfnt_open_font() 355 #define FT_STRUCTURE TTC_HeaderRec in sfnt_open_font() macro
|
D | sfwoff2.c | 1774 #undef FT_STRUCTURE in woff2_open_font() 1775 #define FT_STRUCTURE WOFF2_HeaderRec in woff2_open_font() macro
|
/third_party/skia/third_party/externals/freetype/src/pcf/ |
D | pcfread.c | 68 #undef FT_STRUCTURE 69 #define FT_STRUCTURE PCF_TocRec macro 81 #undef FT_STRUCTURE 82 #define FT_STRUCTURE PCF_TableRec macro 268 #undef FT_STRUCTURE 269 #define FT_STRUCTURE PCF_MetricRec macro 285 #undef FT_STRUCTURE 286 #define FT_STRUCTURE PCF_MetricRec macro 304 #undef FT_STRUCTURE 305 #define FT_STRUCTURE PCF_Compressed_MetricRec macro [all …]
|
/third_party/skia/third_party/externals/freetype/src/winfonts/ |
D | winfnt.c | 44 #undef FT_STRUCTURE 45 #define FT_STRUCTURE WinMZ_HeaderRec macro 56 #undef FT_STRUCTURE 57 #define FT_STRUCTURE WinNE_HeaderRec macro 69 #undef FT_STRUCTURE 70 #define FT_STRUCTURE WinPE32_HeaderRec macro 89 #undef FT_STRUCTURE 90 #define FT_STRUCTURE WinPE32_SectionRec macro 104 #undef FT_STRUCTURE 105 #define FT_STRUCTURE WinPE_RsrcDirRec macro [all …]
|
/third_party/skia/third_party/externals/freetype/src/type42/ |
D | t42parse.c | 58 #undef FT_STRUCTURE 59 #define FT_STRUCTURE T1_FontInfo macro 73 #undef FT_STRUCTURE 74 #define FT_STRUCTURE PS_FontExtraRec macro 80 #undef FT_STRUCTURE 81 #define FT_STRUCTURE T1_FontRec macro 90 #undef FT_STRUCTURE 91 #define FT_STRUCTURE FT_BBox macro
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
D | ftstream.h | 100 (FT_Byte)sizeof ( ((FT_STRUCTURE*)0)->f ) 103 (FT_Byte)sizeof ( ((FT_STRUCTURE*)0)->f[0] ) 106 (FT_UShort)( offsetof( FT_STRUCTURE, f ) )
|
/third_party/skia/third_party/externals/freetype/src/pfr/ |
D | pfrload.c | 197 #undef FT_STRUCTURE 198 #define FT_STRUCTURE PFR_HeaderRec macro
|
/third_party/skia/third_party/externals/freetype/src/truetype/ |
D | ttgxvar.c | 1561 #undef FT_STRUCTURE in ft_var_load_gvar() 1562 #define FT_STRUCTURE GX_GVar_Head in ft_var_load_gvar() macro 2150 #undef FT_STRUCTURE in TT_Get_MM_Var() 2151 #define FT_STRUCTURE GX_FVar_Head in TT_Get_MM_Var() macro 2167 #undef FT_STRUCTURE in TT_Get_MM_Var() 2168 #define FT_STRUCTURE GX_FVar_Axis in TT_Get_MM_Var() macro
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.23 | 3201 Adjust FT_STRUCTURE and T1CODE properly to handle `FSType'.
|