AA_CELL_STEP_ALLOC  162 modules/soft_raster/ftgrays.c 				sl->cells = (AACell*)gf_realloc(sl->cells, sizeof(AACell)* (sl->alloc + AA_CELL_STEP_ALLOC));
AA_CELL_STEP_ALLOC  163 modules/soft_raster/ftgrays.c 				sl->alloc += AA_CELL_STEP_ALLOC;