Searched refs:bsq (Results 1 – 1 of 1) sorted by relevance
/freebsd/lib/libvgl/ |
H A D | simple.c | 406 int x = 0, y = b, asq = a*a, asq2 = a*a*2, bsq = b*b; in VGLEllipse() local 407 int bsq2 = b*b*2, d = bsq-asq*b+asq/4, dx = 0, dy = asq2*b; in VGLEllipse() 414 x++; dx+=bsq2; d+=bsq+dx; in VGLEllipse() 416 d+=(3*(asq-bsq)/2-(dx+dy))/2; in VGLEllipse() 442 int x = 0, y = b, asq = a*a, asq2 = a*a*2, bsq = b*b; in VGLFilledEllipse() local 443 int bsq2 = b*b*2, d = bsq-asq*b+asq/4, dx = 0, dy = asq2*b; in VGLFilledEllipse() 450 x++; dx+=bsq2; d+=bsq+dx; in VGLFilledEllipse() 452 d+=(3*(asq-bsq)/2-(dx+dy))/2; in VGLFilledEllipse()
|