HelenOS sources

ui_paint_filled_circle   55 uspace/lib/ui/include/ui/paint.h extern errno_t ui_paint_filled_circle(gfx_context_t *, gfx_coord2_t *,
ui_paint_filled_circle  211 uspace/lib/ui/src/rbutton.c 	rc = ui_paint_filled_circle(rbutton->group->res->gc,
ui_paint_filled_circle  221 uspace/lib/ui/src/rbutton.c 	rc = ui_paint_filled_circle(rbutton->group->res->gc,
ui_paint_filled_circle  231 uspace/lib/ui/src/rbutton.c 	rc = ui_paint_filled_circle(rbutton->group->res->gc,
ui_paint_filled_circle  241 uspace/lib/ui/src/rbutton.c 	rc = ui_paint_filled_circle(rbutton->group->res->gc,
ui_paint_filled_circle  255 uspace/lib/ui/src/rbutton.c 	rc = ui_paint_filled_circle(rbutton->group->res->gc,
ui_paint_filled_circle  268 uspace/lib/ui/src/rbutton.c 		rc = ui_paint_filled_circle(rbutton->group->res->gc,
ui_paint_filled_circle  240 uspace/lib/ui/test/paint.c 	rc = ui_paint_filled_circle(gc, &center, 10, ui_fcircle_upleft);
ui_paint_filled_circle  244 uspace/lib/ui/test/paint.c 	rc = ui_paint_filled_circle(gc, &center, 10, ui_fcircle_lowright);
ui_paint_filled_circle  248 uspace/lib/ui/test/paint.c 	rc = ui_paint_filled_circle(gc, &center, 10, ui_fcircle_entire);
HelenOS homepage, sources at GitHub