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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineFlowBox.cpp848 int strokeOverflow = static_cast<int>(ceilf(style->textStrokeWidth() / 2.0f)); local
849 int topGlyphOverflow = -strokeOverflow - topGlyphEdge;
850 int bottomGlyphOverflow = strokeOverflow + bottomGlyphEdge;
851 int leftGlyphOverflow = -strokeOverflow - leftGlyphEdge;
852 int rightGlyphOverflow = strokeOverflow + rightGlyphEdge;

Completed in 61 milliseconds