Lines Matching full:cubic
2720 // The only timing function we accept for now is a cubic bezier function. 4 points must be specified.2722 if (!equalIgnoringCase(value->function->name, "cubic-bezier(") || !args || args->size() != 7)