Searched refs:VGLBitmapCopy (Results 1 – 5 of 5) sorted by relevance
/freebsd/share/examples/libvgl/ |
H A D | demo.c | 93 VGLBitmapCopy(tmp, 0, 0, VGLDisplay, 0, 0, 128, 128); in main() 97 VGLBitmapCopy(tmp, 0, 0, VGLDisplay, 3, 128, 128, 128); in main() 99 VGLBitmapCopy(VGLDisplay, 237, 311, tmp, 64, 64, 128, 128); in main() 100 VGLBitmapCopy(tmp, 32, 32, VGLDisplay, 400, 128, 128, 128); in main() 102 VGLBitmapCopy(VGLDisplay, 300, 300, VGLDisplay, 500, 128, 128, 128); in main() 108 VGLBitmapCopy(VGLDisplay, rand()%xsize, rand()%ysize, in main()
|
/freebsd/lib/libvgl/ |
H A D | Makefile | 10 vgl.3 VGLBitmapCopy.3 \
|
H A D | vgl.h | 109 int VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, VGLBitmap *dst, int dstx, int dsty, int width…
|
H A D | bitmap.c | 222 VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, in VGLBitmapCopy() function
|
H A D | main.c | 446 VGLBitmapCopy(&VGLVDisplay, 0, 0, VGLDisplay, 0, 0, in VGLCheckSwitch()
|