Searched refs:VGLLine (Results 1 – 4 of 4) sorted by relevance
| /src/share/examples/libvgl/ |
| H A D | demo.c | 65 VGLLine(VGLDisplay, 0, y, xsize-1, y, y/2 % 256); in main() 68 VGLLine(VGLDisplay, 0, 0, xsize-1, ysize-1, 63); in main() 69 VGLLine(VGLDisplay, 0, ysize-1, xsize-1, 0, 63); in main() 70 VGLLine(VGLDisplay, 0, 0, 0, ysize-1, 63); in main() 71 VGLLine(VGLDisplay, xsize-1, 0, xsize-1, ysize-1, 63); in main() 111 VGLLine(VGLDisplay, rand()%xsize, rand()%ysize, in main()
|
| /src/lib/libvgl/ |
| H A D | simple.c | 185 VGLLine(VGLBitmap *object, int x1, int y1, int x2, int y2, u_long color) in VGLLine() function 371 VGLLine(object, x1, y1, x2, y1, color); in VGLBox() 372 VGLLine(object, x2, y1, x2, y2, color); in VGLBox() 373 VGLLine(object, x2, y2, x1, y2, color); in VGLBox() 374 VGLLine(object, x1, y2, x1, y1, color); in VGLBox() 382 for (y=y1; y<=y2; y++) VGLLine(object, x1, y, x2, y, color); in VGLFilledBox() 430 VGLLine(object, xc+x, yc+y, xc-x, yc+y, color); in set2lines() 432 VGLLine(object, xc+x, yc-y, xc-x, yc-y, color); in set2lines() 435 VGLLine(object, xc, yc+y, xc, yc-y, color); in set2lines()
|
| H A D | Makefile | 25 vgl.3 VGLLine.3 \
|
| H A D | vgl.h | 141 void VGLLine(VGLBitmap *object, int x1, int y1, int x2, int y2, u_long color);
|