webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"SVGFEConvolveMatrixElement.idl";
Additional Inherited Members | |
![]() | |
DeprecatedCSSOMValue | getPresentationAttribute (optional DOMString name="undefined") |
void | focus () |
void | blur () |
readonly attribute SVGAnimatedNumber SVGFEConvolveMatrixElement::bias |
readonly attribute SVGAnimatedNumber SVGFEConvolveMatrixElement::divisor |
readonly attribute SVGAnimatedEnumeration SVGFEConvolveMatrixElement::edgeMode |
readonly attribute SVGAnimatedString SVGFEConvolveMatrixElement::in1 |
readonly attribute SVGAnimatedNumberList SVGFEConvolveMatrixElement::kernelMatrix |
readonly attribute SVGAnimatedNumber SVGFEConvolveMatrixElement::kernelUnitLengthX |
readonly attribute SVGAnimatedNumber SVGFEConvolveMatrixElement::kernelUnitLengthY |
readonly attribute SVGAnimatedInteger SVGFEConvolveMatrixElement::orderX |
readonly attribute SVGAnimatedInteger SVGFEConvolveMatrixElement::orderY |
readonly attribute SVGAnimatedBoolean SVGFEConvolveMatrixElement::preserveAlpha |
const unsigned short SVGFEConvolveMatrixElement::SVG_EDGEMODE_DUPLICATE = 1 |
const unsigned short SVGFEConvolveMatrixElement::SVG_EDGEMODE_NONE = 3 |
const unsigned short SVGFEConvolveMatrixElement::SVG_EDGEMODE_UNKNOWN = 0 |
const unsigned short SVGFEConvolveMatrixElement::SVG_EDGEMODE_WRAP = 2 |
readonly attribute SVGAnimatedInteger SVGFEConvolveMatrixElement::targetX |
readonly attribute SVGAnimatedInteger SVGFEConvolveMatrixElement::targetY |