Home | History | Annotate | Download | only in rendering

Lines Matching refs:fillLayer

1223     const FillLayer& fillLayer = style()->backgroundLayers();
1224 if (fillLayer.clip() != BorderFillBox)
1228 if (hasOverflowClip() && fillLayer.attachment() == LocalBackgroundAttachment)
1231 if (fillLayer.hasOpaqueImage(this) && fillLayer.hasRepeatXY() && fillLayer.image()->canRender(*this, style()->effectiveZoom()))
1235 if (!fillLayer.next() && !fillLayer.hasImage()) {
1280 bool RenderBox::paintInvalidationLayerRectsForImage(WrappedImagePtr image, const FillLayer& layers, bool drawingBackground)
1295 for (const FillLayer* curLayer = &layers; curLayer; curLayer = curLayer->next()) {