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

123

/external/webkit/WebCore/svg/graphics/filters/
H A DSVGLightSource.cpp38 TextStream& PointLightSource::externalRepresentation(TextStream& ts) const function in class:WebCore::PointLightSource
45 TextStream& SpotLightSource::externalRepresentation(TextStream& ts) const function in class:WebCore::SpotLightSource
55 TextStream& DistantLightSource::externalRepresentation(TextStream& ts) const function in class:WebCore::DistantLightSource
H A DSVGFEFlood.cpp80 TextStream& FEFlood::externalRepresentation(TextStream& ts) const function in class:WebCore::FEFlood
83 FilterEffect::externalRepresentation(ts);
H A DSVGFEImage.cpp69 TextStream& FEImage::externalRepresentation(TextStream& ts) const function in class:WebCore::FEImage
72 FilterEffect::externalRepresentation(ts);
H A DSVGFEFlood.h44 TextStream& externalRepresentation(TextStream& ts) const;
H A DSVGFEImage.h40 TextStream& externalRepresentation(TextStream& ts) const;
H A DSVGFETile.h38 TextStream& externalRepresentation(TextStream& ts) const;
H A DSVGPointLightSource.h41 virtual TextStream& externalRepresentation(TextStream&) const;
H A DSVGDistantLightSource.h41 virtual TextStream& externalRepresentation(TextStream&) const;
H A DSVGFEMerge.h42 TextStream& externalRepresentation(TextStream& ts) const;
H A DSVGFEOffset.h44 TextStream& externalRepresentation(TextStream& ts) const;
H A DSVGFETurbulence.h62 TextStream& externalRepresentation(TextStream& ts) const;
H A DSVGLightSource.h49 virtual TextStream& externalRepresentation(TextStream&) const = 0;
H A DSVGFEDiffuseLighting.h61 TextStream& externalRepresentation(TextStream& ts) const;
H A DSVGFEDisplacementMap.h57 TextStream& externalRepresentation(TextStream& ts) const;
H A DSVGFEMorphology.h52 TextStream& externalRepresentation(TextStream& ts) const;
H A DSVGFESpecularLighting.h63 TextStream& externalRepresentation(TextStream& ts) const;
H A DSVGSpotLightSource.h46 virtual TextStream& externalRepresentation(TextStream&) const;
/external/webkit/WebCore/svg/graphics/
H A DSVGPaintServerLinearGradient.cpp63 TextStream& SVGPaintServerLinearGradient::externalRepresentation(TextStream& ts) const function in class:WebCore::SVGPaintServerLinearGradient
66 SVGPaintServerGradient::externalRepresentation(ts);
H A DSVGPaintServerRadialGradient.cpp75 TextStream& SVGPaintServerRadialGradient::externalRepresentation(TextStream& ts) const function in class:WebCore::SVGPaintServerRadialGradient
78 SVGPaintServerGradient::externalRepresentation(ts);
H A DSVGPaintServerLinearGradient.h49 virtual TextStream& externalRepresentation(TextStream&) const;
H A DSVGPaintServerRadialGradient.h52 virtual TextStream& externalRepresentation(TextStream&) const;
H A DSVGPaintServerSolid.h46 virtual TextStream& externalRepresentation(TextStream&) const;
H A DSVGResourceMasker.cpp82 TextStream& SVGResourceMasker::externalRepresentation(TextStream& ts) const function in class:WebCore::SVGResourceMasker
H A DSVGResourceMasker.h55 virtual TextStream& externalRepresentation(TextStream&) const;
/external/webkit/WebCore/rendering/
H A DRenderTreeAsText.h45 String externalRepresentation(Frame*, RenderAsTextBehavior = RenderAsTextBehaviorNormal);

Completed in 67 milliseconds

123