HomeSort by relevance Sort by last modified time
    Searched refs:FEMorphology (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEMorphology.h 37 class PLATFORM_EXPORT FEMorphology : public FilterEffect {
39 static PassRefPtr<FEMorphology> create(Filter*, MorphologyOperatorType, float radiusX, float radiusY);
67 FEMorphology* filter;
74 FEMorphology(Filter*, MorphologyOperatorType, float radiusX, float radiusY);
FEMorphology.cpp 26 #include "platform/graphics/filters/FEMorphology.h"
38 FEMorphology::FEMorphology(Filter* filter, MorphologyOperatorType type, float radiusX, float radiusY)
46 PassRefPtr<FEMorphology> FEMorphology::create(Filter* filter, MorphologyOperatorType type, float radiusX, float radiusY)
48 return adoptRef(new FEMorphology(filter, type, radiusX, radiusY));
51 MorphologyOperatorType FEMorphology::morphologyOperator() const
56 bool FEMorphology::setMorphologyOperator(MorphologyOperatorType type)
64 float FEMorphology::radiusX() const
69 bool FEMorphology::setRadiusX(float radiusX
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEMorphologyElement.cpp 88 FEMorphology* morphology = static_cast<FEMorphology*>(effect);
136 RefPtr<FilterEffect> effect = FEMorphology::create(filter, m_svgOperator->currentValue()->enumValue(), xRadius, yRadius);
  /external/chromium_org/third_party/WebKit/Source/platform/
blink_platform.target.darwin-arm.mk 271 third_party/WebKit/Source/platform/graphics/filters/FEMorphology.cpp \
    [all...]
blink_platform.target.darwin-arm64.mk 270 third_party/WebKit/Source/platform/graphics/filters/FEMorphology.cpp \
    [all...]
blink_platform.target.darwin-mips.mk 270 third_party/WebKit/Source/platform/graphics/filters/FEMorphology.cpp \
    [all...]
blink_platform.target.darwin-mips64.mk 270 third_party/WebKit/Source/platform/graphics/filters/FEMorphology.cpp \
    [all...]
blink_platform.target.darwin-x86.mk 270 third_party/WebKit/Source/platform/graphics/filters/FEMorphology.cpp \
    [all...]
blink_platform.target.darwin-x86_64.mk 270 third_party/WebKit/Source/platform/graphics/filters/FEMorphology.cpp \
    [all...]
blink_platform.target.linux-arm.mk 271 third_party/WebKit/Source/platform/graphics/filters/FEMorphology.cpp \
    [all...]
blink_platform.target.linux-arm64.mk 270 third_party/WebKit/Source/platform/graphics/filters/FEMorphology.cpp \
    [all...]
blink_platform.target.linux-mips.mk 270 third_party/WebKit/Source/platform/graphics/filters/FEMorphology.cpp \
    [all...]
blink_platform.target.linux-mips64.mk 270 third_party/WebKit/Source/platform/graphics/filters/FEMorphology.cpp \
    [all...]
blink_platform.target.linux-x86.mk 270 third_party/WebKit/Source/platform/graphics/filters/FEMorphology.cpp \
    [all...]
blink_platform.target.linux-x86_64.mk 270 third_party/WebKit/Source/platform/graphics/filters/FEMorphology.cpp \
    [all...]

Completed in 210 milliseconds