Searched refs:FT_Raster_Funcs (Results 1 – 25 of 26) sorted by relevance
12
38 FT_EXPORT_VAR( const FT_Raster_Funcs ) ft_standard_raster;
37 FT_Raster_Funcs ft_standard_raster;
30 FT_Init_Class_ft_standard_raster( FT_Raster_Funcs* funcs );
250 (FT_Raster_Funcs*) &FT_STANDARD_RASTER_GET
219 const FT_Raster_Funcs class_ = \
271 (FT_Raster_Funcs*) &FT_STANDARD_RASTER_GET302 (FT_Raster_Funcs*) &FT_STANDARD_RASTER_GET
48 FT_EXPORT_VAR( const FT_Raster_Funcs ) ft_grays_raster;
454 (FT_Raster_Funcs*) &FT_GRAYS_RASTER_GET481 (FT_Raster_Funcs*) &FT_GRAYS_RASTER_GET507 (FT_Raster_Funcs*) &FT_GRAYS_RASTER_GET
36 FT_Raster_Funcs ft_grays_raster;
30 FT_Init_Class_ft_grays_raster( FT_Raster_Funcs* funcs );
226 const FT_Raster_Funcs class_ = \
246 const FT_Raster_Funcs class_ = \
155 FT_Raster_Funcs* raster_class;
1205 } FT_Raster_Funcs; typedef
1199 } FT_Raster_Funcs; typedef
958 FT_EXPORT_VAR( FT_Raster_Funcs ) ft_default_raster;1060 const FT_Raster_Funcs class_ = \1081 FT_Init_Class_ ## class_( FT_Raster_Funcs* clazz ) \