light.c | 244 rex_fill_rect(struct light_devconfig *dc, int from_x, int from_y, int to_x, function in typeref:typename:void 308 rex_fill_rect(dc, 0, 0, LIGHT_XRES - 1, LIGHT_YRES - 1, 0); 463 rex_fill_rect(c, from_x, from_y, to_x, to_y, attr); 497 rex_fill_rect(c, from_x, from_y, to_x, to_y, attr); 561 rex_fill_rect(c, 0, 0, LIGHT_XRES-1, LIGHT_YRES-1, 0);
|