Home | History | Annotate | Download | only in rendering

Lines Matching refs:svgStyle

64     const SVGRenderStyle* style = text->style() ? text->style()->svgStyle() : 0;
67 const SVGRenderStyle* parentStyle = text->parent() && text->parent()->style() ? text->parent()->style()->svgStyle() : 0;
124 const SVGRenderStyle* style = text->style() ? text->style()->svgStyle() : 0;
127 const SVGRenderStyle* parentStyle = text->parent() && text->parent()->style() ? text->parent()->style()->svgStyle() : 0;
173 static inline float glyphOrientationToAngle(const SVGRenderStyle* svgStyle, bool isVerticalText, const UChar& character)
175 switch (isVerticalText ? svgStyle->glyphOrientationVertical() : svgStyle->glyphOrientationHorizontal()) {
324 const SVGRenderStyle* svgStyle = item->style()->svgStyle();
327 if (CSSPrimitiveValue* primitive = static_cast<CSSPrimitiveValue*>(svgStyle->kerning())) {
1031 ETextAnchor anchor = flowBox->renderer()->style()->svgStyle()->textAnchor();
1208 const SVGRenderStyle* svgStyle = style->svgStyle();
1209 bool isVerticalText = isVerticalWritingMode(svgStyle);
1307 float orientationAngle = glyphOrientationToAngle(svgStyle, isVerticalText, *currentCharacter);
1509 info.chunk.isVerticalText = isVerticalWritingMode(text->style()->svgStyle());
1511 info.chunk.anchor = text->style()->svgStyle()->textAnchor();
1543 info.chunk.isVerticalText = isVerticalWritingMode(text->style()->svgStyle());
1545 info.chunk.anchor = text->style()->svgStyle()->textAnchor();
1679 if (object->style()->svgStyle()->hasFill())
1682 if (object->style()->svgStyle()->hasStroke())