HomeSort by relevance Sort by last modified time
    Searched full:ft_library (Results 1 - 25 of 171) sorted by null

1 2 3 4 5 6 7

  /external/chromium_org/third_party/freetype/src/smooth/
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 );
ftspic.c 34 ft_smooth_renderer_class_pic_free( FT_Library library )
55 ft_smooth_renderer_class_pic_init( FT_Library library )
89 ft_smooth_lcd_renderer_class_pic_init( FT_Library library )
96 ft_smooth_lcd_renderer_class_pic_free( FT_Library library )
103 ft_smooth_lcdv_renderer_class_pic_init( FT_Library library )
110 ft_smooth_lcdv_renderer_class_pic_free( FT_Library library )
  /external/freetype/src/smooth/
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 );
ftspic.c 34 ft_smooth_renderer_class_pic_free( FT_Library library )
55 ft_smooth_renderer_class_pic_init( FT_Library library )
89 ft_smooth_lcd_renderer_class_pic_init( FT_Library library )
96 ft_smooth_lcd_renderer_class_pic_free( FT_Library library )
103 ft_smooth_lcdv_renderer_class_pic_init( FT_Library library )
110 ft_smooth_lcdv_renderer_class_pic_free( FT_Library library )
  /external/chromium_org/third_party/freetype/src/raster/
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 );
rastpic.c 34 ft_raster1_renderer_class_pic_free( FT_Library library )
54 ft_raster1_renderer_class_pic_init( FT_Library library )
88 ft_raster5_renderer_class_pic_init( FT_Library library )
95 ft_raster5_renderer_class_pic_free( FT_Library library )
  /external/freetype/src/raster/
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 );
  /external/chromium_org/third_party/freetype/src/cff/
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
    [all...]
  /external/freetype/src/cff/
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
    [all...]
  /external/chromium_org/third_party/freetype/src/sfnt/
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 )
95 sfnt_module_class_pic_init( FT_Library library
    [all...]
  /external/freetype/src/sfnt/
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 )
95 sfnt_module_class_pic_init( 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/chromium_org/third_party/freetype/src/psnames/
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 )
64 psnames_module_class_pic_init( FT_Library library )
pspic.h 52 psnames_module_class_pic_free( FT_Library library );
55 psnames_module_class_pic_init( FT_Library library );
  /external/freetype/src/psnames/
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 )
64 psnames_module_class_pic_init( FT_Library library )
pspic.h 52 psnames_module_class_pic_free( FT_Library library );
55 psnames_module_class_pic_init( FT_Library library );
  /external/chromium_org/third_party/freetype/include/freetype/internal/
ftpic.h 55 ft_pic_container_init( FT_Library library );
60 ft_pic_container_destroy( FT_Library library );
  /external/chromium_org/third_party/freetype/src/base/
ftpic.c 29 ft_pic_container_init( FT_Library library )
47 ft_pic_container_destroy( FT_Library library )
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 )
69 ft_base_pic_init( FT_Library library )
  /external/chromium_org/third_party/freetype/src/pshinter/
pshpic.h 49 pshinter_module_class_pic_free( FT_Library library );
52 pshinter_module_class_pic_init( FT_Library library );
  /external/freetype/include/freetype/internal/
ftpic.h 55 ft_pic_container_init( FT_Library library );
60 ft_pic_container_destroy( FT_Library library );
  /external/freetype/src/base/
ftpic.c 29 ft_pic_container_init( FT_Library library )
47 ft_pic_container_destroy( FT_Library library )
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 )
69 ft_base_pic_init( FT_Library library )
  /external/freetype/src/pshinter/
pshpic.h 49 pshinter_module_class_pic_free( FT_Library library );
52 pshinter_module_class_pic_init( FT_Library library );
  /external/chromium_org/third_party/freetype/src/truetype/
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 )
65 tt_driver_class_pic_init( FT_Library library )

Completed in 612 milliseconds

1 2 3 4 5 6 7