Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResourceClipper.cpp280 WindRule newClipRule = style->svgStyle()->clipRule(); in asDisplayList() local
288 newClipRule = renderer->style()->svgStyle()->clipRule(); in asDisplayList()
295 context->setFillRule(newClipRule); in asDisplayList()