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

  /external/chromium_org/third_party/WebKit/Source/core/paint/
InlineFlowBoxPainter.h 30 void paintFillLayers(const PaintInfo&, const Color&, const FillLayer&, const LayoutRect&, CompositeOperator = CompositeSourceOver);
BoxPainter.h 26 void paintFillLayers(const PaintInfo&, const Color&, const FillLayer&, const LayoutRect&, BackgroundBleedAvoidance = BackgroundBleedNone, CompositeOperator = CompositeSourceOver, RenderObject* backgroundObject = 0);
InlineFlowBoxPainter.cpp 87 void InlineFlowBoxPainter::paintFillLayers(const PaintInfo& paintInfo, const Color& c, const FillLayer& fillLayer, const LayoutRect& rect, CompositeOperator op)
92 paintFillLayers(paintInfo, c, *fillLayer.next(), rect, op);
210 paintFillLayers(paintInfo, backgroundColor, styleToUse->backgroundLayers(), paintRect);
287 paintFillLayers(paintInfo, Color::transparent, m_inlineFlowBox.renderer().style()->maskLayers(), paintRect, compositeOp);
BoxPainter.cpp 111 paintFillLayers(paintInfo, backgroundColor, m_renderBox.style()->backgroundLayers(), paintRect, bleedAvoidance);
124 paintFillLayers(paintInfo, bgColor, bgLayer, m_renderBox.view()->backgroundRect(&m_renderBox), BackgroundBleedNone, CompositeSourceOver, rootBackgroundRenderer);
127 void BoxPainter::paintFillLayers(const PaintInfo& paintInfo, const Color& c, const FillLayer& fillLayer, const LayoutRect& rect,
528 paintFillLayers(paintInfo, Color::transparent, m_renderBox.style()->maskLayers(), paintRect, BackgroundBleedNone, compositeOp);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFieldset.cpp 168 BoxPainter(*this).paintFillLayers(paintInfo, boxDecorationData.backgroundColor, style()->backgroundLayers(), paintRect);
RenderTableCell.cpp     [all...]

Completed in 74 milliseconds