Go to the source code of this file.
Functions | |
void | cell_init_surface_functions (struct cell_context *cell) |
void cell_init_surface_functions | ( | struct cell_context * | cell | ) |
Definition at line 33 of file cell_surface.c.
References cell_context::pipe, pipe_context::surface_copy, pipe_context::surface_fill, util_surface_copy(), and util_surface_fill().
00034 { 00035 cell->pipe.surface_copy = util_surface_copy; 00036 cell->pipe.surface_fill = util_surface_fill; 00037 }