HomeSort by: relevance | last modified time | path
    Searched refs:FT_Raster_Funcs (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/freetype/dist/src/raster/
ftraster.h 39 FT_EXPORT_VAR( const FT_Raster_Funcs ) ft_standard_raster;
ftrend1.c 202 (FT_Raster_Funcs*)&ft_standard_raster /* raster_class */
ftraster.c 215 const FT_Raster_Funcs class_ = \
  /xsrc/external/mit/freetype/dist/src/smooth/
ftgrays.h 47 FT_EXPORT_VAR( const FT_Raster_Funcs ) ft_grays_raster;
ftsmooth.c 591 (FT_Raster_Funcs*)&ft_grays_raster /* raster_class */
ftgrays.c 267 const FT_Raster_Funcs class_ = \
  /xsrc/external/mit/freetype/dist/include/freetype/
ftrender.h 161 FT_Raster_Funcs* raster_class;
ftimage.h 814 * FT_Raster_Funcs
1187 * format defined in its @FT_Raster_Funcs structure. It can be an
1205 * FT_Raster_Funcs
1236 } FT_Raster_Funcs;
  /xsrc/external/mit/freetype/dist/include/freetype/internal/
ftobjs.h 988 FT_EXPORT_VAR( FT_Raster_Funcs ) ft_default_raster;
1027 * Used to initialize an instance of FT_Raster_Funcs struct. The struct
1039 const FT_Raster_Funcs class_ = \

Completed in 11 milliseconds