Home
last modified time | relevance | path

Searched refs:rectToClipOut (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderBoxModelObject.cpp2112 RoundedIntRect rectToClipOut = border; in paintBoxShadow() local
2118 rectToClipOut.inflateWithRadii(-1); in paintBoxShadow()
2121 if (!rectToClipOut.isEmpty()) in paintBoxShadow()
2122 context->clipOutRoundedRect(rectToClipOut); in paintBoxShadow()
2127 IntRect rectToClipOut = border.rect(); in paintBoxShadow() local
2137 rectToClipOut.inflate(-1); in paintBoxShadow()
2140 if (!rectToClipOut.isEmpty()) in paintBoxShadow()
2141 context->clipOut(rectToClipOut); in paintBoxShadow()