Home | History | Annotate | Download | only in rendering

Lines Matching refs:paintFillLayers

682 void InlineFlowBox::paintFillLayers(const RenderObject::PaintInfo& paintInfo, const Color& c, const FillLayer* fillLayer, int _tx, int _ty, int w, int h, CompositeOperator op)
686 paintFillLayers(paintInfo, c, fillLayer->next(), _tx, _ty, w, h, op);
764 paintFillLayers(paintInfo, c, styleToUse->backgroundLayers(), tx, ty, w, h);
848 paintFillLayers(paintInfo, Color(), renderer()->style()->maskLayers(), tx, ty, w, h, compositeOp);