Home
last modified time | relevance | path

Searched refs:MEMBUF (Results 1 – 6 of 6) sorted by relevance

/freebsd/lib/libvgl/
H A Dbitmap.c147 case MEMBUF: in WriteVerticalLine()
231 if (src->Type != MEMBUF) in VGLBitmapCopy()
243 } else if (dst->Type != MEMBUF) in VGLBitmapCopy()
256 if (type != MEMBUF) in VGLBitmapCreate()
H A Dmain.c338 VGLVDisplay.Type = MEMBUF; in VGLInit()
460 VGLDisplay->Type = MEMBUF; in VGLCheckSwitch()
485 if (object->Type == MEMBUF) in VGLSetVScreenSize()
515 if (object->Type == MEMBUF) in VGLPanScreen()
H A Dsimple.c59 } else if (object->Type != MEMBUF) in VGLSetXY()
71 case MEMBUF: in VGLSetXY()
145 else if (object->Type != MEMBUF) in VGLGetXY()
472 } else if (object->Type != MEMBUF) in VGLClear()
475 case MEMBUF: in VGLClear()
484 src.Type = MEMBUF; in VGLClear()
H A Dmouse.c159 VGLBITMAP_INITIALIZER(MEMBUF, LARGE_MOUSE_IMG_XSIZE, LARGE_MOUSE_IMG_YSIZE,
162 VGLBITMAP_INITIALIZER(MEMBUF, LARGE_MOUSE_IMG_XSIZE, LARGE_MOUSE_IMG_YSIZE,
165 VGLBITMAP_INITIALIZER(MEMBUF, SMALL_MOUSE_IMG_XSIZE, SMALL_MOUSE_IMG_YSIZE,
168 VGLBITMAP_INITIALIZER(MEMBUF, SMALL_MOUSE_IMG_XSIZE, SMALL_MOUSE_IMG_YSIZE,
264 VGLMouseOrMask = VGLBitmapCreate(MEMBUF, OrMask->VXsize, OrMask->VYsize, 0); in VGLMouseSetImage()
H A Dvgl.h55 #define MEMBUF 0 macro
/freebsd/share/examples/libvgl/
H A Ddemo.c59 tmp = VGLBitmapCreate(MEMBUF, 256, 256, NULL); in main()