Home
last modified time | relevance | path

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

/dflybsd-src/share/examples/libvgl/
H A Ddemo.c92 VGLBitmapCopy(tmp, 0, 0, VGLDisplay, 0, 0, 128, 128); in main()
96 VGLBitmapCopy(tmp, 0, 0, VGLDisplay, 3, 128, 128, 128); in main()
98 VGLBitmapCopy(VGLDisplay, 237, 311, tmp, 64, 64, 128, 128); in main()
99 VGLBitmapCopy(tmp, 32, 32, VGLDisplay, 400, 128, 128, 128); in main()
101 VGLBitmapCopy(VGLDisplay, 300, 300, VGLDisplay, 500, 128, 128, 128); in main()
107 VGLBitmapCopy(VGLDisplay, rand()%xsize, rand()%ysize, in main()
/dflybsd-src/lib/libvgl/
H A DMakefile11 vgl.3 VGLBitmapCopy.3 \
H A Dvgl.h102 int VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, VGLBitmap *dst, int dstx, int dsty, int width…
H A Dbitmap.c318 VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, in VGLBitmapCopy() function