Home
last modified time | relevance | path

Searched refs:FT_FACE (Results 1 – 19 of 19) sorted by relevance

/external/freetype/src/cff/
Dcffdrivr.c342 return service->get_name( FT_FACE( face ), in cff_get_glyph_name()
412 return service->name_index( FT_FACE( face ), glyph_name ); in cff_get_name_index()
617 if ( FT_IS_SFNT( FT_FACE( face ) ) && sfnt ) in cff_get_ps_name()
629 return service->get_ps_font_name( FT_FACE( face ) ); in cff_get_ps_name()
854 return mm->set_mm_blend( FT_FACE( face ), num_coords, coords ); in cff_set_mm_blend()
866 return mm->get_mm_blend( FT_FACE( face ), num_coords, coords ); in cff_get_mm_blend()
878 return mm->set_mm_weightvector( FT_FACE( face ), len, weightvector ); in cff_set_mm_weightvector()
890 return mm->get_mm_weightvector( FT_FACE( face ), len, weightvector ); in cff_get_mm_weightvector()
901 return mm->get_mm_var( FT_FACE( face ), master ); in cff_get_mm_var()
913 return mm->set_var_design( FT_FACE( face ), num_coords, coords ); in cff_set_var_design()
[all …]
Dcffload.c1594 return mm->get_var_blend( FT_FACE( face ), in cff_get_var_blend()
1609 mm->done_blend( FT_FACE( face ) ); in cff_done_blend()
/external/freetype/include/freetype/internal/
Dftserv.h64 FT_Module module = FT_MODULE( FT_FACE( face )->driver ); \
78 FT_Module module = FT_MODULE( FT_FACE( face )->driver ); \
116 FT_Module module = FT_MODULE( FT_FACE( face )->driver ); \
129 FT_Module module = FT_MODULE( FT_FACE( face )->driver ); \
439 svc = FT_FACE( face )->internal->services. service_ ## id; \
446 FT_FACE( face )->internal->services. service_ ## id = \
460 svc = FT_FACE( face )->internal->services. service_ ## id; \
467 FT_FACE( face )->internal->services. service_ ## id = \
Dftobjs.h597 #define FT_FACE( x ) ( (FT_Face)(x) ) macro
601 #define FT_FACE_DRIVER( x ) FT_FACE( x )->driver
603 #define FT_FACE_MEMORY( x ) FT_FACE( x )->memory
604 #define FT_FACE_STREAM( x ) FT_FACE( x )->stream
609 #define FT_FACE_SLOT( x ) FT_FACE( x )->glyph
610 #define FT_FACE_SIZE( x ) FT_FACE( x )->size
/external/freetype/src/sfnt/
Dttbdf.c48 FT_Stream stream = FT_FACE( face )->stream; in tt_face_free_bdf_props()
145 FT_Size size = FT_FACE( face )->size; in tt_face_find_bdf_prop()
157 error = tt_face_load_bdf_props( face, FT_FACE( face )->stream ); in tt_face_find_bdf_prop()
Dsfdriver.c881 mm->get_var_blend( FT_FACE( face ), in sfnt_get_var_ps_name()
887 if ( FT_IS_NAMED_INSTANCE( FT_FACE( face ) ) && in sfnt_get_var_ps_name()
888 !FT_IS_VARIATION( FT_FACE( face ) ) ) in sfnt_get_var_ps_name()
1056 ( FT_IS_NAMED_INSTANCE( FT_FACE( face ) ) || in sfnt_get_ps_name()
1057 FT_IS_VARIATION( FT_FACE( face ) ) ) ) in sfnt_get_ps_name()
Dttmtx.c312 FT_Face f = FT_FACE( face ); in tt_face_get_metrics()
Dttcolr.c258 if ( *aglyph_index >= (FT_UInt)( FT_FACE( face )->num_glyphs ) || in tt_face_get_colr_layer()
Dttcmap.c3798 charmap.face = FT_FACE( face ); in tt_face_build_cmaps()
/external/freetype/src/winfonts/
Dwinfnt.c191 FT_Memory memory = FT_FACE( face )->memory; in fnt_font_done()
192 FT_Stream stream = FT_FACE( face )->stream; in fnt_font_done()
275 FT_Stream stream = FT_FACE( face )->stream; in fnt_face_get_dll_font()
276 FT_Memory memory = FT_FACE( face )->memory; in fnt_face_get_dll_font()
773 FT_Face root = FT_FACE( face ); in FNT_Face_Init()
1009 glyph_index >= (FT_UInt)( FT_FACE( face )->num_glyphs ) ) in FNT_Load_Glyph()
/external/freetype/src/pcf/
Dpcfread.c102 FT_Memory memory = FT_FACE( face )->memory; in pcf_read_TOC()
488 FT_Memory memory = FT_FACE( face )->memory; in pcf_get_properties()
683 FT_Memory memory = FT_FACE( face )->memory; in pcf_get_metrics()
982 FT_Memory memory = FT_FACE( face )->memory; in pcf_get_encodings()
1310 FT_Face face = FT_FACE( pcf ); in pcf_interpret_style()
1420 FT_Face root = FT_FACE( face ); in pcf_load_font()
1422 FT_Memory memory = FT_FACE( face )->memory; in pcf_load_font()
Dpcfdrivr.c384 charmap.face = FT_FACE( face ); in PCF_Face_Init()
/external/freetype/src/bdf/
Dbdfdrivr.c214 FT_Face face = FT_FACE( bdf ); in bdf_interpret_style()
680 charmap.face = FT_FACE( face ); in BDF_Face_Init()
706 charmap.face = FT_FACE( face ); in BDF_Face_Init()
793 FT_Face face = FT_FACE( bdf ); in BDF_Glyph_Load()
/external/freetype/src/truetype/
Dttgload.c964 if ( !IS_DEFAULT_INSTANCE( FT_FACE( loader->face ) ) ) in TT_Process_Simple_Glyph()
1049 if ( !IS_DEFAULT_INSTANCE( FT_FACE( loader->face ) ) ) in TT_Process_Simple_Glyph()
1057 if ( !IS_DEFAULT_INSTANCE( FT_FACE( loader->face ) ) ) in TT_Process_Simple_Glyph()
1082 if ( !IS_DEFAULT_INSTANCE( FT_FACE( loader->face ) ) ) in TT_Process_Simple_Glyph()
1728 if ( FT_IS_NAMED_INSTANCE( FT_FACE( face ) ) || in load_truetype_glyph()
1729 FT_IS_VARIATION( FT_FACE( face ) ) ) in load_truetype_glyph()
1917 if ( FT_IS_NAMED_INSTANCE( FT_FACE( face ) ) || in load_truetype_glyph()
1918 FT_IS_VARIATION( FT_FACE( face ) ) ) in load_truetype_glyph()
Dttgxvar.c2573 if ( FT_IS_NAMED_INSTANCE( FT_FACE( face ) ) ) in tt_set_mm_blend()
2873 if ( FT_IS_NAMED_INSTANCE( FT_FACE( face ) ) ) in TT_Set_Var_Design()
/external/freetype/src/cid/
Dcidgload.c202 psaux->t1_make_subfont( FT_FACE( face ), in cid_load_glyph()
/external/freetype/src/type1/
Dt1gload.c110 psaux->t1_make_subfont( FT_FACE( face ), in T1_Parse_Glyph_And_Get_Char_String()
/external/freetype/src/psaux/
Dpsft.c497 return mm->get_var_blend( FT_FACE( face ), len, NULL, vec, NULL ); in cf2_getNormalizedVector()
/external/freetype/src/base/
Dftobjs.c5391 FT_Done_Face( FT_FACE( faces->head->data ) ); in FT_Done_Library()