Searched refs:rectToClipOut (Results 1 – 1 of 1) sorted by relevance
2112 RoundedIntRect rectToClipOut = border; in paintBoxShadow() local2118 rectToClipOut.inflateWithRadii(-1); in paintBoxShadow()2121 if (!rectToClipOut.isEmpty()) in paintBoxShadow()2122 context->clipOutRoundedRect(rectToClipOut); in paintBoxShadow()2127 IntRect rectToClipOut = border.rect(); in paintBoxShadow() local2137 rectToClipOut.inflate(-1); in paintBoxShadow()2140 if (!rectToClipOut.isEmpty()) in paintBoxShadow()2141 context->clipOut(rectToClipOut); in paintBoxShadow()