Home
last modified time | relevance | path

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

/freebsd/lib/libvgl/
H A Dsimple.c407 int bsq2 = b*b*2, d = bsq-asq*b+asq/4, dx = 0, dy = asq2*b; in VGLEllipse() local
414 x++; dx+=bsq2; d+=bsq+dx; in VGLEllipse()
420 x++; dx+=bsq2; d+=dx; in VGLEllipse()
443 int bsq2 = b*b*2, d = bsq-asq*b+asq/4, dx = 0, dy = asq2*b; in VGLFilledEllipse() local
450 x++; dx+=bsq2; d+=bsq+dx; in VGLFilledEllipse()
456 x++; dx+=bsq2; d+=dx; in VGLFilledEllipse()