Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/freetype/src/smooth/
H A 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 */
H A Dftgrays.h48 FT_EXPORT_VAR( const FT_Raster_Funcs ) ft_grays_raster;
H A Dftspic.h37 FT_Raster_Funcs ft_grays_raster;
H A Dftspic.c30 FT_Init_Class_ft_grays_raster( FT_Raster_Funcs* funcs );
H A Dftgrays.c259 const FT_Raster_Funcs class_ = \
/reactos/sdk/lib/3rdparty/freetype/src/raster/
H A Dftraster.h38 FT_EXPORT_VAR( const FT_Raster_Funcs ) ft_standard_raster;
H A Drastpic.h37 FT_Raster_Funcs ft_standard_raster;
H A Drastpic.c30 FT_Init_Class_ft_standard_raster( FT_Raster_Funcs* funcs );
H A Dftrend1.c200 (FT_Raster_Funcs*)&FT_STANDARD_RASTER_GET /* raster_class */
H A Dftraster.c217 const FT_Raster_Funcs class_ = \
/reactos/sdk/lib/3rdparty/freetype/include/freetype/
H A Dftrender.h156 FT_Raster_Funcs* raster_class;
H A Dftimage.h1190 } FT_Raster_Funcs; typedef
/reactos/sdk/lib/3rdparty/freetype/include/freetype/internal/
H A 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 ) \