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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FEMorphology.h 37 class FEMorphology : public FilterEffect {
39 static PassRefPtr<FEMorphology> create(Filter*, MorphologyOperatorType, float radiusX, float radiusY);
68 FEMorphology* filter;
79 FEMorphology(Filter*, MorphologyOperatorType, float radiusX, float radiusY);
FEMorphology.cpp 27 #include "core/platform/graphics/filters/FEMorphology.h"
46 FEMorphology::FEMorphology(Filter* filter, MorphologyOperatorType type, float radiusX, float radiusY)
54 PassRefPtr<FEMorphology> FEMorphology::create(Filter* filter, MorphologyOperatorType type, float radiusX, float radiusY)
56 return adoptRef(new FEMorphology(filter, type, radiusX, radiusY));
59 MorphologyOperatorType FEMorphology::morphologyOperator() const
64 bool FEMorphology::setMorphologyOperator(MorphologyOperatorType type)
72 float FEMorphology::radiusX() const
77 bool FEMorphology::setRadiusX(float radiusX
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEMorphologyElement.cpp 123 FEMorphology* morphology = static_cast<FEMorphology*>(effect);
171 RefPtr<FilterEffect> effect = FEMorphology::create(filter, svgOperatorCurrentValue(), xRadius, yRadius);
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_platform.target.darwin-arm.mk 230 third_party/WebKit/Source/core/platform/graphics/filters/FEMorphology.cpp \
    [all...]
webcore_platform.target.darwin-mips.mk 230 third_party/WebKit/Source/core/platform/graphics/filters/FEMorphology.cpp \
    [all...]
webcore_platform.target.darwin-x86.mk 230 third_party/WebKit/Source/core/platform/graphics/filters/FEMorphology.cpp \
    [all...]
webcore_platform.target.linux-arm.mk 230 third_party/WebKit/Source/core/platform/graphics/filters/FEMorphology.cpp \
    [all...]
webcore_platform.target.linux-mips.mk 230 third_party/WebKit/Source/core/platform/graphics/filters/FEMorphology.cpp \
    [all...]
webcore_platform.target.linux-x86.mk 230 third_party/WebKit/Source/core/platform/graphics/filters/FEMorphology.cpp \
    [all...]

Completed in 980 milliseconds