Home
last modified time | relevance | path

Searched refs:FT_Raster_Funcs (Results 1 – 13 of 13) sorted by relevance

/external/freetype/src/smooth/
Dftsmooth.c424 (FT_Raster_Funcs*) &FT_GRAYS_RASTER_GET
451 (FT_Raster_Funcs*) &FT_GRAYS_RASTER_GET
477 (FT_Raster_Funcs*) &FT_GRAYS_RASTER_GET
Dftgrays.h48 FT_EXPORT_VAR( const FT_Raster_Funcs ) ft_grays_raster;
Dftspic.h35 FT_Raster_Funcs ft_grays_raster;
Dftspic.c27 void FT_Init_Class_ft_grays_raster(FT_Raster_Funcs*);
Dftgrays.c195 const FT_Raster_Funcs class_ = \
/external/freetype/src/raster/
Dftrend1.c255 (FT_Raster_Funcs*) &FT_STANDARD_RASTER_GET
287 (FT_Raster_Funcs*) &FT_STANDARD_RASTER_GET
Dftraster.h38 FT_EXPORT_VAR( const FT_Raster_Funcs ) ft_standard_raster;
Drastpic.h35 FT_Raster_Funcs ft_standard_raster;
Drastpic.c27 void FT_Init_Class_ft_standard_raster(FT_Raster_Funcs*);
Dftraster.c213 const FT_Raster_Funcs class_ = \
/external/freetype/include/freetype/
Dftrender.h155 FT_Raster_Funcs* raster_class;
Dftimage.h1285 } FT_Raster_Funcs; typedef
/external/freetype/include/freetype/internal/
Dftobjs.h941 FT_EXPORT_VAR( FT_Raster_Funcs ) ft_default_raster;
1015 const FT_Raster_Funcs class_ = \
1026 FT_Init_Class_##class_( FT_Raster_Funcs* clazz ) \