Home
last modified time | relevance | path

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

/external/freetype/src/smooth/
Dftsmooth.c406 (FT_Raster_Funcs*)&FT_GRAYS_RASTER_GET /* raster_class */
433 (FT_Raster_Funcs*)&FT_GRAYS_RASTER_GET /* raster_class */
460 (FT_Raster_Funcs*)&FT_GRAYS_RASTER_GET /* raster_class */
Dftgrays.h48 FT_EXPORT_VAR( const FT_Raster_Funcs ) ft_grays_raster;
Dftspic.h37 FT_Raster_Funcs ft_grays_raster;
Dftspic.c30 FT_Init_Class_ft_grays_raster( FT_Raster_Funcs* funcs );
Dftgrays.c259 const FT_Raster_Funcs class_ = \
/external/freetype/src/raster/
Dftraster.h38 FT_EXPORT_VAR( const FT_Raster_Funcs ) ft_standard_raster;
Drastpic.h37 FT_Raster_Funcs ft_standard_raster;
Drastpic.c30 FT_Init_Class_ft_standard_raster( FT_Raster_Funcs* funcs );
Dftrend1.c200 (FT_Raster_Funcs*)&FT_STANDARD_RASTER_GET /* raster_class */
Dftraster.c217 const FT_Raster_Funcs class_ = \
/external/freetype/include/freetype/
Dftrender.h156 FT_Raster_Funcs* raster_class;
Dftimage.h1190 } FT_Raster_Funcs; typedef
/external/freetype/include/freetype/internal/
Dftobjs.h1012 FT_EXPORT_VAR( FT_Raster_Funcs ) ft_default_raster;
1114 const FT_Raster_Funcs class_ = \
1135 FT_Init_Class_ ## class_( FT_Raster_Funcs* clazz ) \
/external/freetype/
DChangeLog.232778 Add macros to init instances of FT_Outline_Funcs and FT_Raster_Funcs.