Home
last modified time | relevance | path

Searched refs:AFM_FontInfo (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/type1/
Dt1afm.c40 AFM_FontInfo fi ) in T1_Done_Metrics()
110 AFM_FontInfo fi ) in T1_Read_PFM()
241 AFM_FontInfo fi = NULL; in T1_Read_Metrics()
251 T1_Done_Metrics( memory, (AFM_FontInfo)face->afm_data ); in T1_Read_Metrics()
329 T1_Get_Kerning( AFM_FontInfo fi, in T1_Get_Kerning()
375 AFM_FontInfo fi = (AFM_FontInfo)( (T1_Face)face )->afm_data; in T1_Get_Track_Kerning()
Dt1afm.h34 AFM_FontInfo fi );
37 T1_Get_Kerning( AFM_FontInfo fi,
Dt1objs.c266 T1_Done_Metrics( memory, (AFM_FontInfo)face->afm_data ); in T1_Face_Done()
Dt1driver.c737 T1_Get_Kerning( (AFM_FontInfo)face->afm_data, in Get_Kerning()
/third_party/skia/third_party/externals/freetype/src/tools/
Dtest_afm.c9 void dump_fontinfo( AFM_FontInfo fi ) in dump_fontinfo()
77 AFM_FontInfo fi ) in parse_afm()
/third_party/skia/third_party/externals/freetype/src/psaux/
Dafmparse.c599 AFM_FontInfo fi = parser->FontInfo; in afm_parse_track_kern()
741 AFM_FontInfo fi = parser->FontInfo; in afm_parse_kern_pairs()
972 AFM_FontInfo fi = parser->FontInfo; in afm_parser_parse()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dt1types.h182 } AFM_FontInfoRec, *AFM_FontInfo; typedef
Dpsaux.h1304 AFM_FontInfo FontInfo;
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.221228 * include/freetype/internal/t1types.h (AFM_FontInfo),
1301 AFM_FontInfo): Move structure declarations to...