/AliOS-Things-master/components/freetype/src/truetype/ |
A D | ttdriver.c | 181 SFNT_Service sfnt = (SFNT_Service)face->sfnt; in tt_get_kerning() local 187 if ( sfnt ) in tt_get_kerning() 188 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph ); in tt_get_kerning() 274 SFNT_Service sfnt = (SFNT_Service) ttface->sfnt; in tt_size_select() local 278 error = sfnt->load_strike_metrics( ttface, strike_index, metrics ); in tt_size_select() 302 SFNT_Service sfnt = (SFNT_Service) ttface->sfnt; in tt_size_request() local 306 error = sfnt->set_sbit_strike( ttface, req, &strike_index ); in tt_size_request() 481 SFNT_Service sfnt; in FT_CALLBACK_DEF() local 509 sfnt = (SFNT_Service)( sfntd->clazz->module_interface ); in FT_CALLBACK_DEF() 510 if ( sfnt ) in FT_CALLBACK_DEF() [all …]
|
A D | ttobjs.c | 514 SFNT_Service sfnt; in tt_face_init() local 522 sfnt = (SFNT_Service)FT_Get_Module_Interface( library, "sfnt" ); in tt_face_init() 523 if ( !sfnt ) in tt_face_init() 535 error = sfnt->init_face( stream, face, face_index, num_params, params ); in tt_face_init() 563 error = sfnt->load_face( stream, face, face_index, num_params, params ); in tt_face_init() 682 SFNT_Service sfnt; in tt_face_done() local 690 sfnt = (SFNT_Service)face->sfnt; in tt_face_done() 696 if ( sfnt ) in tt_face_done() 697 sfnt->done_face( face ); in tt_face_done()
|
A D | ttgload.c | 78 ( (SFNT_Service)face->sfnt )->get_metrics( face, 0, idx, lsb, aw ); in TT_Get_HMetrics() 98 ( (SFNT_Service)face->sfnt )->get_metrics( face, 1, idx, tsb, ah ); in TT_Get_VMetrics() 2026 SFNT_Service sfnt; in load_sbit_image() local 2033 sfnt = (SFNT_Service)face->sfnt; in load_sbit_image() 2036 error = sfnt->load_sbit_image( face, in load_sbit_image()
|
/AliOS-Things-master/components/freetype/src/sfnt/ |
A D | sfobjs.c | 485 sfnt_header = sfnt; in woff_open_font() 711 FT_FREE( sfnt ); in woff_open_font() 853 sfnt = (SFNT_Service)face->sfnt; in sfnt_init_face() 854 if ( !sfnt ) in sfnt_init_face() 857 if ( !sfnt ) in sfnt_init_face() 863 face->sfnt = sfnt; in sfnt_init_face() 960 SFNT_Service sfnt = (SFNT_Service)face->sfnt; in sfnt_load_face() local 1495 sfnt = (SFNT_Service)face->sfnt; in sfnt_done_face() 1497 if ( sfnt ) in sfnt_done_face() 1557 if ( sfnt ) in sfnt_done_face() [all …]
|
A D | ttload.c | 169 check_table_dir( SFNT_Header sfnt, in check_table_dir() argument 205 sfnt->num_tables = nn; in check_table_dir() 262 sfnt->num_tables = valid_entries; in check_table_dir() 264 if ( sfnt->num_tables == 0 ) in check_table_dir() 319 SFNT_HeaderRec sfnt; in tt_face_load_font_dir() local 343 sfnt.offset = FT_STREAM_POS(); in tt_face_load_font_dir() 351 if ( sfnt.search_range != 1 << ( sfnt.entry_selector + 4 ) || in tt_face_load_font_dir() 352 sfnt.search_range + sfnt.range_shift != sfnt.num_tables << 4 ) in tt_face_load_font_dir() 361 if ( sfnt.format_tag != TTAG_OTTO ) in tt_face_load_font_dir() 374 face->num_tables = sfnt.num_tables; in tt_face_load_font_dir() [all …]
|
A D | Jamfile | 1 # FreeType 2 src/sfnt Jamfile 12 SubDir FT2_TOP $(FT2_SRC_DIR) sfnt ; 23 _sources = sfnt ; 29 # end of src/sfnt Jamfile
|
A D | sfntpic.c | 73 if ( pic_container->sfnt ) in sfnt_module_class_pic_free() 75 sfntModulePIC* container = (sfntModulePIC*)pic_container->sfnt; in sfnt_module_class_pic_free() 89 pic_container->sfnt = NULL; in sfnt_module_class_pic_free() 107 pic_container->sfnt = container; in sfnt_module_class_pic_init()
|
A D | rules.mk | 18 SFNT_DIR := $(SRC_DIR)/sfnt 52 SFNT_DRV_OBJ_S := $(OBJ_DIR)/sfnt.$O 56 SFNT_DRV_SRC_S := $(SFNT_DIR)/sfnt.c
|
A D | module.mk | 20 $(ECHO_DRIVER)sfnt $(ECHO_DRIVER_DESC)helper module for TrueType & OpenType formats$(ECHO_DRIV…
|
A D | sfntpic.h | 76 ( (sfntModulePIC*)( (lib)->pic_container.sfnt ) )
|
/AliOS-Things-master/components/freetype/src/cff/ |
A D | cffdrivr.c | 111 SFNT_Service sfnt = (SFNT_Service)face->sfnt; in cff_get_kerning() local 117 if ( sfnt ) in cff_get_kerning() 118 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph ); in cff_get_kerning() 426 FT_Module sfnt = FT_Get_Module( library, "sfnt" ); in cff_get_cmap_info() local 428 (FT_Service_TTCMaps)ft_module_get_service( sfnt, in cff_get_cmap_info() 752 FT_Module sfnt; in FT_CALLBACK_DEF() local 779 sfnt = FT_Get_Module( library, "sfnt" ); in FT_CALLBACK_DEF() 781 return sfnt ? sfnt->clazz->get_interface( sfnt, module_interface ) : 0; in FT_CALLBACK_DEF()
|
A D | cffobjs.c | 279 SFNT_Service sfnt = (SFNT_Service)cffface->sfnt; in cff_size_request() local 283 if ( sfnt->set_sbit_strike( cffface, req, &strike_index ) ) in cff_size_request() 490 SFNT_Service sfnt; in cff_face_init() local 498 sfnt = (SFNT_Service)FT_Get_Module_Interface( in cff_face_init() 500 if ( !sfnt ) in cff_face_init() 543 error = sfnt->load_face( stream, face, face_index, in cff_face_init() 551 error = sfnt->load_cmap( face, stream ); in cff_face_init() 1027 SFNT_Service sfnt; in cff_face_done() local 1034 sfnt = (SFNT_Service)face->sfnt; in cff_face_done() 1036 if ( sfnt ) in cff_face_done() [all …]
|
A D | cffgload.c | 2659 SFNT_Service sfnt = (SFNT_Service)cff_face->sfnt; in cff_slot_load() local 2664 sfnt->load_eblc && in cff_slot_load() 2670 error = sfnt->load_sbit_image( face, in cff_slot_load() 2714 ( (SFNT_Service)face->sfnt )->get_metrics( face, 0, in cff_slot_load() 2727 ( (SFNT_Service)face->sfnt )->get_metrics( face, 1, in cff_slot_load() 2967 ( (SFNT_Service)face->sfnt )->get_metrics( face, 1, in cff_slot_load()
|
/AliOS-Things-master/components/freetype/src/base/ |
A D | ftmac.c | 730 Handle sfnt = NULL; in FT_New_Face_From_SFNT() local 738 sfnt = GetResource( TTAG_sfnt, sfnt_id ); in FT_New_Face_From_SFNT() 739 if ( sfnt == NULL ) in FT_New_Face_From_SFNT() 742 sfnt_size = (FT_ULong)GetHandleSize( sfnt ); in FT_New_Face_From_SFNT() 745 ReleaseResource( sfnt ); in FT_New_Face_From_SFNT() 749 ft_memcpy( sfnt_data, *sfnt, sfnt_size ); in FT_New_Face_From_SFNT() 750 ReleaseResource( sfnt ); in FT_New_Face_From_SFNT()
|
/AliOS-Things-master/components/freetype/include/internal/ |
A D | ftpic.h | 45 void* sfnt; member
|
A D | internal.h | 36 #define FT_INTERNAL_SFNT_H <internal/sfnt.h>
|
A D | tttypes.h | 1290 void* sfnt; member
|
/AliOS-Things-master/components/freetype/src/gxvalid/ |
A D | README | 78 use sfnt- housed bitmap fonts only). Therefore, it should be 214 - ftxvalidator (for MacOS X 10.1 -) dfont or naked-sfnt 215 - ftxdumperfuser (for MacOS X 10.1 -) dfont or naked-sfnt 328 format, the data must be tagged as `sfnt' in the resource fork index
|