Searched defs:bgLayer (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableCell.cpp1175 const FillLayer& bgLayer = backgroundObject->style()->backgroundLayers(); local
1177 if (bgLayer.hasImage() || c.alpha()) {
1187 BoxPainter(*this).paintFillLayers(paintInfo, c, bgLayer, LayoutRect(adjustedPaintOffset, pixelSnappedSize()), BackgroundBleedNone, CompositeSourceOver, backgroundObject);
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DBoxPainter.cpp121 const FillLayer& bgLayer = rootBackgroundRenderer->style()->backgroundLayers(); local
124 paintFillLayers(paintInfo, bgColor, bgLayer, m_renderBox.view()->backgroundRect(&m_renderBox), BackgroundBleedNone, CompositeSourceOver, rootBackgroundRenderer);
274 void BoxPainter::paintFillLayerExtended(RenderBoxModelObject& obj, const PaintInfo& paintInfo, const Color& color, const FillLayer& bgLayer, const LayoutRect& rect, argument
285 bool clippedWithLocalScrolling = obj.hasOverflowClip() && bgLayer.attachment() == LocalBackgroundAttachment;
286 bool isBorderFill = bgLayer.clip() == BorderFillBox;
288 bool isBottomLayer = !bgLayer.next();
291 StyleImage* bgImage = bgLayer.image();
354 if (bgLayer.clip() == ContentFillBox) {
358 } else if (bgLayer.clip() == PaddingFillBox) {
387 switch (bgLayer
[all...]

Completed in 235 milliseconds