Home
last modified time | relevance | path

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

/NextBSD/share/examples/libvgl/
HDdemo.c65 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()
/NextBSD/lib/libvgl/
HDsimple.c221 VGLLine(VGLBitmap *object, int x1, int y1, int x2, int y2, u_long color) in VGLLine() function
407 VGLLine(object, x1, y1, x2, y1, color); in VGLBox()
408 VGLLine(object, x2, y1, x2, y2, color); in VGLBox()
409 VGLLine(object, x2, y2, x1, y2, color); in VGLBox()
410 VGLLine(object, x1, y2, x1, y1, color); in VGLBox()
418 for (y=y1; y<=y2; y++) VGLLine(object, x1, y, x2, y, color); in VGLFilledBox()
466 VGLLine(object, xc+x, yc+y, xc-x, yc+y, color); in set2lines()
468 VGLLine(object, xc+x, yc-y, xc-x, yc-y, color); in set2lines()
471 VGLLine(object, xc, yc+y, xc, yc-y, color); in set2lines()
HDMakefile25 vgl.3 VGLLine.3 \
HDvgl.h137 void VGLLine(VGLBitmap *object, int x1, int y1, int x2, int y2, u_long color);
/NextBSD/release/picobsd/tinyware/view/
HDview.c149 VGLLine(VGLDisplay,x1,y1+9,x1+width,y1+9,0); in pop_up()