HomeSort by relevance Sort by last modified time
    Searched refs:bgLayer (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderBoxModelObject.cpp 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())
    [all...]
RenderTableCell.cpp     [all...]
RenderObject.cpp     [all...]
RenderBox.cpp 799 const FillLayer* bgLayer = style()->backgroundLayers();
810 bgLayer = bodyObject->style()->backgroundLayers();
817 paintFillLayers(paintInfo, bgColor, bgLayer, view()->docLeft(), view()->docTop(), view()->docWidth(), view()->docHeight(), CompositeSourceOver, bodyObject);
    [all...]

Completed in 75 milliseconds