Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBox.cpp1569 bool shouldDrawBackgroundInSeparateBuffer = false; in paintFillLayers() local
1580 … if (!shouldDrawBackgroundInSeparateBuffer && curLayer->blendMode() != blink::WebBlendModeNormal) in paintFillLayers()
1581 shouldDrawBackgroundInSeparateBuffer = true; in paintFillLayers()
1591 shouldDrawBackgroundInSeparateBuffer = false; in paintFillLayers()
1592 if (shouldDrawBackgroundInSeparateBuffer) in paintFillLayers()
1599 if (shouldDrawBackgroundInSeparateBuffer) in paintFillLayers()