/external/freetype/src/cff/ |
D | cffdrivr.c | 342 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 …]
|
D | cffload.c | 1594 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/ |
D | ftserv.h | 64 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 = \
|
D | ftobjs.h | 597 #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/ |
D | ttbdf.c | 48 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()
|
D | sfdriver.c | 881 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()
|
D | ttmtx.c | 312 FT_Face f = FT_FACE( face ); in tt_face_get_metrics()
|
D | ttcolr.c | 258 if ( *aglyph_index >= (FT_UInt)( FT_FACE( face )->num_glyphs ) || in tt_face_get_colr_layer()
|
D | ttcmap.c | 3798 charmap.face = FT_FACE( face ); in tt_face_build_cmaps()
|
/external/freetype/src/winfonts/ |
D | winfnt.c | 191 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/ |
D | pcfread.c | 102 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()
|
D | pcfdrivr.c | 384 charmap.face = FT_FACE( face ); in PCF_Face_Init()
|
/external/freetype/src/bdf/ |
D | bdfdrivr.c | 214 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/ |
D | ttgload.c | 964 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()
|
D | ttgxvar.c | 2573 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/ |
D | cidgload.c | 202 psaux->t1_make_subfont( FT_FACE( face ), in cid_load_glyph()
|
/external/freetype/src/type1/ |
D | t1gload.c | 110 psaux->t1_make_subfont( FT_FACE( face ), in T1_Parse_Glyph_And_Get_Char_String()
|
/external/freetype/src/psaux/ |
D | psft.c | 497 return mm->get_var_blend( FT_FACE( face ), len, NULL, vec, NULL ); in cf2_getNormalizedVector()
|
/external/freetype/src/base/ |
D | ftobjs.c | 5391 FT_Done_Face( FT_FACE( faces->head->data ) ); in FT_Done_Library()
|