Home
last modified time | relevance | path

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

/freebsd-head/lib/libvgl/
HDMakefile11 vgl.3 VGLBitmapCreate.3 \
HDvgl.h110 VGLBitmap *VGLBitmapCreate(int type, int xsize, int ysize, byte *bits);
HDbitmap.c252 *VGLBitmapCreate(int type, int xsize, int ysize, byte *bits) in VGLBitmapCreate() function
HDmouse.c264 VGLMouseOrMask = VGLBitmapCreate(MEMBUF, OrMask->VXsize, OrMask->VYsize, 0); in VGLMouseSetImage()
/freebsd-head/share/examples/libvgl/
HDdemo.c59 tmp = VGLBitmapCreate(MEMBUF, 256, 256, NULL); in main()