Searched refs:getFloatAttribute (Results 1 – 1 of 1) sorted by relevance
2886 this.params[0] = this.element.getFloatAttribute("x");2887 this.params[1] = this.element.getFloatAttribute("y");2888 this.params[2] = this.element.getFloatAttribute("width");2889 this.params[3] = this.element.getFloatAttribute("height");2897 this.params[0] = this.element.getFloatAttribute("cx");2898 this.params[1] = this.element.getFloatAttribute("cy");2902 rx = ry = this.element.getFloatAttribute("r");2904 rx = this.element.getFloatAttribute("rx");2905 ry = this.element.getFloatAttribute("ry");2917 this.params[0] = this.element.getFloatAttribute("x1");[all …]