/AliOS-Things-master/components/freetype/include/ |
A D | ftmodapi.h | 225 FT_Add_Module( FT_Library library, 250 FT_Get_Module( FT_Library library, 275 FT_Remove_Module( FT_Library library, 340 FT_Property_Set( FT_Library library, 404 FT_Property_Get( FT_Library library, 434 FT_Reference_Library( FT_Library library ); 469 FT_Library *alibrary ); 492 FT_Done_Library( FT_Library library ); 528 FT_Set_Debug_Hook( FT_Library library, 547 FT_Add_Default_Modules( FT_Library library ); [all …]
|
A D | ftbitmap.h | 88 FT_Bitmap_Copy( FT_Library library, 126 FT_Bitmap_Embolden( FT_Library library, 166 FT_Bitmap_Convert( FT_Library library, 215 FT_Bitmap_Done( FT_Library library,
|
A D | ftoutln.h | 152 FT_Outline_New( FT_Library library, 190 FT_Outline_Done( FT_Library library, 438 FT_Outline_Get_Bitmap( FT_Library library, 480 FT_Outline_Render( FT_Library library,
|
A D | ftmac.h | 100 FT_New_Face_From_FOND( FT_Library library, 224 FT_New_Face_From_FSSpec( FT_Library library, 259 FT_New_Face_From_FSRef( FT_Library library,
|
A D | ftlcdfil.h | 199 FT_Library_SetLcdFilter( FT_Library library, 240 FT_Library_SetLcdFilterWeights( FT_Library library,
|
/AliOS-Things-master/components/freetype/src/cff/ |
A D | cffpic.c | 31 FT_Create_Class_cff_services( FT_Library library, 34 FT_Destroy_Class_cff_services( FT_Library library, 37 FT_Init_Class_cff_service_ps_info( FT_Library library, 40 FT_Init_Class_cff_service_glyph_dict( FT_Library library, 43 FT_Init_Class_cff_service_ps_name( FT_Library library, 46 FT_Init_Class_cff_service_get_cmap_info( FT_Library library, 49 FT_Init_Class_cff_service_cid_info( FT_Library library, 54 FT_Create_Class_cff_field_handlers( FT_Library library, 57 FT_Destroy_Class_cff_field_handlers( FT_Library library, 62 cff_driver_class_pic_free( FT_Library library ) in cff_driver_class_pic_free() [all …]
|
/AliOS-Things-master/components/freetype/src/sfnt/ |
A D | sfntpic.c | 30 FT_Create_Class_sfnt_services( FT_Library library, 33 FT_Destroy_Class_sfnt_services( FT_Library library, 38 FT_Init_Class_sfnt_interface( FT_Library library, 42 FT_Library library, 46 FT_Library library, 50 FT_Library library, 59 FT_Create_Class_tt_cmap_classes( FT_Library library, 62 FT_Destroy_Class_tt_cmap_classes( FT_Library library, 67 sfnt_module_class_pic_free( FT_Library library ) in sfnt_module_class_pic_free() 95 sfnt_module_class_pic_init( FT_Library library ) in sfnt_module_class_pic_init()
|
/AliOS-Things-master/components/freetype/src/smooth/ |
A D | ftspic.h | 48 ft_smooth_renderer_class_pic_free( FT_Library library ); 51 ft_smooth_lcd_renderer_class_pic_free( FT_Library library ); 54 ft_smooth_lcdv_renderer_class_pic_free( FT_Library library ); 57 ft_smooth_renderer_class_pic_init( FT_Library library ); 60 ft_smooth_lcd_renderer_class_pic_init( FT_Library library ); 63 ft_smooth_lcdv_renderer_class_pic_init( FT_Library library );
|
A D | ftspic.c | 34 ft_smooth_renderer_class_pic_free( FT_Library library ) in ft_smooth_renderer_class_pic_free() 55 ft_smooth_renderer_class_pic_init( FT_Library library ) in ft_smooth_renderer_class_pic_init() 89 ft_smooth_lcd_renderer_class_pic_init( FT_Library library ) in ft_smooth_lcd_renderer_class_pic_init() 96 ft_smooth_lcd_renderer_class_pic_free( FT_Library library ) in ft_smooth_lcd_renderer_class_pic_free() 103 ft_smooth_lcdv_renderer_class_pic_init( FT_Library library ) in ft_smooth_lcdv_renderer_class_pic_init() 110 ft_smooth_lcdv_renderer_class_pic_free( FT_Library library ) in ft_smooth_lcdv_renderer_class_pic_free()
|
/AliOS-Things-master/components/freetype/src/base/ |
A D | ftrfork.c | 51 FT_Raccess_Get_HeaderInfo( FT_Library library, in FT_Raccess_Get_HeaderInfo() 150 FT_Raccess_Get_DataOffsets( FT_Library library, in FT_Raccess_Get_DataOffsets() 275 raccess_guess_apple_double( FT_Library library, 282 raccess_guess_apple_single( FT_Library library, 310 raccess_guess_vfat( FT_Library library, 317 raccess_guess_linux_cap( FT_Library library, 324 raccess_guess_linux_double( FT_Library library, 376 FT_Raccess_Guess( FT_Library library, in FT_Raccess_Guess() 588 raccess_guess_vfat( FT_Library library, in raccess_guess_vfat() 615 raccess_guess_linux_cap( FT_Library library, in raccess_guess_linux_cap() [all …]
|
A D | ftinit.c | 94 FT_Create_Class_ ## x( FT_Library library, \ 97 FT_Destroy_Class_ ## x( FT_Library library, \ 123 ft_destroy_default_module_classes( FT_Library library ) in ft_destroy_default_module_classes() 155 ft_create_default_module_classes( FT_Library library ) in ft_create_default_module_classes() 198 FT_Add_Default_Modules( FT_Library library ) in FT_Add_Default_Modules() 232 FT_Init_FreeType( FT_Library *alibrary ) in FT_Init_FreeType() 264 FT_Done_FreeType( FT_Library library ) in FT_Done_FreeType()
|
A D | basepic.c | 43 ft_create_default_module_classes( FT_Library library ); 46 ft_destroy_default_module_classes( FT_Library library ); 50 ft_base_pic_free( FT_Library library ) in ft_base_pic_free() 69 ft_base_pic_init( FT_Library library ) in ft_base_pic_init()
|
A D | ftbase.h | 33 open_face_PS_from_sfnt_stream( FT_Library library, 44 open_face_from_buffer( FT_Library library, 60 ft_raccess_rule_by_darwin_vfs( FT_Library library, FT_UInt rule_index );
|
A D | ftpic.c | 29 ft_pic_container_init( FT_Library library ) in ft_pic_container_init() 47 ft_pic_container_destroy( FT_Library library ) in ft_pic_container_destroy()
|
/AliOS-Things-master/components/freetype/src/psnames/ |
A D | pspic.c | 30 FT_Create_Class_pscmaps_services( FT_Library library, 33 FT_Destroy_Class_pscmaps_services( FT_Library library, 37 FT_Init_Class_pscmaps_interface( FT_Library library, 42 psnames_module_class_pic_free( FT_Library library ) in psnames_module_class_pic_free() 64 psnames_module_class_pic_init( FT_Library library ) in psnames_module_class_pic_init()
|
A D | pspic.h | 52 psnames_module_class_pic_free( FT_Library library ); 55 psnames_module_class_pic_init( FT_Library library );
|
/AliOS-Things-master/components/freetype/src/raster/ |
A D | rastpic.h | 49 ft_raster1_renderer_class_pic_free( FT_Library library ); 52 ft_raster5_renderer_class_pic_free( FT_Library library ); 55 ft_raster1_renderer_class_pic_init( FT_Library library ); 58 ft_raster5_renderer_class_pic_init( FT_Library library );
|
A D | rastpic.c | 34 ft_raster1_renderer_class_pic_free( FT_Library library ) in ft_raster1_renderer_class_pic_free() 54 ft_raster1_renderer_class_pic_init( FT_Library library ) in ft_raster1_renderer_class_pic_init() 88 ft_raster5_renderer_class_pic_init( FT_Library library ) in ft_raster5_renderer_class_pic_init() 95 ft_raster5_renderer_class_pic_free( FT_Library library ) in ft_raster5_renderer_class_pic_free()
|
/AliOS-Things-master/components/freetype/src/truetype/ |
A D | ttpic.c | 30 FT_Create_Class_tt_services( FT_Library library, 33 FT_Destroy_Class_tt_services( FT_Library library, 44 tt_driver_class_pic_free( FT_Library library ) in tt_driver_class_pic_free() 65 tt_driver_class_pic_init( FT_Library library ) in tt_driver_class_pic_init()
|
/AliOS-Things-master/components/freetype/src/autofit/ |
A D | afpic.c | 31 FT_Create_Class_af_services( FT_Library library, 35 FT_Destroy_Class_af_services( FT_Library library, 42 FT_Library library, 54 autofit_module_class_pic_free( FT_Library library ) in autofit_module_class_pic_free() 77 autofit_module_class_pic_init( FT_Library library ) in autofit_module_class_pic_init()
|
/AliOS-Things-master/components/freetype/include/internal/ |
A D | ftrfork.h | 53 (*ft_raccess_guess_func)( FT_Library library, 154 FT_Raccess_Guess( FT_Library library, 194 FT_Raccess_Get_HeaderInfo( FT_Library library, 251 FT_Raccess_Get_DataOffsets( FT_Library library,
|
A D | ftserv.h | 291 FT_Destroy_Class_ ## class_( FT_Library library, \ 302 FT_Create_Class_ ## class_( FT_Library library, \ 327 FT_Destroy_Class_ ## class_( FT_Library library, \ 338 FT_Create_Class_ ## class_( FT_Library library, \ 366 FT_Destroy_Class_ ## class_( FT_Library library, \ 377 FT_Create_Class_ ## class_( FT_Library library, \ 408 FT_Destroy_Class_ ## class_( FT_Library library, \ 419 FT_Create_Class_ ## class_( FT_Library library, \ 453 FT_Destroy_Class_ ## class_( FT_Library library, \ 464 FT_Create_Class_ ## class_( FT_Library library, \ [all …]
|
A D | ftpic.h | 55 ft_pic_container_init( FT_Library library ); 60 ft_pic_container_destroy( FT_Library library );
|
/AliOS-Things-master/components/freetype/src/pshinter/ |
A D | pshpic.c | 30 FT_Init_Class_pshinter_interface( FT_Library library, 34 pshinter_module_class_pic_free( FT_Library library ) in pshinter_module_class_pic_free() 49 pshinter_module_class_pic_init( FT_Library library ) in pshinter_module_class_pic_init()
|
A D | pshpic.h | 49 pshinter_module_class_pic_free( FT_Library library ); 52 pshinter_module_class_pic_init( FT_Library library );
|