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.cpp864 int strokeOverflow = static_cast<int>(ceilf(style->textStrokeWidth() / 2.0f)); in addTextBoxVisualOverflow() local
865 int topGlyphOverflow = -strokeOverflow - topGlyphEdge; in addTextBoxVisualOverflow()
866 int bottomGlyphOverflow = strokeOverflow + bottomGlyphEdge; in addTextBoxVisualOverflow()
867 int leftGlyphOverflow = -strokeOverflow - leftGlyphEdge; in addTextBoxVisualOverflow()
868 int rightGlyphOverflow = strokeOverflow + rightGlyphEdge; in addTextBoxVisualOverflow()