Home
last modified time | relevance | path

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

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