Searched refs:PaintInfo (Results 151 - 161 of 161) sorted by relevance

1234567

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayer.cpp2014 clipper().calculateRects(paginationClipRectsContext, PaintInfo::infiniteRect(), layerBoundsInFlowThread, backgroundRectInFlowThread, foregroundRectInFlowThread,
2142 PaintInfo paintInfo(context, pixelSnappedIntRect(fragment.backgroundRect.rect()), PaintPhaseBlockBackground, paintBehavior, paintingRootForRenderer, 0, localPaintingInfo.rootLayer->renderer());
2198 PaintInfo paintInfo(context, pixelSnappedIntRect(fragment.foregroundRect.rect()), phase, paintBehavior, paintingRootForRenderer, 0, localPaintingInfo.rootLayer->renderer());
2215 PaintInfo paintInfo(context, pixelSnappedIntRect(fragment.outlineRect.rect()), PaintPhaseSelfOutline, paintBehavior, paintingRootForRenderer, 0, localPaintingInfo.rootLayer->renderer());
2235 PaintInfo paintInfo(context, pixelSnappedIntRect(fragment.backgroundRect.rect()), PaintPhaseMask, PaintBehaviorNormal, paintingRootForRenderer, 0, localPaintingInfo.rootLayer->renderer());
2255 PaintInfo paintInfo(context, pixelSnappedIntRect(fragment.backgroundRect.rect()), PaintPhaseClippingMask, PaintBehaviorNormal, paintingRootForRenderer, 0, localPaintingInfo.rootLayer->renderer());
3159 if (localClipRect != PaintInfo::infiniteRect()) {
H A DRenderBox.cpp46 #include "core/rendering/PaintInfo.h"
1072 void RenderBox::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset)
1078 void RenderBox::paintBoxDecorationBackground(PaintInfo& paintInfo, const LayoutPoint& paintOffset)
1244 void RenderBox::paintMask(PaintInfo& paintInfo, const LayoutPoint& paintOffset)
1249 void RenderBox::paintClippingMask(PaintInfo& paintInfo, const LayoutPoint& paintOffset)
1359 bool RenderBox::pushContentsClip(PaintInfo& paintInfo, const LayoutPoint& accumulatedOffset, ContentsClipBehavior contentsClipBehavior)
1405 void RenderBox::popContentsClip(PaintInfo& paintInfo, PaintPhase originalPhase, const LayoutPoint& accumulatedOffset)
H A DRenderTableSection.cpp33 #include "core/rendering/PaintInfo.h"
1261 void RenderTableSection::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset)
1371 void RenderTableSection::paintObject(PaintInfo& paintInfo, const LayoutPoint& paintOffset)
H A DRenderObject.cpp981 void RenderObject::paintOutline(PaintInfo& paintInfo, const LayoutRect& paintRect)
1085 void RenderObject::paint(PaintInfo&, const LayoutPoint&)
H A DInlineTextBox.cpp40 #include "core/rendering/PaintInfo.h"
379 void InlineTextBox::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset, LayoutUnit /*lineTop*/, LayoutUnit /*lineBottom*/)
H A DRenderInline.cpp556 void RenderInline::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset)
H A DRenderListMarker.cpp1129 void RenderListMarker::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset)
H A DRenderBlockFlow.cpp2121 void RenderBlockFlow::paintFloats(PaintInfo& paintInfo, const LayoutPoint& paintOffset, bool preservePhase)
2126 void RenderBlockFlow::clipOutFloatingObjects(const RenderBlock* rootBlock, const PaintInfo* paintInfo, const LayoutPoint& rootBlockPhysicalPosition, const LayoutSize& offsetFromRootBlock) const
2736 LayoutUnit& lastLogicalTop, LayoutUnit& lastLogicalLeft, LayoutUnit& lastLogicalRight, const PaintInfo* paintInfo) const
H A DInlineFlowBox.cpp1100 void InlineFlowBox::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset, LayoutUnit lineTop, LayoutUnit lineBottom)
H A DRenderFlexibleBox.cpp281 void RenderFlexibleBox::paintChildren(PaintInfo& paintInfo, const LayoutPoint& paintOffset)
H A DRenderGrid.cpp1381 void RenderGrid::paintChildren(PaintInfo& paintInfo, const LayoutPoint& paintOffset)

Completed in 796 milliseconds

1234567