Home
last modified time | relevance | path

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

/dflybsd-src/lib/libvgl/
H A DMakefile12 vgl.3 VGLBitmapCreate.3 \
H A Dvgl.h103 VGLBitmap *VGLBitmapCreate(int type, int xsize, int ysize, byte *bits);
H A Dbitmap.c330 *VGLBitmapCreate(int type, int xsize, int ysize, byte *bits) in VGLBitmapCreate() function
/dflybsd-src/share/examples/libvgl/
H A Ddemo.c58 tmp = VGLBitmapCreate(MEMBUF, 256, 256, NULL); in main()