Searched refs:hasOpaqueImage (Results 1 – 4 of 4) sorted by relevance
174 bool hasOpaqueImage(const RenderObject*) const;
358 bool FillLayer::hasOpaqueImage(const RenderObject* renderer) const in hasOpaqueImage() function in blink::FillLayer
149 && curLayer->hasOpaqueImage(&m_renderBox) in paintFillLayers()432 …ouldBeAppliedToBackground || !shouldPaintBackgroundImage || !bgLayer.hasOpaqueImage(&obj) || !bgLa… in paintFillLayerExtended()
1231 …if (fillLayer.hasOpaqueImage(this) && fillLayer.hasRepeatXY() && fillLayer.image()->canRender(*thi… in backgroundHasOpaqueTopLayer()