Searched refs:externalRepresentation (Results 1 - 25 of 59) sorted by relevance

123

/external/webkit/Source/WebCore/platform/graphics/filters/
H A DFEMerge.h39 virtual TextStream& externalRepresentation(TextStream&, int indention) const;
H A DFEGaussianBlur.h48 virtual TextStream& externalRepresentation(TextStream&, int indention) const;
H A DFEOffset.h46 virtual TextStream& externalRepresentation(TextStream&, int indention) const;
H A DFETile.h42 virtual TextStream& externalRepresentation(TextStream&, int indention) const;
H A DSourceAlpha.h44 virtual TextStream& externalRepresentation(TextStream&, int indention) const;
H A DSourceGraphic.h45 virtual TextStream& externalRepresentation(TextStream&, int indention) const;
H A DFEMerge.cpp72 TextStream& FEMerge::externalRepresentation(TextStream& ts, int indent) const function in class:WebCore::FEMerge
76 FilterEffect::externalRepresentation(ts);
81 inputEffect(i)->externalRepresentation(ts, indent + 1);
H A DFEDiffuseLighting.cpp129 TextStream& FEDiffuseLighting::externalRepresentation(TextStream& ts, int indent) const function in class:WebCore::FEDiffuseLighting
133 FilterEffect::externalRepresentation(ts);
137 inputEffect(0)->externalRepresentation(ts, indent + 1);
H A DFEOffset.cpp102 TextStream& FEOffset::externalRepresentation(TextStream& ts, int indent) const function in class:WebCore::FEOffset
106 FilterEffect::externalRepresentation(ts);
108 inputEffect(0)->externalRepresentation(ts, indent + 1);
H A DFESpecularLighting.cpp144 TextStream& FESpecularLighting::externalRepresentation(TextStream& ts, int indent) const function in class:WebCore::FESpecularLighting
148 FilterEffect::externalRepresentation(ts);
152 inputEffect(0)->externalRepresentation(ts, indent + 1);
H A DFETile.cpp97 TextStream& FETile::externalRepresentation(TextStream& ts, int indent) const function in class:WebCore::FETile
101 FilterEffect::externalRepresentation(ts);
103 inputEffect(0)->externalRepresentation(ts, indent + 1);
H A DDistantLightSource.h46 virtual TextStream& externalRepresentation(TextStream&) const;
H A DFEBlend.h51 virtual TextStream& externalRepresentation(TextStream&, int indention) const;
H A DFEColorMatrix.h54 virtual TextStream& externalRepresentation(TextStream&, int indention) const;
H A DFEDiffuseLighting.h58 virtual TextStream& externalRepresentation(TextStream&, int indention) const;
H A DFEFlood.h47 virtual TextStream& externalRepresentation(TextStream&, int indention) const;
H A DFEMorphology.h54 virtual TextStream& externalRepresentation(TextStream&, int indention) const;
H A DFESpecularLighting.h59 virtual TextStream& externalRepresentation(TextStream&, int indention) const;
H A DPointLightSource.h46 virtual TextStream& externalRepresentation(TextStream&) const;
H A DFEFlood.cpp89 TextStream& FEFlood::externalRepresentation(TextStream& ts, int indent) const function in class:WebCore::FEFlood
93 FilterEffect::externalRepresentation(ts);
H A DDistantLightSource.cpp70 TextStream& DistantLightSource::externalRepresentation(TextStream& ts) const function in class:WebCore::DistantLightSource
H A DFEBlend.cpp167 TextStream& FEBlend::externalRepresentation(TextStream& ts, int indent) const function in class:WebCore::FEBlend
171 FilterEffect::externalRepresentation(ts);
173 inputEffect(0)->externalRepresentation(ts, indent + 1);
174 inputEffect(1)->externalRepresentation(ts, indent + 1);
H A DFEComposite.h67 virtual TextStream& externalRepresentation(TextStream&, int indention) const;
/external/webkit/Source/WebCore/svg/graphics/filters/
H A DSVGFEImage.h47 virtual TextStream& externalRepresentation(TextStream&, int indention) const;
H A DSVGFEImage.cpp82 TextStream& FEImage::externalRepresentation(TextStream& ts, int indent) const function in class:WebCore::FEImage
88 FilterEffect::externalRepresentation(ts);

Completed in 134 milliseconds

123