Home | History | Annotate | Download | only in smooth

Lines Matching defs:cells

417     PCell       cells;
479 /* Initialize the cells table. */
489 ras.cells = NULL;
572 cell = ras.cells + ras.num_cells++;
617 /* All cells that are on the left of the clipping region go to the */
673 /* Render a scanline as one or more cells. */
711 /* ok, we'll have to render a run of adjacent cells on the same */
1878 ras.cells = (PCell)( (char*)ras.buffer + cell_start );
1879 if ( ras.cells >= cells_max )
1882 ras.max_cells = cells_max - ras.cells;