Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/drv/ge/
H A DdrvGE.c4650 MS_S32 StoppingX, StoppingY; in MDrv_GE_DrawOval() local
4672 StoppingX = TwoBSquare*Xradius; in MDrv_GE_DrawOval()
4675 Xchange = (TwoBSquare >> 1) - StoppingX; in MDrv_GE_DrawOval()
4697 while (StoppingX > StoppingY) in MDrv_GE_DrawOval()
4769 StoppingX -= TwoBSquare; in MDrv_GE_DrawOval()
4778 StoppingX = 0; in MDrv_GE_DrawOval()
4785 while (StoppingX < StoppingY) in MDrv_GE_DrawOval()
4848 StoppingX += TwoBSquare; in MDrv_GE_DrawOval()