HelenOS sources

gfx_set_clip_rect  261 uspace/app/gfxdemo/gfxdemo.c 	rc = gfx_set_clip_rect(gc, NULL);
gfx_set_clip_rect  307 uspace/app/gfxdemo/gfxdemo.c 	rc = gfx_set_clip_rect(gc, &rect);
gfx_set_clip_rect  965 uspace/app/gfxdemo/gfxdemo.c 		rc = gfx_set_clip_rect(gc, &rect);
gfx_set_clip_rect  996 uspace/app/gfxdemo/gfxdemo.c 		rc = gfx_set_clip_rect(gc, &rect);
gfx_set_clip_rect 1014 uspace/app/gfxdemo/gfxdemo.c 	(void) gfx_set_clip_rect(gc, NULL);
gfx_set_clip_rect 1018 uspace/app/gfxdemo/gfxdemo.c 	(void) gfx_set_clip_rect(gc, NULL);
gfx_set_clip_rect   44 uspace/lib/gfx/include/gfx/render.h extern errno_t gfx_set_clip_rect(gfx_context_t *, gfx_rect_t *);
gfx_set_clip_rect   89 uspace/lib/gfx/test/render.c 	rc = gfx_set_clip_rect(gc, &rect);
gfx_set_clip_rect  117 uspace/lib/gfx/test/render.c 	rc = gfx_set_clip_rect(gc, NULL);
gfx_set_clip_rect  142 uspace/lib/gfx/test/render.c 	rc = gfx_set_clip_rect(gc, &rect);
gfx_set_clip_rect   63 uspace/lib/ipcgfx/src/server.c 	rc = gfx_set_clip_rect(srvgc->gc, &rect);
gfx_set_clip_rect   71 uspace/lib/ipcgfx/src/server.c 	rc = gfx_set_clip_rect(srvgc->gc, NULL);
gfx_set_clip_rect  148 uspace/lib/ipcgfx/test/ipcgfx.c 	rc = gfx_set_clip_rect(gc, &rect);
gfx_set_clip_rect  200 uspace/lib/ipcgfx/test/ipcgfx.c 	rc = gfx_set_clip_rect(gc, &rect);
gfx_set_clip_rect  249 uspace/lib/ipcgfx/test/ipcgfx.c 	rc = gfx_set_clip_rect(gc, NULL);
gfx_set_clip_rect   89 uspace/lib/memgfx/src/xlategc.c 		return gfx_set_clip_rect(xgc->bgc, &crect);
gfx_set_clip_rect   91 uspace/lib/memgfx/src/xlategc.c 		return gfx_set_clip_rect(xgc->bgc, NULL);
gfx_set_clip_rect  188 uspace/lib/memgfx/test/xlategc.c 	rc = gfx_set_clip_rect(xgc, &rect);
gfx_set_clip_rect  198 uspace/lib/memgfx/test/xlategc.c 	rc = gfx_set_clip_rect(xgc, &rect);
gfx_set_clip_rect  323 uspace/lib/memgfx/test/xlategc.c 	rc = gfx_set_clip_rect(xgc, &rect);
gfx_set_clip_rect  333 uspace/lib/memgfx/test/xlategc.c 	rc = gfx_set_clip_rect(xgc, &rect);
gfx_set_clip_rect  321 uspace/lib/ui/src/entry.c 	rc = gfx_set_clip_rect(res->gc, &inside);
gfx_set_clip_rect  334 uspace/lib/ui/src/entry.c 		(void) gfx_set_clip_rect(res->gc, NULL);
gfx_set_clip_rect  364 uspace/lib/ui/src/entry.c 			(void) gfx_set_clip_rect(res->gc, NULL);
gfx_set_clip_rect  378 uspace/lib/ui/src/entry.c 		(void) gfx_set_clip_rect(res->gc, NULL);
gfx_set_clip_rect  388 uspace/lib/ui/src/entry.c 			(void) gfx_set_clip_rect(res->gc, NULL);
gfx_set_clip_rect  393 uspace/lib/ui/src/entry.c 	rc = gfx_set_clip_rect(res->gc, NULL);
gfx_set_clip_rect  275 uspace/lib/ui/src/list.c 	rc = gfx_set_clip_rect(gc, &crect);
gfx_set_clip_rect  284 uspace/lib/ui/src/list.c 		(void) gfx_set_clip_rect(gc, NULL);
gfx_set_clip_rect  288 uspace/lib/ui/src/list.c 	return gfx_set_clip_rect(gc, NULL);
gfx_set_clip_rect   92 uspace/srv/hid/display/clonegc.c 		rc = gfx_set_clip_rect(output->gc, rect);
gfx_set_clip_rect  152 uspace/srv/hid/display/test/clonegc.c 	rc = gfx_set_clip_rect(gc, &rect);
gfx_set_clip_rect  165 uspace/srv/hid/display/test/clonegc.c 	rc = gfx_set_clip_rect(gc, &rect);
HelenOS homepage, sources at GitHub