Home
last modified time | relevance | path

Searched defs:library (Results 1 – 25 of 44) sorted by relevance

12

/AliOS-Things-master/components/freetype/src/smooth/
A Dftspic.c34 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/raster/
A Drastpic.c34 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()
A Dftrend1.c34 FT_Library library = FT_MODULE_LIBRARY( render ); in ft_raster1_init() local
/AliOS-Things-master/components/freetype/src/base/
A Dftrfork.c51 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()
376 FT_Raccess_Guess( FT_Library library, in FT_Raccess_Guess()
442 raccess_guess_apple_double( FT_Library library, in raccess_guess_apple_double()
464 raccess_guess_apple_single( FT_Library library, in raccess_guess_apple_single()
552 raccess_guess_darwin_newvfs( FT_Library library, in raccess_guess_darwin_newvfs()
588 raccess_guess_vfat( FT_Library library, in raccess_guess_vfat()
615 raccess_guess_linux_cap( FT_Library library, in raccess_guess_linux_cap()
641 raccess_guess_linux_double( FT_Library library, in raccess_guess_linux_double()
704 raccess_guess_apple_generic( FT_Library library, in raccess_guess_apple_generic()
[all …]
A Dftlcdfil.c36 FT_Library library ) in _ft_lcd_filter_fir()
170 FT_Library library ) in _ft_lcd_filter_legacy()
272 FT_Library_SetLcdFilterWeights( FT_Library library, in FT_Library_SetLcdFilterWeights()
285 FT_Library_SetLcdFilter( FT_Library library, in FT_Library_SetLcdFilter()
355 FT_Library_SetLcdFilterWeights( FT_Library library, in FT_Library_SetLcdFilterWeights()
366 FT_Library_SetLcdFilter( FT_Library library, in FT_Library_SetLcdFilter()
A Dftpic.c29 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()
A Dbasepic.c50 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 Dftobjs.c152 FT_Stream_New( FT_Library library, in FT_Stream_New()
595 FT_Library library; in FT_Load_Glyph() local
1239 FT_New_Face( FT_Library library, in FT_New_Face()
1787 IsMacResource( FT_Library library, in IsMacResource()
1847 IsMacBinary( FT_Library library, in IsMacBinary()
3951 FT_Library library; in ft_remove_renderer() local
4149 FT_Library library; in FT_Render_Glyph() local
4349 FT_Get_Module( FT_Library library, in FT_Get_Module()
4438 FT_Remove_Module( FT_Library library, in FT_Remove_Module()
4619 FT_Library library = NULL; in FT_New_Library() local
[all …]
A Dftglyph.c65 FT_Library library = FT_GLYPH( glyph )->library; in ft_bitmap_glyph_init() local
98 FT_Library library = bitmap_source->library; in ft_bitmap_glyph_copy() local
114 FT_Library library = FT_GLYPH( glyph )->library; in ft_bitmap_glyph_done() local
163 FT_Library library = FT_GLYPH( glyph )->library; in FT_CALLBACK_DEF() local
205 FT_Library library = FT_GLYPH( source )->library; in ft_outline_glyph_copy() local
358 FT_Library library; in FT_Get_Glyph() local
516 FT_Library library; in FT_Glyph_To_Bitmap() local
A Dftinit.c123 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()
264 FT_Done_FreeType( FT_Library library ) in FT_Done_FreeType()
A Dftmac.c693 FT_New_Face_From_LWFN( FT_Library library, in FT_New_Face_From_LWFN()
725 FT_New_Face_From_SFNT( FT_Library library, in FT_New_Face_From_SFNT()
792 FT_New_Face_From_Suitcase( FT_Library library, in FT_New_Face_From_Suitcase()
840 FT_New_Face_From_FOND( FT_Library library, in FT_New_Face_From_FOND()
912 FT_New_Face_From_Resource( FT_Library library, in FT_New_Face_From_Resource()
953 FT_New_Face( FT_Library library, in FT_New_Face()
993 FT_New_Face_From_FSRef( FT_Library library, in FT_New_Face_From_FSRef()
1033 FT_New_Face_From_FSSpec( FT_Library library, in FT_New_Face_From_FSSpec()
A Dftbitmap.c43 FT_Bitmap_Copy( FT_Library library, in FT_Bitmap_Copy()
216 FT_Bitmap_Embolden( FT_Library library, in FT_Bitmap_Embolden()
438 FT_Bitmap_Convert( FT_Library library, in FT_Bitmap_Convert()
741 FT_Bitmap_Done( FT_Library library, in FT_Bitmap_Done()
A Dftsynth.c87 FT_Library library = slot->library; in FT_GlyphSlot_Embolden() local
A Dftoutln.c337 FT_Outline_New( FT_Library library, in FT_Outline_New()
453 FT_Outline_Done( FT_Library library, in FT_Outline_Done()
604 FT_Outline_Render( FT_Library library, in FT_Outline_Render()
655 FT_Outline_Get_Bitmap( FT_Library library, in FT_Outline_Get_Bitmap()
A Dftapi.c44 FT_New_Memory_Stream( FT_Library library, in FT_New_Memory_Stream()
/AliOS-Things-master/components/freetype/src/pshinter/
A Dpshpic.c34 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()
/AliOS-Things-master/components/freetype/src/cff/
A Dcffpic.c62 cff_driver_class_pic_free( FT_Library library ) in cff_driver_class_pic_free()
88 cff_driver_class_pic_init( FT_Library library ) in cff_driver_class_pic_init()
A Dcffparse.c42 FT_Library library) in cff_parser_init()
779 FT_Destroy_Class_cff_field_handlers( FT_Library library, in FT_Destroy_Class_cff_field_handlers()
791 FT_Create_Class_cff_field_handlers( FT_Library library, in FT_Create_Class_cff_field_handlers()
935 FT_Library library = parser->library; in cff_parser_run() local
/AliOS-Things-master/components/freetype/src/sfnt/
A Dsfntpic.c67 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/truetype/
A Dttpic.c44 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/psnames/
A Dpspic.c42 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()
/AliOS-Things-master/components/freetype/src/tools/
A Dtest_afm.c76 parse_afm( FT_Library library, in parse_afm()
114 FT_Library library; in main() local
/AliOS-Things-master/components/freetype/src/autofit/
A Dafpic.c54 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/amp/ampsim/
A DCMakeLists.txt3 set(library amp) variable
/AliOS-Things-master/components/freetype/src/cache/
A Dftcmanag.h93 FT_Library library; member

Completed in 39 milliseconds

12