Home | History | Annotate | Download | only in smooth

Lines Matching defs:cells

372     PCell       cells;
430 /* Initialize the cells table. */
440 ras.cells = NULL;
523 cell = ras.cells + ras.num_cells++;
568 /* All cells that are on the left of the clipping region go to the */
624 /* Render a scanline as one or more cells. */
662 /* ok, we'll have to render a run of adjacent cells on the same */
1855 ras.cells = (PCell)( (char*)ras.buffer + cell_start );
1856 if ( ras.cells >= cells_max )
1859 ras.max_cells = cells_max - ras.cells;