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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineFlowBox.cpp876 int strokeOverflow = static_cast<int>(ceilf(style->textStrokeWidth() / 2.0f)); local
877 int topGlyphOverflow = -strokeOverflow - topGlyphEdge;
878 int bottomGlyphOverflow = strokeOverflow + bottomGlyphEdge;
879 int leftGlyphOverflow = -strokeOverflow - leftGlyphEdge;
880 int rightGlyphOverflow = strokeOverflow + rightGlyphEdge;

Completed in 1202 milliseconds