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

  /external/webkit/WebCore/rendering/
RenderBoxModelObject.cpp 443 void RenderBoxModelObject::paintFillLayerExtended(const PaintInfo& paintInfo, const Color& c, const FillLayer* bgLayer, int tx, int ty, int w, int h, InlineFlowBox* box, CompositeOperator op, RenderObject* backgroundObject)
475 bool clippedWithLocalScrolling = hasOverflowClip() && bgLayer->attachment() == LocalBackgroundAttachment;
487 if (bgLayer->clip() == PaddingFillBox || bgLayer->clip() == ContentFillBox) {
489 bool includePadding = bgLayer->clip() == ContentFillBox;
496 } else if (bgLayer->clip() == TextFillBox) {
527 StyleImage* bg = bgLayer->image();
539 bool shouldPaintBackgroundColor = !bgLayer->next() && bgColor.isValid() && bgColor.alpha() > 0;
553 if (!bgLayer->next() && !(bgColor.isValid() && bgColor.alpha() == 255) && view()->frameView()) {
574 if (!bgLayer->next())
    [all...]
RenderTableCell.cpp 842 const FillLayer* bgLayer = backgroundObject->style()->backgroundLayers();
844 if (bgLayer->hasImage() || c.isValid()) {
854 paintFillLayers(paintInfo, c, bgLayer, tx, ty, w, h, CompositeSourceOver, backgroundObject);
    [all...]
RenderObject.cpp     [all...]
RenderBox.cpp 570 const FillLayer* bgLayer = style()->backgroundLayers();
581 bgLayer = bodyObject->style()->backgroundLayers();
607 paintFillLayers(paintInfo, bgColor, bgLayer, bx, by, bw, bh, CompositeSourceOver, bodyObject);
    [all...]

Completed in 200 milliseconds