Lines Matching refs:fx
5812 fx = .5, fy = .5,
5821 fx = toFloat(_fx);
5824 pow(fx - .5, 2) + pow(fy - .5, 2) > .25 &&
5825 (fy = math.sqrt(.25 - pow(fx - .5, 2)) * dir + .5) &&
5866 fx: fx, property
6161 if (attrs.fx) {
6168 if (attrs.fx) {
7514 gradient = Str(gradient).replace(R._radial_gradient, function (all, fx, fy) { argument
7516 if (fx && fy) {
7517 fx = toFloat(fx);
7519 …pow(fx - .5, 2) + pow(fy - .5, 2) > .25 && (fy = math.sqrt(.25 - pow(fx - .5, 2)) * ((fy > .5) * 2…
7520 fxfy = fx + S + fy;