HelenOS sources

test_ctl_paint     47 uspace/lib/ui/src/testctl.c static errno_t test_ctl_paint(void *);
test_ctl_paint     54 uspace/lib/ui/src/testctl.c 	.paint = test_ctl_paint,
test_ctl_paint     41 uspace/lib/ui/test/fixed.c static errno_t test_ctl_paint(void *);
test_ctl_paint     47 uspace/lib/ui/test/fixed.c 	.paint = test_ctl_paint,
test_ctl_paint     64 uspace/lib/ui/test/popup.c static errno_t test_ctl_paint(void *);
test_ctl_paint     69 uspace/lib/ui/test/popup.c 	.paint = test_ctl_paint,
test_ctl_paint     74 uspace/lib/ui/test/window.c static errno_t test_ctl_paint(void *);
test_ctl_paint     79 uspace/lib/ui/test/window.c 	.paint = test_ctl_paint,
HelenOS homepage, sources at GitHub