Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/drv/ge/
H A DdrvGE.c4651 MS_U32 Xradius, Yradius; in MDrv_GE_DrawOval() local
4658 Xradius = (pOval->dstBlock.width >> 1) - pOval->u32LineWidth; in MDrv_GE_DrawOval()
4662 c_x = pOval->dstBlock.x + Xradius + pOval->u32LineWidth; in MDrv_GE_DrawOval()
4665 TwoASquare = (Xradius*Xradius) << 1; in MDrv_GE_DrawOval()
4669 x = Xradius-1; /*radius zero == draw nothing*/ in MDrv_GE_DrawOval()
4672 StoppingX = TwoBSquare*Xradius; in MDrv_GE_DrawOval()