HomeSort by relevance Sort by last modified time
    Searched refs:FT_Library (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/freetype/src/cff/
cffpic.c 27 FT_Error FT_Create_Class_cff_services( FT_Library, FT_ServiceDescRec**);
28 void FT_Destroy_Class_cff_services( FT_Library, FT_ServiceDescRec*);
29 void FT_Init_Class_cff_service_ps_info( FT_Library, FT_Service_PsInfoRec*);
30 void FT_Init_Class_cff_service_glyph_dict( FT_Library, FT_Service_GlyphDictRec*);
31 void FT_Init_Class_cff_service_ps_name( FT_Library, FT_Service_PsFontNameRec*);
32 void FT_Init_Class_cff_service_get_cmap_info( FT_Library, FT_Service_TTCMapsRec*);
33 void FT_Init_Class_cff_service_cid_info( FT_Library, FT_Service_CIDRec*);
36 FT_Error FT_Create_Class_cff_field_handlers( FT_Library, CFF_Field_Handler**);
37 void FT_Destroy_Class_cff_field_handlers( FT_Library, CFF_Field_Handler*);
40 void FT_Init_Class_cff_cmap_encoding_class_rec( FT_Library, FT_CMap_ClassRec*)
    [all...]
cffparse.h 39 FT_Library library;
57 FT_Library library);
  /external/freetype/include/freetype/
ftlcdfil.h 161 FT_Library_SetLcdFilter( FT_Library library,
202 FT_Library_SetLcdFilterWeights( FT_Library library,
ftmodapi.h 198 FT_Add_Module( FT_Library library,
223 FT_Get_Module( FT_Library library,
248 FT_Remove_Module( FT_Library library,
258 /* A counter gets initialized to~1 at the time an @FT_Library */
264 /* reference @FT_Library objects. */
276 FT_Reference_Library( FT_Library library );
311 FT_Library *alibrary );
334 FT_Done_Library( FT_Library library );
370 FT_Set_Debug_Hook( FT_Library library,
389 FT_Add_Default_Modules( FT_Library library )
    [all...]
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,
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,
ftoutln.h 142 FT_Outline_New( FT_Library library,
180 FT_Outline_Done( FT_Library library,
405 FT_Outline_Get_Bitmap( FT_Library library,
447 FT_Outline_Render( FT_Library library,
  /external/freetype/include/freetype/internal/
ftpic.h 51 ft_pic_container_init( FT_Library library );
56 ft_pic_container_destroy( FT_Library library );
ftrfork.h 92 FT_Raccess_Guess( FT_Library library,
132 FT_Raccess_Get_HeaderInfo( FT_Library library,
182 FT_Raccess_Get_DataOffsets( FT_Library library,
  /external/freetype/src/base/
ftpic.c 29 ft_pic_container_init( FT_Library library )
46 ft_pic_container_destroy( FT_Library library )
basepic.c 31 FT_Error ft_create_default_module_classes(FT_Library);
32 void ft_destroy_default_module_classes(FT_Library);
35 ft_base_pic_free( FT_Library library )
51 ft_base_pic_init( FT_Library library )
ftbase.h 33 open_face_PS_from_sfnt_stream( FT_Library library,
44 open_face_from_buffer( FT_Library library,
basepic.h 49 ft_base_pic_free( FT_Library library );
52 ft_base_pic_init( FT_Library library );
ftinit.c 91 FT_EXTERNC FT_Error FT_Create_Class_##x( FT_Library library, FT_Module_Class** output_class ); \
92 FT_EXTERNC void FT_Destroy_Class_##x( FT_Library library, FT_Module_Class* clazz );
114 ft_destroy_default_module_classes( FT_Library library )
142 ft_create_default_module_classes( FT_Library library )
178 FT_Add_Default_Modules( FT_Library library )
203 FT_Init_FreeType( FT_Library *alibrary )
235 FT_Done_FreeType( FT_Library library )
ftrfork.c 50 FT_Raccess_Get_HeaderInfo( FT_Library library,
149 FT_Raccess_Get_DataOffsets( FT_Library library,
257 (*raccess_guess_func)( FT_Library library,
265 raccess_guess_apple_double( FT_Library library,
272 raccess_guess_apple_single( FT_Library library,
279 raccess_guess_darwin_ufs_export( FT_Library library,
286 raccess_guess_darwin_newvfs( FT_Library library,
293 raccess_guess_darwin_hfsplus( FT_Library library,
300 raccess_guess_vfat( FT_Library library,
307 raccess_guess_linux_cap( FT_Library library
    [all...]
  /external/icu4c/samples/layout/
GnomeFontMap.h 27 GnomeFontMap(FT_Library engine, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status);
35 FT_Library fEngine;
  /external/freetype/src/sfnt/
sfntpic.c 27 FT_Error FT_Create_Class_sfnt_services( FT_Library, FT_ServiceDescRec**);
28 void FT_Destroy_Class_sfnt_services( FT_Library, FT_ServiceDescRec*);
30 void FT_Init_Class_sfnt_interface( FT_Library, SFNT_Interface*);
31 void FT_Init_Class_sfnt_service_glyph_dict( FT_Library, FT_Service_GlyphDictRec*);
32 void FT_Init_Class_sfnt_service_ps_name( FT_Library, FT_Service_PsFontNameRec*);
33 void FT_Init_Class_tt_service_get_cmap_info( FT_Library, FT_Service_TTCMapsRec*);
37 FT_Error FT_Create_Class_tt_cmap_classes( FT_Library, TT_CMap_Class**);
38 void FT_Destroy_Class_tt_cmap_classes( FT_Library, TT_CMap_Class*);
41 sfnt_module_class_pic_free( FT_Library library )
61 sfnt_module_class_pic_init( FT_Library library
    [all...]
  /external/freetype/src/smooth/
ftspic.c 30 ft_smooth_renderer_class_pic_free( FT_Library library )
46 ft_smooth_renderer_class_pic_init( FT_Library library )
78 FT_Error ft_smooth_lcd_renderer_class_pic_init(FT_Library library)
82 void ft_smooth_lcd_renderer_class_pic_free(FT_Library library)
86 FT_Error ft_smooth_lcdv_renderer_class_pic_init(FT_Library library)
90 void ft_smooth_lcdv_renderer_class_pic_free(FT_Library library)
  /external/freetype/src/psnames/
pspic.c 27 FT_Error FT_Create_Class_pscmaps_services( FT_Library, FT_ServiceDescRec**);
28 void FT_Destroy_Class_pscmaps_services( FT_Library, FT_ServiceDescRec*);
29 void FT_Init_Class_pscmaps_interface( FT_Library, FT_Service_PsCMapsRec*);
32 psnames_module_class_pic_free( FT_Library library )
49 psnames_module_class_pic_init( FT_Library library )
  /external/freetype/src/pshinter/
pshpic.c 27 void FT_Init_Class_pshinter_interface( FT_Library, PSHinter_Interface*);
30 pshinter_module_class_pic_free( FT_Library library )
43 pshinter_module_class_pic_init( FT_Library library )
  /external/freetype/src/raster/
rastpic.c 30 ft_raster1_renderer_class_pic_free( FT_Library library )
46 ft_raster1_renderer_class_pic_init( FT_Library library )
78 FT_Error ft_raster5_renderer_class_pic_init(FT_Library library)
82 void ft_raster5_renderer_class_pic_free(FT_Library library)
  /external/freetype/src/truetype/
ttpic.c 27 FT_Error FT_Create_Class_tt_services( FT_Library, FT_ServiceDescRec**);
28 void FT_Destroy_Class_tt_services( FT_Library, FT_ServiceDescRec*);
33 tt_driver_class_pic_free( FT_Library library )
50 tt_driver_class_pic_init( FT_Library library )
  /external/freetype/include/freetype/internal/services/
svpostnm.h 61 FT_Init_Class_##class_( FT_Library library, \
svgldict.h 66 FT_Init_Class_##class_( FT_Library library, \
  /external/freetype/src/autofit/
afpic.c 27 void FT_Init_Class_af_autofitter_service( FT_Library, FT_AutoHinter_ServiceRec*);
37 autofit_module_class_pic_free( FT_Library library )
50 autofit_module_class_pic_init( FT_Library library )

Completed in 444 milliseconds

1 2 3