Home | History | Annotate | Download | only in rendering

Lines Matching refs:TextStream

69     friend TextStream& operator<<(TextStream&, TextStreamSeparator&);
75 TextStream& operator<<(TextStream& ts, TextStreamSeparator& sep)
85 static void writeNameValuePair(TextStream& ts, const char* name, ValueType value)
91 static void writeNameAndQuotedValue(TextStream& ts, const char* name, ValueType value)
96 static void writeIfNotEmpty(TextStream& ts, const char* name, const String& value)
103 static void writeIfNotDefault(TextStream& ts, const char* name, ValueType value, ValueType defaultValue)
109 TextStream& operator<<(TextStream& ts, const IntPoint& p)
114 TextStream& operator<<(TextStream& ts, const IntRect& r)
127 TextStream& operator<<(TextStream& ts, const FloatRect &r)
152 TextStream& operator<<(TextStream& ts, const FloatPoint& p)
167 TextStream& operator<<(TextStream& ts, const FloatSize& s)
182 TextStream& operator<<(TextStream& ts, const AffineTransform& transform)
198 TextStream& operator<<(TextStream& ts, const Color& c)
203 static void writeIndent(TextStream& ts, int indent)
210 static TextStream& operator<<(TextStream& ts, const DashArray& a)
224 static TextStream& operator<<(TextStream& ts, LineCap style)
241 static TextStream& operator<<(TextStream& ts, LineJoin style)
257 static void writeStyle(TextStream& ts, const RenderObject& object)
311 static TextStream& writePositionAndStyle(TextStream& ts, const RenderObject& object)
318 static TextStream& operator<<(TextStream& ts, const RenderPath& path)
325 static TextStream& operator<<(TextStream& ts, const RenderSVGRoot& root)
330 static void writeRenderSVGTextBox(TextStream& ts, const RenderBlock& text)
362 static inline void writeSVGInlineTextBox(TextStream& ts, SVGInlineTextBox* textBox, int indent)
446 static inline void writeSVGInlineTextBoxes(TextStream& ts, const RenderText& text, int indent)
452 static void writeStandardPrefix(TextStream& ts, const RenderObject& object, int indent)
461 static void writeChildren(TextStream& ts, const RenderObject& object, int indent)
467 void writeSVGContainer(TextStream& ts, const RenderObject& container, int indent)
475 void write(TextStream& ts, const RenderSVGRoot& root, int indent)
482 void writeSVGText(TextStream& ts, const RenderBlock& text, int indent)
490 void writeSVGInlineText(TextStream& ts, const RenderText& text, int indent)
499 void write(TextStream& ts, const RenderPath& path, int indent)
505 void writeSVGImage(TextStream& ts, const RenderImage& image, int indent)
512 void writeRenderResources(TextStream& ts, Node* parent)