Home
last modified time | relevance | path

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

/NextBSD/lib/libvgl/
HDsimple.c443 int bsq2 = b*b*2, d = bsq-asq*b+asq/4, dx = 0, dy = asq2*b; in VGLEllipse() local
450 x++; dx+=bsq2; d+=bsq+dx; in VGLEllipse()
456 x++; dx+=bsq2; d+=dx; in VGLEllipse()
479 int bsq2 = b*b*2, d = bsq-asq*b+asq/4, dx = 0, dy = asq2*b; in VGLFilledEllipse() local
486 x++; dx+=bsq2; d+=bsq+dx; in VGLFilledEllipse()
492 x++; dx+=bsq2; d+=dx; in VGLFilledEllipse()