/external/freetype/src/cff/ |
D | cffdrivr.c | 335 return service->get_name( FT_FACE( face ), in cff_get_glyph_name() 405 return service->name_index( FT_FACE( face ), glyph_name ); in cff_get_name_index() 610 if ( FT_IS_SFNT( FT_FACE( face ) ) && sfnt ) in cff_get_ps_name() 622 return service->get_ps_font_name( FT_FACE( face ) ); in cff_get_ps_name() 847 return mm->set_mm_blend( FT_FACE( face ), num_coords, coords ); in cff_set_mm_blend() 859 return mm->get_mm_blend( FT_FACE( face ), num_coords, coords ); in cff_get_mm_blend() 870 return mm->get_mm_var( FT_FACE( face ), master ); in cff_get_mm_var() 882 return mm->set_var_design( FT_FACE( face ), num_coords, coords ); in cff_set_var_design() 894 return mm->get_var_design( FT_FACE( face ), num_coords, coords ); in cff_get_var_design() 905 return mm->set_instance( FT_FACE( face ), instance_index ); in cff_set_instance() [all …]
|
D | cffload.c | 1587 return mm->get_var_blend( FT_FACE( face ), in cff_get_var_blend() 1602 mm->done_blend( FT_FACE( face ) ); in cff_done_blend()
|
/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 | 859 mm->get_var_blend( FT_FACE( face ), in sfnt_get_var_ps_name() 865 if ( FT_IS_NAMED_INSTANCE( FT_FACE( face ) ) && in sfnt_get_var_ps_name() 866 !FT_IS_VARIATION( FT_FACE( face ) ) ) in sfnt_get_var_ps_name() 1034 ( FT_IS_NAMED_INSTANCE( FT_FACE( face ) ) || in sfnt_get_ps_name() 1035 FT_IS_VARIATION( FT_FACE( face ) ) ) ) in sfnt_get_ps_name()
|
D | ttmtx.c | 299 FT_Face f = FT_FACE( face ); in tt_face_get_metrics()
|
D | ttcmap.c | 3847 charmap.face = FT_FACE( face ); in tt_face_build_cmaps()
|
/external/freetype/include/freetype/internal/ |
D | ftserv.h | 63 FT_Module module = FT_MODULE( FT_FACE( face )->driver ); \ 77 FT_Module module = FT_MODULE( FT_FACE( face )->driver ); \ 114 FT_Module module = FT_MODULE( FT_FACE( face )->driver ); \ 127 FT_Module module = FT_MODULE( FT_FACE( face )->driver ); \ 934 svc = FT_FACE( face )->internal->services. service_ ## id; \ 941 FT_FACE( face )->internal->services. service_ ## id = \ 955 svc = FT_FACE( face )->internal->services. service_ ## id; \ 962 FT_FACE( face )->internal->services. service_ ## id = \
|
D | ftobjs.h | 630 #define FT_FACE( x ) ( (FT_Face)(x) ) macro 634 #define FT_FACE_DRIVER( x ) FT_FACE( x )->driver 636 #define FT_FACE_MEMORY( x ) FT_FACE( x )->memory 637 #define FT_FACE_STREAM( x ) FT_FACE( x )->stream 642 #define FT_FACE_SLOT( x ) FT_FACE( x )->glyph 643 #define FT_FACE_SIZE( x ) FT_FACE( x )->size
|
/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() 812 FT_Memory memory = FT_FACE( face )->memory; in pcf_get_bitmaps() 941 FT_Memory memory = FT_FACE( face )->memory; in pcf_get_encodings() 1226 FT_Face face = FT_FACE( pcf ); in pcf_interpret_style() 1337 FT_Face root = FT_FACE( face ); in pcf_load_font() 1339 FT_Memory memory = FT_FACE( face )->memory; in pcf_load_font()
|
D | pcfdrivr.c | 402 charmap.face = FT_FACE( face ); in PCF_Face_Init()
|
/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/bdf/ |
D | bdfdrivr.c | 202 FT_Face face = FT_FACE( bdf ); in bdf_interpret_style() 669 charmap.face = FT_FACE( face ); in BDF_Face_Init() 695 charmap.face = FT_FACE( face ); in BDF_Face_Init() 782 FT_Face face = FT_FACE( bdf ); in BDF_Glyph_Load()
|
/external/freetype/src/truetype/ |
D | ttgload.c | 937 if ( FT_IS_NAMED_INSTANCE( FT_FACE( loader->face ) ) || in TT_Process_Simple_Glyph() 938 FT_IS_VARIATION( FT_FACE( loader->face ) ) ) in TT_Process_Simple_Glyph() 1662 if ( FT_IS_NAMED_INSTANCE( FT_FACE( face ) ) || in load_truetype_glyph() 1663 FT_IS_VARIATION( FT_FACE( face ) ) ) in load_truetype_glyph() 1837 if ( FT_IS_NAMED_INSTANCE( FT_FACE( face ) ) || in load_truetype_glyph() 1838 FT_IS_VARIATION( FT_FACE( face ) ) ) in load_truetype_glyph()
|
D | ttgxvar.c | 2505 if ( FT_IS_NAMED_INSTANCE( FT_FACE( face ) ) ) in tt_set_mm_blend() 2789 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 | 109 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 | 5278 FT_Done_Face( FT_FACE( faces->head->data ) ); in FT_Done_Library()
|