Searched refs:VGLLine (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/share/examples/libvgl/
H A Ddemo.c65 VGLLine(VGLDisplay, 0, y, xsize-1, y, y/2 % 256);
68 VGLLine(VGLDisplay, 0, 0, xsize-1, ysize-1, 63);
69 VGLLine(VGLDisplay, 0, ysize-1, xsize-1, 0, 63);
70 VGLLine(VGLDisplay, 0, 0, 0, ysize-1, 63);
71 VGLLine(VGLDisplay, xsize-1, 0, xsize-1, ysize-1, 63);
111 VGLLine(VGLDisplay, rand()%xsize, rand()%ysize,
/freebsd-10-stable/lib/libvgl/
H A DMakefile25 vgl.3 VGLLine.3 \
H A Dsimple.c221 VGLLine(VGLBitmap *object, int x1, int y1, int x2, int y2, u_long color) function
407 VGLLine(object, x1, y1, x2, y1, color);
408 VGLLine(object, x2, y1, x2, y2, color);
409 VGLLine(object, x2, y2, x1, y2, color);
410 VGLLine(object, x1, y2, x1, y1, color);
418 for (y=y1; y<=y2; y++) VGLLine(object, x1, y, x2, y, color);
466 VGLLine(object, xc+x, yc+y, xc-x, yc+y, color);
468 VGLLine(object, xc+x, yc-y, xc-x, yc-y, color);
471 VGLLine(object, xc, yc+y, xc, yc-y, color);
H A Dvgl.h137 void VGLLine(VGLBitmap *object, int x1, int y1, int x2, int y2, u_long color);
/freebsd-10-stable/release/picobsd/tinyware/view/
H A Dview.c149 VGLLine(VGLDisplay,x1,y1+9,x1+width,y1+9,0);

Completed in 61 milliseconds