Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/freetype/src/sdf/
Dftsdf.h87 FT_EXPORT_VAR( const FT_Raster_Funcs ) ft_sdf_raster;
90 FT_EXPORT_VAR( const FT_Raster_Funcs ) ft_bitmap_sdf_raster;
Dftsdfrend.c456 (FT_Raster_Funcs*)&ft_sdf_raster /* raster_class */
610 (FT_Raster_Funcs*)&ft_bitmap_sdf_raster /* raster_class */
/third_party/skia/third_party/externals/freetype/src/raster/
Dftraster.h39 FT_EXPORT_VAR( const FT_Raster_Funcs ) ft_standard_raster;
Dftrend1.c202 (FT_Raster_Funcs*)&ft_standard_raster /* raster_class */
Dftraster.c213 const FT_Raster_Funcs class_ = \
/third_party/skia/third_party/externals/freetype/src/smooth/
Dftgrays.h47 FT_EXPORT_VAR( const FT_Raster_Funcs ) ft_grays_raster;
Dftsmooth.c591 (FT_Raster_Funcs*)&ft_grays_raster /* raster_class */
Dftgrays.c267 const FT_Raster_Funcs class_ = \
/third_party/skia/third_party/externals/freetype/include/freetype/
Dftrender.h161 FT_Raster_Funcs* raster_class;
Dftimage.h1258 } FT_Raster_Funcs; typedef
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dftobjs.h988 FT_EXPORT_VAR( FT_Raster_Funcs ) ft_default_raster;
1039 const FT_Raster_Funcs class_ = \
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.232778 Add macros to init instances of FT_Outline_Funcs and FT_Raster_Funcs.