webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <FEConvolveMatrix.h>
Static Public Member Functions | |
static Ref< FEConvolveMatrix > | create (Filter &, const IntSize &, float, float, const IntPoint &, EdgeModeType, const FloatPoint &, bool, const Vector< float > &) |
float WebCore::FEConvolveMatrix::bias | ( | ) | const |
|
static |
|
inlineoverridevirtual |
Reimplemented from WebCore::FilterEffect.
float WebCore::FEConvolveMatrix::divisor | ( | ) | const |
|
overridevirtual |
Implements WebCore::FilterEffect.
EdgeModeType WebCore::FEConvolveMatrix::edgeMode | ( | ) | const |
|
overridevirtual |
Reimplemented from WebCore::FilterEffect.
const Vector< float > & WebCore::FEConvolveMatrix::kernel | ( | ) | const |
IntSize WebCore::FEConvolveMatrix::kernelSize | ( | ) | const |
FloatPoint WebCore::FEConvolveMatrix::kernelUnitLength | ( | ) | const |
|
overridevirtual |
Implements WebCore::FilterEffect.
bool WebCore::FEConvolveMatrix::preserveAlpha | ( | ) | const |
bool WebCore::FEConvolveMatrix::setBias | ( | float | bias | ) |
bool WebCore::FEConvolveMatrix::setDivisor | ( | float | divisor | ) |
bool WebCore::FEConvolveMatrix::setEdgeMode | ( | EdgeModeType | edgeMode | ) |
bool WebCore::FEConvolveMatrix::setKernelUnitLength | ( | const FloatPoint & | kernelUnitLength | ) |
bool WebCore::FEConvolveMatrix::setPreserveAlpha | ( | bool | preserveAlpha | ) |
bool WebCore::FEConvolveMatrix::setTargetOffset | ( | const IntPoint & | targetOffset | ) |
IntPoint WebCore::FEConvolveMatrix::targetOffset | ( | ) | const |