Searched refs:paintFillLayer (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineFlowBox.h115 void paintFillLayer(const PaintInfo&, const Color&, const FillLayer*, const LayoutRect&, CompositeOperator = CompositeSourceOver);
H A DRenderBox.h622 void paintFillLayer(const PaintInfo&, const Color&, const FillLayer*, const LayoutRect&, BackgroundBleedAvoidance, CompositeOperator, RenderObject* backgroundObject);
H A DInlineFlowBox.cpp1141 paintFillLayer(paintInfo, c, fillLayer, rect, op);
1146 // The checks here match how paintFillLayer() decides whether to clip (if it does, the shadow
1153 void InlineFlowBox::paintFillLayer(const PaintInfo& paintInfo, const Color& c, const FillLayer* fillLayer, const LayoutRect& rect, CompositeOperator op) function in class:WebCore::InlineFlowBox
H A DRenderBox.cpp1597 paintFillLayer(paintInfo, c, *it, rect, bleedAvoidance, op, backgroundObject);
1603 void RenderBox::paintFillLayer(const PaintInfo& paintInfo, const Color& c, const FillLayer* fillLayer, const LayoutRect& rect, function in class:WebCore::RenderBox

Completed in 103 milliseconds