Searched refs:yc (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/lib/libvgl/
H A Dsimple.c422 set4pixels(VGLBitmap *object, int x, int y, int xc, int yc, u_long color) argument
425 VGLSetXY(object, xc+x, yc+y, color);
426 VGLSetXY(object, xc-x, yc+y, color);
428 VGLSetXY(object, xc+x, yc-y, color);
429 VGLSetXY(object, xc-x, yc-y, color);
433 VGLSetXY(object, xc, yc+y, color);
435 VGLSetXY(object, xc, yc-y, color);
440 VGLEllipse(VGLBitmap *object, int xc, int yc, int a, int b, u_long color) argument
446 set4pixels(object, x, y, xc, yc, color);
454 set4pixels(object, x, y, xc, yc, colo
463 set2lines(VGLBitmap *object, int x, int y, int xc, int yc, u_long color) argument
476 VGLFilledEllipse(VGLBitmap *object, int xc, int yc, int a, int b, u_long color) argument
[all...]
H A Dvgl.h140 void VGLEllipse(VGLBitmap *object, int xc, int yc, int a, int b, u_long color);
141 void VGLFilledEllipse(VGLBitmap *object, int xc, int yc, int a, int b, u_long color);

Completed in 52 milliseconds