Searched refs:CenterX (Results 1 – 2 of 2) sorted by relevance
/reactos/win32ss/gdi/ntgdi/ |
H A D | arc.c | 46 LONG CenterX, CenterY; in IntArc() local 123 CenterX = (RectBounds.right + RectBounds.left) / 2; in IntArc() 125 AngleEnd = atan2((RectSEpts.bottom - CenterY), RectSEpts.right - CenterX)*(360.0/(M_PI*2)); in IntArc() 126 AngleStart = atan2((RectSEpts.top - CenterY), RectSEpts.left - CenterX)*(360.0/(M_PI*2)); in IntArc() 170 PUTLINE(CenterX, CenterY, RectSEpts.left, RectSEpts.top, dc->eboLine); in IntArc() 171 PUTLINE(RectSEpts.right, RectSEpts.bottom, CenterX, CenterY, dc->eboLine); in IntArc()
|
H A D | fillshap.c | 246 LONG RadiusX, RadiusY, CenterX, CenterY; in NtGdiEllipse() local 331 CenterX = (RectBounds.right + RectBounds.left) / 2; in NtGdiEllipse() 338 CenterX - RadiusX, CenterY + RadiusY, RadiusX*2, RadiusY*2); in NtGdiEllipse() 358 CenterX - RadiusX, in NtGdiEllipse() 368 CenterX - RadiusX, in NtGdiEllipse()
|