HelenOS sources
gfx_bitmap_create 500 uspace/app/gfxdemo/gfxdemo.c rc = gfx_bitmap_create(gc, ¶ms, NULL, &bitmap);
gfx_bitmap_create 563 uspace/app/gfxdemo/gfxdemo.c rc = gfx_bitmap_create(gc, ¶ms, NULL, &bitmap);
gfx_bitmap_create 623 uspace/app/gfxdemo/gfxdemo.c rc = gfx_bitmap_create(gc, ¶ms, NULL, &bitmap);
gfx_bitmap_create 951 uspace/app/gfxdemo/gfxdemo.c rc = gfx_bitmap_create(gc, ¶ms, NULL, &bitmap);
gfx_bitmap_create 790 uspace/app/terminal/terminal.c errno_t rc = gfx_bitmap_create(term->gc, ¶ms, NULL, &new_bmp);
gfx_bitmap_create 1098 uspace/app/uidemo/uidemo.c rc = gfx_bitmap_create(gc, &bparams, NULL, &bitmap);
gfx_bitmap_create 45 uspace/lib/gfx/include/gfx/bitmap.h extern errno_t gfx_bitmap_create(gfx_context_t *, gfx_bitmap_params_t *,
gfx_bitmap_create 92 uspace/lib/gfx/test/bitmap.c rc = gfx_bitmap_create(gc, ¶ms, NULL, &bitmap);
gfx_bitmap_create 125 uspace/lib/gfx/test/bitmap.c rc = gfx_bitmap_create(gc, ¶ms, NULL, &bitmap);
gfx_bitmap_create 167 uspace/lib/gfx/test/bitmap.c rc = gfx_bitmap_create(gc, ¶ms, NULL, &bitmap);
gfx_bitmap_create 127 uspace/lib/gfxfont/src/font.c rc = gfx_bitmap_create(tface->gc, ¶ms, NULL, &font->bitmap);
gfx_bitmap_create 397 uspace/lib/gfxfont/src/font.c rc = gfx_bitmap_create(font->typeface->gc, ¶ms, NULL, &nbitmap);
gfx_bitmap_create 740 uspace/lib/gfxfont/src/font.c rc = gfx_bitmap_create(font->typeface->gc, ¶ms, NULL, &bitmap);
gfx_bitmap_create 153 uspace/lib/gfxfont/src/text.c rc = gfx_bitmap_create(gc, ¶ms, NULL, &bitmap);
gfx_bitmap_create 538 uspace/lib/gfxfont/test/glyph.c rc = gfx_bitmap_create(gc, ¶ms, NULL, &bitmap);
gfx_bitmap_create 240 uspace/lib/gfximage/src/tga.c rc = gfx_bitmap_create(gc, ¶ms, NULL, &bitmap);
gfx_bitmap_create 183 uspace/lib/ipcgfx/src/server.c rc = gfx_bitmap_create(srvgc->gc, ¶ms, &alloc, &bitmap);
gfx_bitmap_create 248 uspace/lib/ipcgfx/src/server.c rc = gfx_bitmap_create(srvgc->gc, ¶ms, NULL, &bitmap);
gfx_bitmap_create 596 uspace/lib/ipcgfx/test/ipcgfx.c rc = gfx_bitmap_create(gc, ¶ms, NULL, &bitmap);
gfx_bitmap_create 657 uspace/lib/ipcgfx/test/ipcgfx.c rc = gfx_bitmap_create(gc, ¶ms, NULL, &bitmap);
gfx_bitmap_create 720 uspace/lib/ipcgfx/test/ipcgfx.c rc = gfx_bitmap_create(gc, ¶ms, NULL, &bitmap);
gfx_bitmap_create 779 uspace/lib/ipcgfx/test/ipcgfx.c rc = gfx_bitmap_create(gc, ¶ms, NULL, &bitmap);
gfx_bitmap_create 841 uspace/lib/ipcgfx/test/ipcgfx.c rc = gfx_bitmap_create(gc, ¶ms, NULL, &bitmap);
gfx_bitmap_create 906 uspace/lib/ipcgfx/test/ipcgfx.c rc = gfx_bitmap_create(gc, ¶ms, NULL, &bitmap);
gfx_bitmap_create 976 uspace/lib/ipcgfx/test/ipcgfx.c rc = gfx_bitmap_create(gc, ¶ms, NULL, &bitmap);
gfx_bitmap_create 1045 uspace/lib/ipcgfx/test/ipcgfx.c rc = gfx_bitmap_create(gc, ¶ms, NULL, &bitmap);
gfx_bitmap_create 226 uspace/lib/memgfx/src/xlategc.c rc = gfx_bitmap_create(xgc->bgc, params, alloc, &bm);
gfx_bitmap_create 229 uspace/lib/memgfx/test/memgfx.c rc = gfx_bitmap_create(gc, ¶ms, NULL, &bitmap);
gfx_bitmap_create 373 uspace/lib/memgfx/test/xlategc.c rc = gfx_bitmap_create(xgc, ¶ms, &alloc, &bitmap);
gfx_bitmap_create 386 uspace/lib/memgfx/test/xlategc.c rc = gfx_bitmap_create(xgc, ¶ms, &alloc, &bitmap);
gfx_bitmap_create 427 uspace/lib/memgfx/test/xlategc.c rc = gfx_bitmap_create(xgc, ¶ms, &alloc, &bitmap);
gfx_bitmap_create 445 uspace/lib/memgfx/test/xlategc.c rc = gfx_bitmap_create(xgc, ¶ms, &alloc, &bitmap);
gfx_bitmap_create 489 uspace/lib/memgfx/test/xlategc.c rc = gfx_bitmap_create(xgc, ¶ms, &alloc, &bitmap);
gfx_bitmap_create 557 uspace/lib/memgfx/test/xlategc.c rc = gfx_bitmap_create(xgc, ¶ms, &alloc, &bitmap);
gfx_bitmap_create 432 uspace/lib/ui/src/window.c rc = gfx_bitmap_create(gc, &bparams, NULL, &bmp);
gfx_bitmap_create 675 uspace/lib/ui/src/window.c rc = gfx_bitmap_create(window->realgc, &win_params, NULL,
gfx_bitmap_create 700 uspace/lib/ui/src/window.c rc = gfx_bitmap_create(window->gc, &app_params, NULL,
gfx_bitmap_create 740 uspace/lib/ui/src/window.c rc = gfx_bitmap_create(window->realgc, &win_params, NULL,
gfx_bitmap_create 910 uspace/lib/ui/src/window.c rc = gfx_bitmap_create(window->gc, ¶ms, NULL,
gfx_bitmap_create 180 uspace/lib/ui/test/image.c rc = gfx_bitmap_create(gc, ¶ms, NULL, &bitmap);
gfx_bitmap_create 216 uspace/lib/ui/test/image.c rc = gfx_bitmap_create(gc, ¶ms, NULL, &bitmap);
gfx_bitmap_create 293 uspace/srv/hid/display/clonegc.c rc = gfx_bitmap_create(output->gc, params, alloc, &bitmap);
gfx_bitmap_create 545 uspace/srv/hid/display/clonegc.c rc = gfx_bitmap_create(output->gc, &cbm->params, &cbm->alloc, &obitmap);
gfx_bitmap_create 119 uspace/srv/hid/display/cursor.c rc = gfx_bitmap_create(dgc, &bparams, NULL, &cursor->bitmap);
gfx_bitmap_create 862 uspace/srv/hid/display/display.c rc = gfx_bitmap_create(ugc, ¶ms, NULL,
gfx_bitmap_create 363 uspace/srv/hid/display/test/clonegc.c rc = gfx_bitmap_create(gc, ¶ms, NULL, &bitmap);
gfx_bitmap_create 465 uspace/srv/hid/display/test/clonegc.c rc = gfx_bitmap_create(gc, ¶ms, &alloc, &bitmap);
gfx_bitmap_create 555 uspace/srv/hid/display/test/clonegc.c rc = gfx_bitmap_create(gc, ¶ms, NULL, &bitmap);
gfx_bitmap_create 652 uspace/srv/hid/display/test/clonegc.c rc = gfx_bitmap_create(gc, ¶ms, &alloc, &bitmap);
gfx_bitmap_create 109 uspace/srv/hid/display/window.c rc = gfx_bitmap_create(dgc, &bparams, NULL, &wnd->bitmap);
gfx_bitmap_create 858 uspace/srv/hid/display/window.c rc = gfx_bitmap_create(dgc, &bparams, NULL, &nbitmap);
gfx_bitmap_create 287 uspace/srv/hid/output/port/ddev.c rc = gfx_bitmap_create(gc, ¶ms, NULL, &bitmap);
HelenOS homepage, sources at GitHub