Searched refs:clipOccludesNextLayers (Results 1 – 3 of 3) sorted by relevance
176 bool clipOccludesNextLayers(bool firstLayer) const;
329 bool FillLayer::clipOccludesNextLayers(bool firstLayer) const in clipOccludesNextLayers() function in blink::FillLayer
148 if (curLayer->clipOccludesNextLayers(curLayer == &fillLayer) in paintFillLayers()