Home | History | Annotate | Download | only in css

Lines Matching refs:x2

2726     double x1, y1, x2, y2;
2732 if (!parseTimingFunctionValue(args, x2))
2737 return CSSTimingFunctionValue::create(x1, y1, x2, y2);