Home
last modified time | relevance | path

Searched refs:Yradius (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
4659 Yradius = (pOval->dstBlock.height >> 1) - pOval->u32LineWidth; in MDrv_GE_DrawOval()
4663 c_y = pOval->dstBlock.y + Yradius + pOval->u32LineWidth; in MDrv_GE_DrawOval()
4666 TwoBSquare = (Yradius*Yradius) << 1; in MDrv_GE_DrawOval()
4777 y = Yradius-1; /*radius zero == draw nothing*/ in MDrv_GE_DrawOval()
4779 StoppingY = TwoASquare*Yradius; in MDrv_GE_DrawOval()