Searched refs:strokeOverflow (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DInlineFlowBox.cpp761 int strokeOverflow = static_cast<int>(ceilf(style->textStrokeWidth() / 2.0f)); local
762 int topGlyphOverflow = -strokeOverflow - topGlyphEdge;
763 int bottomGlyphOverflow = strokeOverflow + bottomGlyphEdge;
764 int leftGlyphOverflow = -strokeOverflow - leftGlyphEdge;
765 int rightGlyphOverflow = strokeOverflow + rightGlyphEdge;

Completed in 121 milliseconds