Lines Matching defs:paintRect

1197 void InlineFlowBox::paintBoxShadow(const PaintInfo& info, RenderStyle* s, ShadowStyle shadowStyle, const LayoutRect& paintRect)
1200 boxModelObject()->paintBoxShadow(info, paintRect, s, shadowStyle);
1204 boxModelObject()->paintBoxShadow(info, paintRect, s, shadowStyle, includeLogicalLeftEdge(), includeLogicalRightEdge());
1228 static LayoutRect clipRectForNinePieceImageStrip(InlineFlowBox* box, const NinePieceImage& image, const LayoutRect& paintRect)
1230 LayoutRect clipRect(paintRect);
1234 clipRect.setY(paintRect.y() - outsets.top());
1235 clipRect.setHeight(paintRect.height() + outsets.top() + outsets.bottom());
1237 clipRect.setX(paintRect.x() - outsets.left());
1238 clipRect.setWidth(paintRect.width() + outsets.left());
1243 clipRect.setX(paintRect.x() - outsets.left());
1244 clipRect.setWidth(paintRect.width() + outsets.left() + outsets.right());
1246 clipRect.setY(paintRect.y() - outsets.top());
1247 clipRect.setHeight(paintRect.height() + outsets.top());
1276 LayoutRect paintRect = LayoutRect(adjustedPaintoffset, frameRect.size());
1279 paintBoxShadow(paintInfo, styleToUse, Normal, paintRect);
1282 paintFillLayers(paintInfo, c, styleToUse->backgroundLayers(), paintRect);
1283 paintBoxShadow(paintInfo, styleToUse, Inset, paintRect);
1297 boxModelObject()->paintBorder(paintInfo, paintRect, renderer()->style(isFirstLineStyle()), BackgroundBleedNone, includeLogicalLeftEdge(), includeLogicalRightEdge());
1318 LayoutRect clipRect = clipRectForNinePieceImageStrip(this, borderImage, paintRect);
1362 LayoutRect paintRect = LayoutRect(adjustedPaintOffset, frameRect.size());
1363 paintFillLayers(paintInfo, Color(), renderer()->style()->maskLayers(), paintRect, compositeOp);
1390 LayoutRect clipRect = clipRectForNinePieceImageStrip(this, maskNinePieceImage, paintRect);