TRUNC             221 modules/soft_raster/ftgrays.c 	ex = TRUNC(x);
TRUNC             222 modules/soft_raster/ftgrays.c 	ey = TRUNC(y);
TRUNC             246 modules/soft_raster/ftgrays.c 	ex1 = TRUNC( x1 ); /* if (ex1 >= raster->max_ex) ex1 = raster->max_ex-1; */
TRUNC             247 modules/soft_raster/ftgrays.c 	ex2 = TRUNC( x2 ); /* if (ex2 >= raster->max_ex) ex2 = raster->max_ex-1; */
TRUNC             343 modules/soft_raster/ftgrays.c 	ey1 = TRUNC( raster->last_ey );
TRUNC             344 modules/soft_raster/ftgrays.c 	ey2 = TRUNC( to_y ); /* if (ey2 >= raster->max_ey) ey2 = raster->max_ey-1; */
TRUNC             368 modules/soft_raster/ftgrays.c 		TCoord  ex     = TRUNC( raster->x );
TRUNC             420 modules/soft_raster/ftgrays.c 	gray_set_cell( raster, TRUNC( x ), ey1 );
TRUNC             445 modules/soft_raster/ftgrays.c 			gray_set_cell( raster, TRUNC( x ), ey1 );