Searched defs:decoration (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
H A DSVGInlineTextBox.cpp456 static inline float positionOffsetForDecoration(ETextDecoration decoration, const FontMetrics& fontMetrics, float thickness)
460 if (decoration == UNDERLINE)
462 if (decoration == OVERLINE)
464 if (decoration == LINE_THROUGH)
480 // Lookup first render object in parent hierarchy which has text-decoration set.
495 void SVGInlineTextBox::paintDecoration(GraphicsContext* context, ETextDecoration decoration, const SVGTextFragment& fragment) argument
500 // Find out which render style defined the text-decoration, as its fill/stroke properties have to be used for drawing instead of ours.
516 paintDecorationWithStyle(context, decoration, fragment, decorationRenderer);
521 paintDecorationWithStyle(context, decoration, fragment, decorationRenderer);
548 void SVGInlineTextBox::paintDecorationWithStyle(GraphicsContext* context, ETextDecoration decoration, cons argument
[all...]

Completed in 72 milliseconds