Home
last modified time | relevance | path

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

/external/freetype/src/type1/
Dt1afm.c41 AFM_FontInfo fi ) in T1_Done_Metrics()
111 AFM_FontInfo fi ) in T1_Read_PFM()
242 AFM_FontInfo fi = NULL; in T1_Read_Metrics()
252 T1_Done_Metrics( memory, (AFM_FontInfo)face->afm_data ); in T1_Read_Metrics()
330 T1_Get_Kerning( AFM_FontInfo fi, in T1_Get_Kerning()
376 AFM_FontInfo fi = (AFM_FontInfo)( (T1_Face)face )->afm_data; in T1_Get_Track_Kerning()
Dt1afm.h35 AFM_FontInfo fi );
38 T1_Get_Kerning( AFM_FontInfo fi,
Dt1objs.c263 T1_Done_Metrics( memory, (AFM_FontInfo)face->afm_data ); in T1_Face_Done()
Dt1driver.c736 T1_Get_Kerning( (AFM_FontInfo)face->afm_data, in Get_Kerning()
/external/freetype/src/tools/
Dtest_afm.c10 void dump_fontinfo( AFM_FontInfo fi ) in dump_fontinfo()
78 AFM_FontInfo fi ) in parse_afm()
/external/freetype/src/psaux/
Dafmparse.c590 AFM_FontInfo fi = parser->FontInfo; in afm_parse_track_kern()
694 AFM_FontInfo fi = parser->FontInfo; in afm_parse_kern_pairs()
865 AFM_FontInfo fi = parser->FontInfo; in afm_parser_parse()
/external/freetype/include/freetype/internal/
Dt1types.h185 } AFM_FontInfoRec, *AFM_FontInfo; typedef
Dpsaux.h1315 AFM_FontInfo FontInfo;
/external/freetype/
DChangeLog.221228 * include/freetype/internal/t1types.h (AFM_FontInfo),
1301 AFM_FontInfo): Move structure declarations to...