Lines Matching refs:sx
106 float sx = 0.0f; in GetFillPath() local
129 sx = bInverted ? FX_PI / 2 : FX_PI; in GetFillPath()
131 sx = 1, sy = 0; in GetFillPath()
140 sx = bInverted ? FX_PI : FX_PI * 3 / 2; in GetFillPath()
142 sx = 0, sy = 1; in GetFillPath()
151 sx = bInverted ? FX_PI * 3 / 2 : 0; in GetFillPath()
153 sx = -1, sy = 0; in GetFillPath()
162 sx = bInverted ? 0 : FX_PI / 2; in GetFillPath()
164 sx = 0; in GetFillPath()
174 sx -= FX_PI; in GetFillPath()
183 fillPath->ArcTo(rtRadius.TopLeft(), rtRadius.Size(), sx, sy); in GetFillPath()
194 CFX_PointF(cp1.x + fRadius1 * sx, cp1.y + fRadius1 * sy)); in GetFillPath()
483 float sx = 0.0f; in GetPath() local
510 sx = bInverted ? FX_PI / 2 : FX_PI; in GetPath()
512 sx = 1, sy = 0; in GetPath()
529 sx = bInverted ? FX_PI : FX_PI * 3 / 2; in GetPath()
531 sx = 0, sy = 1; in GetPath()
548 sx = bInverted ? FX_PI * 3 / 2 : 0; in GetPath()
550 sx = -1, sy = 0; in GetPath()
569 sx = bInverted ? 0 : FX_PI / 2; in GetPath()
571 sx = 0; in GetPath()
586 sx -= FX_PI; in GetPath()
597 path.ArcTo(rtRadius.TopLeft(), rtRadius.Size(), sx, sy); in GetPath()
607 path.LineTo(CFX_PointF(cp1.x + fRadius1 * sx + offsetX, in GetPath()