Home | History | Annotate | Download | only in smooth

Lines Matching defs:raster

39   /* details on how the raster works.                                      */
1737 /* Set up state in the raster object */
1865 gray_raster_render( gray_PRaster raster,
1873 if ( !raster || !raster->buffer || !raster->buffer_size )
1890 worker = raster->worker;
1929 gray_init_cells( RAS_VAR_ raster->buffer, raster->buffer_size );
1934 ras.band_size = raster->band_size;
1953 /**** RASTER OBJECT CREATION: In stand-alone mode, we simply use *****/
1975 gray_raster_done( FT_Raster raster )
1978 FT_UNUSED( raster );
1988 gray_PRaster raster = NULL;
1992 if ( !FT_ALLOC( raster, sizeof ( gray_TRaster ) ) )
1994 raster->memory = memory;
1995 *araster = (FT_Raster)raster;
2003 gray_raster_done( FT_Raster raster )
2005 FT_Memory memory = (FT_Memory)((gray_PRaster)raster)->memory;
2008 FT_FREE( raster );
2015 gray_raster_reset( FT_Raster raster,
2019 gray_PRaster rast = (gray_PRaster)raster;
2022 if ( raster )