Home
last modified time | relevance | path

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

/external/freetype/src/raster/
Dftraster.h38 FT_EXPORT_VAR( const FT_Raster_Funcs ) ft_standard_raster;
Dftrend1.c207 (FT_Raster_Funcs*)&ft_standard_raster /* raster_class */
Dftraster.c216 const FT_Raster_Funcs class_ = \
/external/freetype/src/smooth/
Dftgrays.h47 FT_EXPORT_VAR( const FT_Raster_Funcs ) ft_grays_raster;
Dftsmooth.c433 (FT_Raster_Funcs*)&ft_grays_raster /* raster_class */
460 (FT_Raster_Funcs*)&ft_grays_raster /* raster_class */
487 (FT_Raster_Funcs*)&ft_grays_raster /* raster_class */
Dftgrays.c259 const FT_Raster_Funcs class_ = \
/external/freetype/include/freetype/
Dftrender.h163 FT_Raster_Funcs* raster_class;
Dftimage.h1263 } FT_Raster_Funcs; typedef
/external/freetype/include/freetype/internal/
Dftobjs.h1015 FT_EXPORT_VAR( FT_Raster_Funcs ) ft_default_raster;
1066 const FT_Raster_Funcs class_ = \
/external/freetype/
DChangeLog.232778 Add macros to init instances of FT_Outline_Funcs and FT_Raster_Funcs.