Searched refs:strokeOverflow (Results 1 – 1 of 1) sorted by relevance
848 int strokeOverflow = static_cast<int>(ceilf(style->textStrokeWidth() / 2.0f)); in addTextBoxVisualOverflow() local849 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()