Home | History | Annotate | Download | only in svg

Lines Matching refs:TextStream

94     friend TextStream& operator<<(TextStream&, TextStreamSeparator&);
100 TextStream& operator<<(TextStream& ts, TextStreamSeparator& sep)
110 static void writeNameValuePair(TextStream& ts, const char* name, ValueType value)
116 static void writeNameAndQuotedValue(TextStream& ts, const char* name, ValueType value)
121 static void writeIfNotEmpty(TextStream& ts, const char* name, const String& value)
128 static void writeIfNotDefault(TextStream& ts, const char* name, ValueType value, ValueType defaultValue)
134 TextStream& operator<<(TextStream& ts, const FloatRect &r)
159 TextStream& operator<<(TextStream& ts, const AffineTransform& transform)
175 static TextStream& operator<<(TextStream& ts, const WindRule rule)
189 static TextStream& operator<<(TextStream& ts, const SVGUnitTypes::SVGUnitType& unitType)
206 static TextStream& operator<<(TextStream& ts, const SVGMarkerElement::SVGMarkerUnitsType& markerUnit)
223 TextStream& operator<<(TextStream& ts, const Color& c)
229 static TextStream& operator<<(TextStream& ts, const DashArray& a)
243 static TextStream& operator<<(TextStream& ts, LineCap style)
260 static TextStream& operator<<(TextStream& ts, LineJoin style)
277 static TextStream& operator<<(TextStream& ts, GradientSpreadMethod mode)
294 static void writeSVGPaintingResource(TextStream& ts, RenderSVGResource* resource)
317 static void writeStyle(TextStream& ts, const RenderObject& object)
376 static TextStream& writePositionAndStyle(TextStream& ts, const RenderObject& object)
383 static TextStream& operator<<(TextStream& ts, const RenderSVGPath& path)
427 static TextStream& operator<<(TextStream& ts, const RenderSVGRoot& root)
432 static void writeRenderSVGTextBox(TextStream& ts, const RenderBlock& text)
450 static inline void writeSVGInlineTextBox(TextStream& ts, SVGInlineTextBox* textBox, int indent)
507 static inline void writeSVGInlineTextBoxes(TextStream& ts, const RenderText& text, int indent)
517 static void writeStandardPrefix(TextStream& ts, const RenderObject& object, int indent)
526 static void writeChildren(TextStream& ts, const RenderObject& object, int indent)
537 static inline void writeCommonGradientProperties(TextStream& ts, GradientSpreadMethod spreadMethod, const AffineTransform& gradientTransform, bool boundingBoxMode)
548 void writeSVGResourceContainer(TextStream& ts, const RenderObject& object, int indent)
644 void writeSVGContainer(TextStream& ts, const RenderObject& container, int indent)
656 void write(TextStream& ts, const RenderSVGRoot& root, int indent)
663 void writeSVGText(TextStream& ts, const RenderBlock& text, int indent)
672 void writeSVGInlineText(TextStream& ts, const RenderText& text, int indent)
682 void writeSVGImage(TextStream& ts, const RenderSVGImage& image, int indent)
690 void write(TextStream& ts, const RenderSVGPath& path, int indent)
697 void writeSVGGradientStop(TextStream& ts, const RenderSVGGradientStop& stop, int indent)
711 void writeResources(TextStream& ts, const RenderObject& object, int indent)