Home
last modified time | relevance | path

Searched refs:T42_Face (Results 1 – 6 of 6) sorted by relevance

/external/freetype/src/type42/
Dt42drivr.c60 t42_get_glyph_name( T42_Face face, in t42_get_glyph_name()
72 t42_get_name_index( T42_Face face, in t42_get_name_index()
106 t42_get_ps_font_name( T42_Face face ) in t42_get_ps_font_name()
128 *afont_info = ((T42_Face)face)->type1.font_info; in t42_ps_get_font_info()
138 *afont_extra = ((T42_Face)face)->type1.font_extra; in t42_ps_get_font_extra()
157 *afont_private = ((T42_Face)face)->type1.private_dict; in t42_ps_get_font_private()
Dt42objs.c32 T42_Open_Face( T42_Face face ) in T42_Open_Face()
169 T42_Face face = (T42_Face)t42face; in T42_Face_Init()
407 T42_Face face = (T42_Face)t42face; in T42_Face_Done()
507 T42_Face t42face = (T42_Face)face; in T42_Size_Init()
526 T42_Face face = (T42_Face)t42size->face; in T42_Size_Request()
545 T42_Face face = (T42_Face)t42size->face; in T42_Size_Select()
565 T42_Face t42face = (T42_Face)face; in T42_Size_Done()
583 T42_Face t42face = (T42_Face)face; in T42_GlyphSlot_Init()
647 T42_Face t42face = (T42_Face)size->face; in T42_GlyphSlot_Load()
Dt42parse.h69 t42_parse_dict( T42_Face face,
77 T42_Face face );
Dt42parse.c37 t42_parse_font_matrix( T42_Face face,
40 t42_parse_encoding( T42_Face face,
44 t42_parse_charstrings( T42_Face face,
48 t42_parse_sfnts( T42_Face face,
244 t42_parse_font_matrix( T42_Face face, in t42_parse_font_matrix()
302 t42_parse_encoding( T42_Face face, in t42_parse_encoding()
532 t42_parse_sfnts( T42_Face face, in t42_parse_sfnts()
785 t42_parse_charstrings( T42_Face face, in t42_parse_charstrings()
1090 t42_load_keyword( T42_Face face, in t42_load_keyword()
1145 t42_parse_dict( T42_Face face, in t42_parse_dict()
[all …]
Dt42types.h48 } T42_FaceRec, *T42_Face; typedef
/external/freetype/
DChangeLog.217885 (T42_Face): Use T1_FontRec.
7890 (T42_Face): Removed since it is already in t42types.h.