Home | History | Annotate | Download | only in qt

Lines Matching defs:ctf

1349         const CubicBezierTimingFunction* ctf = static_cast<const CubicBezierTimingFunction*>(timingFunction);
1350 return solveCubicBezierFunction(ctf->x1(),
1351 ctf->y1(),
1352 ctf->x2(),
1353 ctf->y2(),