Home | History | Annotate | Download | only in rendering

Lines Matching refs:bgLayer

574 void RenderBoxModelObject::paintFillLayerExtended(const PaintInfo& paintInfo, const Color& color, const FillLayer* bgLayer, int tx, int ty, int w, int h,
585 bool clippedWithLocalScrolling = hasOverflowClip() && bgLayer->attachment() == LocalBackgroundAttachment;
586 bool isBorderFill = bgLayer->clip() == BorderFillBox;
590 StyleImage* bgImage = bgLayer->image();
601 bool shouldPaintBackgroundColor = !bgLayer->next() && bgColor.isValid() && bgColor.alpha() > 0;
660 if (bgLayer->clip() == PaddingFillBox || bgLayer->clip() == ContentFillBox) {
662 bool includePadding = bgLayer->clip() == ContentFillBox;
669 } else if (bgLayer->clip() == TextFillBox) {
706 if (!bgLayer->next() && !(bgColor.isValid() && bgColor.alpha() == 255) && view()->frameView()) {
733 if (!bgLayer->next()) {
758 calculateBackgroundImageGeometry(bgLayer, tx, ty, w, h, destRect, phase, tileSize);
763 CompositeOperator compositeOp = op == CompositeSourceOver ? bgLayer->composite() : op;
766 bool useLowQualityScaling = shouldPaintAtLowQuality(context, image.get(), bgLayer, tileSize);