Searched refs:VGLBitmapCreate (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/lib/libvgl/ |
| H A D | Makefile | 12 vgl.3 VGLBitmapCreate.3 \
|
| H A D | vgl.h | 112 VGLBitmap *VGLBitmapCreate(int type, int xsize, int ysize, byte *bits);
|
| H A D | bitmap.c | 255 *VGLBitmapCreate(int type, int xsize, int ysize, byte *bits) in VGLBitmapCreate() function
|
| H A D | mouse.c | 266 VGLMouseOrMask = VGLBitmapCreate(MEMBUF, OrMask->VXsize, OrMask->VYsize, 0); in VGLMouseSetImage()
|
| /freebsd-13.1/share/examples/libvgl/ |
| H A D | demo.c | 61 tmp = VGLBitmapCreate(MEMBUF, 256, 256, NULL); in main()
|