Home
last modified time | relevance | path

Searched refs:TextStream (Results 1 – 25 of 83) sorted by relevance

1234

/external/webkit/Source/WebCore/platform/text/
DTextStream.cpp38 TextStream& TextStream::operator<<(bool b) in operator <<()
43 TextStream& TextStream::operator<<(int i) in operator <<()
50 TextStream& TextStream::operator<<(unsigned i) in operator <<()
57 TextStream& TextStream::operator<<(long i) in operator <<()
64 TextStream& TextStream::operator<<(unsigned long i) in operator <<()
71 TextStream& TextStream::operator<<(float f) in operator <<()
78 TextStream& TextStream::operator<<(double d) in operator <<()
85 TextStream& TextStream::operator<<(const char* string) in operator <<()
97 TextStream& TextStream::operator<<(const void* p) in operator <<()
104 TextStream& TextStream::operator<<(const String& string) in operator <<()
[all …]
DTextStream.h35 class TextStream {
37 TextStream& operator<<(bool);
38 TextStream& operator<<(int);
39 TextStream& operator<<(unsigned);
40 TextStream& operator<<(long);
41 TextStream& operator<<(unsigned long);
42 TextStream& operator<<(float);
43 TextStream& operator<<(double);
44 TextStream& operator<<(const char*);
45 TextStream& operator<<(const void*);
[all …]
/external/webkit/Source/WebCore/rendering/svg/
DSVGRenderTreeAsText.h51 void write(TextStream&, const RenderSVGPath&, int indent);
52 void write(TextStream&, const RenderSVGRoot&, int indent);
53 void writeSVGGradientStop(TextStream&, const RenderSVGGradientStop&, int indent);
54 void writeSVGResourceContainer(TextStream&, const RenderObject&, int indent);
55 void writeSVGContainer(TextStream&, const RenderObject&, int indent);
56 void writeSVGImage(TextStream&, const RenderSVGImage&, int indent);
57 void writeSVGInlineText(TextStream&, const RenderText&, int indent);
58 void writeSVGText(TextStream&, const RenderBlock&, int indent);
59 void writeResources(TextStream&, const RenderObject&, int indent);
62 TextStream& operator<<(TextStream&, const AffineTransform&);
[all …]
DSVGRenderTreeAsText.cpp94 friend TextStream& operator<<(TextStream&, TextStreamSeparator&);
100 TextStream& operator<<(TextStream& ts, TextStreamSeparator& sep) in operator <<()
110 static void writeNameValuePair(TextStream& ts, const char* name, ValueType value) in writeNameValuePair()
116 static void writeNameAndQuotedValue(TextStream& ts, const char* name, ValueType value) in writeNameAndQuotedValue()
121 static void writeIfNotEmpty(TextStream& ts, const char* name, const String& value) in writeIfNotEmpty()
128 static void writeIfNotDefault(TextStream& ts, const char* name, ValueType value, ValueType defaultV… in writeIfNotDefault()
134 TextStream& operator<<(TextStream& ts, const FloatRect &r) in operator <<()
159 TextStream& operator<<(TextStream& ts, const AffineTransform& transform) in operator <<()
175 static TextStream& operator<<(TextStream& ts, const WindRule rule) in operator <<()
189 static TextStream& operator<<(TextStream& ts, const SVGUnitTypes::SVGUnitType& unitType) in operator <<()
[all …]
/external/webkit/Source/WebCore/rendering/
DRenderTreeAsText.h42 class TextStream; variable
59 void write(TextStream&, const RenderObject&, int indent = 0, RenderAsTextBehavior = RenderAsTextBeh…
60 void writeIndent(TextStream&, int indent);
67 static void writeRenderObject(TextStream& ts, const RenderObject& o, RenderAsTextBehavior behavior);
70 TextStream& operator<<(TextStream&, const IntPoint&);
71 TextStream& operator<<(TextStream&, const IntRect&);
72 TextStream& operator<<(TextStream&, const FloatPoint&);
73 TextStream& operator<<(TextStream&, const FloatSize&);
76 TextStream& operator<<(TextStream& ts, const Vector<Item>& vector)
DRenderTreeAsText.cpp77 static void writeLayers(TextStream&, const RenderLayer* rootLayer, RenderLayer*, const IntRect& pai…
87 TextStream& operator<<(TextStream& ts, const IntRect& r) in operator <<()
92 TextStream& operator<<(TextStream& ts, const IntPoint& p) in operator <<()
97 TextStream& operator<<(TextStream& ts, const FloatPoint& p) in operator <<()
112 TextStream& operator<<(TextStream& ts, const FloatSize& s) in operator <<()
127 void writeIndent(TextStream& ts, int indent) in writeIndent()
133 static void printBorderStyle(TextStream& ts, const EBorderStyle borderStyle) in printBorderStyle()
226 void RenderTreeAsText::writeRenderObject(TextStream& ts, const RenderObject& o, RenderAsTextBehavio… in writeRenderObject()
491 static void writeTextRun(TextStream& ts, const RenderText& o, const InlineTextBox& run) in writeTextRun()
516 void write(TextStream& ts, const RenderObject& o, int indent, RenderAsTextBehavior behavior) in write()
[all …]
/external/webkit/Source/WebCore/platform/graphics/filters/
DPointLightSource.cpp76 static TextStream& operator<<(TextStream& ts, const FloatPoint3D& p) in operator <<()
82 TextStream& PointLightSource::externalRepresentation(TextStream& ts) const in externalRepresentation()
DLightSource.h40 class TextStream; variable
70 virtual TextStream& externalRepresentation(TextStream&) const = 0;
DFEComponentTransfer.cpp191 static TextStream& operator<<(TextStream& ts, const ComponentTransferType& type) in operator <<()
216 static TextStream& operator<<(TextStream& ts, const ComponentTransferFunction& function) in operator <<()
227 TextStream& FEComponentTransfer::externalRepresentation(TextStream& ts, int indent) const in externalRepresentation()
DFEBlend.cpp142 static TextStream& operator<<(TextStream& ts, const BlendModeType& type) in operator <<()
167 TextStream& FEBlend::externalRepresentation(TextStream& ts, int indent) const in externalRepresentation()
DFEDisplacementMap.cpp146 static TextStream& operator<<(TextStream& ts, const ChannelSelectorType& type) in operator <<()
168 TextStream& FEDisplacementMap::externalRepresentation(TextStream& ts, int indent) const in externalRepresentation()
DSpotLightSource.cpp180 static TextStream& operator<<(TextStream& ts, const FloatPoint3D& p) in operator <<()
186 TextStream& SpotLightSource::externalRepresentation(TextStream& ts) const in externalRepresentation()
DFEMerge.h39 virtual TextStream& externalRepresentation(TextStream&, int indention) const;
DFEGaussianBlur.h48 virtual TextStream& externalRepresentation(TextStream&, int indention) const;
DFETile.h42 virtual TextStream& externalRepresentation(TextStream&, int indention) const;
DSourceGraphic.h45 virtual TextStream& externalRepresentation(TextStream&, int indention) const;
DSourceAlpha.h44 virtual TextStream& externalRepresentation(TextStream&, int indention) const;
DFEOffset.h46 virtual TextStream& externalRepresentation(TextStream&, int indention) const;
DFEBlend.h51 virtual TextStream& externalRepresentation(TextStream&, int indention) const;
DFEFlood.h47 virtual TextStream& externalRepresentation(TextStream&, int indention) const;
DFEMorphology.cpp181 static TextStream& operator<<(TextStream& ts, const MorphologyOperatorType& type) in operator <<()
197 TextStream& FEMorphology::externalRepresentation(TextStream& ts, int indent) const in externalRepresentation()
DFEColorMatrix.h54 virtual TextStream& externalRepresentation(TextStream&, int indention) const;
DPointLightSource.h46 virtual TextStream& externalRepresentation(TextStream&) const;
DFilterEffect.h42 class TextStream; variable
89 virtual TextStream& externalRepresentation(TextStream&, int indention = 0) const;
DFEMorphology.h54 virtual TextStream& externalRepresentation(TextStream&, int indention) const;

1234