AACell            127 modules/soft_raster/ftgrays.c 	AACell *cells;
AACell            157 modules/soft_raster/ftgrays.c 		AACell *cell;
AACell            162 modules/soft_raster/ftgrays.c 				sl->cells = (AACell*)gf_realloc(sl->cells, sizeof(AACell)* (sl->alloc + AA_CELL_STEP_ALLOC));
AACell            518 modules/soft_raster/ftgrays.c static void gray_quick_sort( AACell *cells, int    count )
AACell            520 modules/soft_raster/ftgrays.c 	AACell *stack[80];  /* should be enough ;-) */
AACell            521 modules/soft_raster/ftgrays.c 	AACell **top;        /* top of stack */
AACell            522 modules/soft_raster/ftgrays.c 	AACell *base, *limit;
AACell            523 modules/soft_raster/ftgrays.c 	AACell temp;
AACell            531 modules/soft_raster/ftgrays.c 		AACell *i, *j, *pivot;
AACell            664 modules/soft_raster/ftgrays.c 	AACell *start, *cur;