Home
last modified time | relevance | path

Searched refs:VGLBitmapCreate (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/lib/libvgl/
H A DMakefile11 vgl.3 VGLBitmapCreate.3 \
H A Dvgl.h110 VGLBitmap *VGLBitmapCreate(int type, int xsize, int ysize, byte *bits);
H A Dbitmap.c252 *VGLBitmapCreate(int type, int xsize, int ysize, byte *bits) in VGLBitmapCreate() function
H A Dmouse.c264 VGLMouseOrMask = VGLBitmapCreate(MEMBUF, OrMask->VXsize, OrMask->VYsize, 0); in VGLMouseSetImage()
/freebsd-src/share/examples/libvgl/
H A Ddemo.c59 tmp = VGLBitmapCreate(MEMBUF, 256, 256, NULL); in main()