Synopsis
void ctl_gfx_fill_rectangle_wh(int x,
                               int y,
                               int w,
                               int h);
Description

ctl_gfx_fill_rectangle_wh fills a rectangle at coordinate (x, y) that is w pixels wide and h pixels high using the current pen color.