Lines Matching refs:fx
5813 fx = .5, fy = .5,
5822 fx = toFloat(_fx);
5825 pow(fx - .5, 2) + pow(fy - .5, 2) > .25 &&
5826 (fy = math.sqrt(.25 - pow(fx - .5, 2)) * dir + .5) &&
5867 fx: fx, property
6155 if (attrs.fx) {
6162 if (attrs.fx) {
7508 gradient = Str(gradient).replace(R._radial_gradient, function (all, fx, fy) { argument
7510 if (fx && fy) {
7511 fx = toFloat(fx);
7513 …pow(fx - .5, 2) + pow(fy - .5, 2) > .25 && (fy = math.sqrt(.25 - pow(fx - .5, 2)) * ((fy > .5) * 2…
7514 fxfy = fx + S + fy;