Searched refs:VGLEllipse (Results 1 – 4 of 4) sorted by relevance
| /freebsd-11-stable/share/examples/libvgl/ |
| HD | demo.c | 72 VGLEllipse(VGLDisplay, 256, 0, 256, 256, 63); in main() 73 VGLEllipse(VGLDisplay, 0, 256, 256, 256, 0); in main() 113 VGLEllipse(VGLDisplay, rand()%xsize, rand()%ysize, in main()
|
| /freebsd-11-stable/lib/libvgl/ |
| HD | Makefile | 20 vgl.3 VGLEllipse.3 \
|
| HD | vgl.h | 140 void VGLEllipse(VGLBitmap *object, int xc, int yc, int a, int b, u_long color);
|
| HD | simple.c | 440 VGLEllipse(VGLBitmap *object, int xc, int yc, int a, int b, u_long color) in VGLEllipse() function
|