Home | History | Annotate | Download | only in rendering

Lines Matching defs:outlineSize

1259     int ow = outlineStyle->outlineSize();
1579 if (m_style->outlineWidth() > 0 && m_style->outlineSize() > maximalOutlineSize(PaintPhaseOutline))
1580 toRenderView(document()->renderer())->setMaximalOutlineSize(m_style->outlineSize());
1640 if (m_parent && (diff == StyleDifferenceRepaint || newStyle->outlineSize() < m_style->outlineSize()))
2382 int outlineSize = outlineStyleForRepaint()->outlineSize();
2391 shadowLeft = min(boxShadow->x - boxShadow->blur - boxShadow->spread - outlineSize, shadowLeft);
2392 shadowRight = max(boxShadow->x + boxShadow->blur + boxShadow->spread + outlineSize, shadowRight);
2393 shadowTop = min(boxShadow->y - boxShadow->blur - boxShadow->spread - outlineSize, shadowTop);
2394 shadowBottom = max(boxShadow->y + boxShadow->blur + boxShadow->spread + outlineSize, shadowBottom);
2404 rect.inflate(outlineSize);