Searched refs:clipOccludesNextLayers (Results 1 – 3 of 3) sorted by relevance
172 bool clipOccludesNextLayers(bool firstLayer) const;
327 bool FillLayer::clipOccludesNextLayers(bool firstLayer) const in clipOccludesNextLayers() function in WebCore::FillLayer
1584 …if (curLayer->clipOccludesNextLayers(curLayer == fillLayer) && curLayer->hasOpaqueImage(this) && c… in paintFillLayers()