/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
D | ftserv.h | 65 FT_Module module = FT_MODULE( FT_FACE( face )->driver ); \ 79 FT_Module module = FT_MODULE( FT_FACE( face )->driver ); \ 117 FT_Module module = FT_MODULE( FT_FACE( face )->driver ); \ 130 FT_Module module = FT_MODULE( FT_FACE( face )->driver ); \ 440 svc = FT_FACE( face )->internal->services. service_ ## id; \ 447 FT_FACE( face )->internal->services. service_ ## id = \ 461 svc = FT_FACE( face )->internal->services. service_ ## id; \ 468 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
|
/third_party/skia/third_party/externals/freetype/src/cff/ |
D | cffdrivr.c | 341 return service->get_name( FT_FACE( face ), in cff_get_glyph_name() 411 return service->name_index( FT_FACE( face ), glyph_name ); in cff_get_name_index() 616 if ( FT_IS_SFNT( FT_FACE( face ) ) && sfnt ) in cff_get_ps_name() 628 return service->get_ps_font_name( FT_FACE( face ) ); in cff_get_ps_name() 853 return mm->set_mm_blend( FT_FACE( face ), num_coords, coords ); in cff_set_mm_blend() 865 return mm->get_mm_blend( FT_FACE( face ), num_coords, coords ); in cff_get_mm_blend() 877 return mm->set_mm_weightvector( FT_FACE( face ), len, weightvector ); in cff_set_mm_weightvector() 889 return mm->get_mm_weightvector( FT_FACE( face ), len, weightvector ); in cff_get_mm_weightvector() 900 return mm->get_mm_var( FT_FACE( face ), master ); in cff_get_mm_var() 912 return mm->set_var_design( FT_FACE( face ), num_coords, coords ); in cff_set_var_design() [all …]
|
D | cffload.c | 1601 return mm->get_var_blend( FT_FACE( face ), in cff_get_var_blend() 1616 mm->done_blend( FT_FACE( face ) ); in cff_done_blend()
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | ttbdf.c | 47 FT_Stream stream = FT_FACE( face )->stream; in tt_face_free_bdf_props() 144 FT_Size size = FT_FACE( face )->size; in tt_face_find_bdf_prop() 156 error = tt_face_load_bdf_props( face, FT_FACE( face )->stream ); in tt_face_find_bdf_prop()
|
D | sfdriver.c | 880 mm->get_var_blend( FT_FACE( face ), in sfnt_get_var_ps_name() 886 if ( FT_IS_NAMED_INSTANCE( FT_FACE( face ) ) && in sfnt_get_var_ps_name() 887 !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 | 311 FT_Face f = FT_FACE( face ); in tt_face_get_metrics()
|
D | ttcolr.c | 363 if ( *aglyph_index >= (FT_UInt)( FT_FACE( face )->num_glyphs ) || in tt_face_get_colr_layer()
|
D | ttcmap.c | 3812 charmap.face = FT_FACE( face ); in tt_face_build_cmaps()
|
/third_party/skia/third_party/externals/freetype/src/winfonts/ |
D | winfnt.c | 190 FT_Memory memory = FT_FACE( face )->memory; in fnt_font_done() 191 FT_Stream stream = FT_FACE( face )->stream; in fnt_font_done() 278 FT_Stream stream = FT_FACE( face )->stream; in fnt_face_get_dll_font() 279 FT_Memory memory = FT_FACE( face )->memory; in fnt_face_get_dll_font() 783 FT_Face root = FT_FACE( face ); in FNT_Face_Init() 1020 glyph_index >= (FT_UInt)( FT_FACE( face )->num_glyphs ) ) in FNT_Load_Glyph()
|
/third_party/skia/third_party/externals/freetype/src/pcf/ |
D | pcfread.c | 101 FT_Memory memory = FT_FACE( face )->memory; in pcf_read_TOC() 487 FT_Memory memory = FT_FACE( face )->memory; in pcf_get_properties() 682 FT_Memory memory = FT_FACE( face )->memory; in pcf_get_metrics() 980 FT_Memory memory = FT_FACE( face )->memory; in pcf_get_encodings() 1308 FT_Face face = FT_FACE( pcf ); in pcf_interpret_style() 1418 FT_Face root = FT_FACE( face ); in pcf_load_font() 1420 FT_Memory memory = FT_FACE( face )->memory; in pcf_load_font()
|
D | pcfdrivr.c | 383 charmap.face = FT_FACE( face ); in PCF_Face_Init()
|
/third_party/skia/third_party/externals/freetype/src/bdf/ |
D | bdfdrivr.c | 214 FT_Face face = FT_FACE( bdf ); in bdf_interpret_style() 678 charmap.face = FT_FACE( face ); in BDF_Face_Init() 704 charmap.face = FT_FACE( face ); in BDF_Face_Init() 791 FT_Face face = FT_FACE( bdf ); in BDF_Glyph_Load()
|
/third_party/skia/third_party/externals/freetype/src/truetype/ |
D | ttgload.c | 982 if ( !IS_DEFAULT_INSTANCE( FT_FACE( loader->face ) ) ) in TT_Process_Simple_Glyph() 1067 if ( !IS_DEFAULT_INSTANCE( FT_FACE( loader->face ) ) ) in TT_Process_Simple_Glyph() 1075 if ( !IS_DEFAULT_INSTANCE( FT_FACE( loader->face ) ) ) in TT_Process_Simple_Glyph() 1100 if ( !IS_DEFAULT_INSTANCE( FT_FACE( loader->face ) ) ) in TT_Process_Simple_Glyph() 1758 if ( FT_IS_NAMED_INSTANCE( FT_FACE( face ) ) || in load_truetype_glyph() 1759 FT_IS_VARIATION( FT_FACE( face ) ) ) in load_truetype_glyph() 1945 if ( FT_IS_NAMED_INSTANCE( FT_FACE( face ) ) || in load_truetype_glyph() 1946 FT_IS_VARIATION( FT_FACE( face ) ) ) in load_truetype_glyph()
|
D | ttgxvar.c | 2689 if ( FT_IS_NAMED_INSTANCE( FT_FACE( face ) ) ) in tt_set_mm_blend() 2990 if ( FT_IS_NAMED_INSTANCE( FT_FACE( face ) ) ) in TT_Set_Var_Design()
|
/third_party/skia/third_party/externals/freetype/src/cid/ |
D | cidgload.c | 197 psaux->t1_make_subfont( FT_FACE( face ), in cid_load_glyph()
|
/third_party/skia/third_party/externals/freetype/src/type1/ |
D | t1gload.c | 109 psaux->t1_make_subfont( FT_FACE( face ), in T1_Parse_Glyph_And_Get_Char_String()
|
/third_party/skia/third_party/externals/freetype/src/psaux/ |
D | psft.c | 497 return mm->get_var_blend( FT_FACE( face ), len, NULL, vec, NULL ); in cf2_getNormalizedVector()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftobjs.c | 5483 FT_Done_Face( FT_FACE( faces->head->data ) ); in FT_Done_Library()
|