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