Home
last modified time | relevance | path

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

/freebsd/share/examples/libvgl/
H A Ddemo.c93 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 DMakefile10 vgl.3 VGLBitmapCopy.3 \
H A Dvgl.h109 int VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, VGLBitmap *dst, int dstx, int dsty, int width…
H A Dbitmap.c222 VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, in VGLBitmapCopy() function
H A Dmain.c446 VGLBitmapCopy(&VGLVDisplay, 0, 0, VGLDisplay, 0, 0, in VGLCheckSwitch()