webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <FEMorphology.h>
Classes | |
struct | PaintingData |
struct | PlatformApplyParameters |
Static Public Member Functions | |
static Ref< FEMorphology > | create (Filter &, MorphologyOperatorType, float radiusX, float radiusY) |
static void | platformApplyWorker (PlatformApplyParameters *) |
Static Public Attributes | |
static const int | s_minimalArea = (300 * 300) |
|
static |
|
overridevirtual |
Reimplemented from WebCore::FilterEffect.
|
overridevirtual |
Implements WebCore::FilterEffect.
|
overridevirtual |
Reimplemented from WebCore::FilterEffect.
|
inline |
|
inline |
|
inline |
|
overridevirtual |
Implements WebCore::FilterEffect.
|
static |
|
inline |
|
inline |
bool WebCore::FEMorphology::setMorphologyOperator | ( | MorphologyOperatorType | type | ) |
bool WebCore::FEMorphology::setRadiusX | ( | float | radiusX | ) |
bool WebCore::FEMorphology::setRadiusY | ( | float | radiusY | ) |
|
static |