Home
last modified time | relevance | path

Searched refs:foregroundRect (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DClipRect.h236 foregroundRect = foreground; in setRects()
244 foregroundRect.moveBy(offset); in moveBy()
252 foregroundRect.intersect(rect); in intersect()
259 ClipRect foregroundRect; member
DRenderLayer.cpp2249 …, dirtyRect, fragment.layerBounds, fragment.backgroundRect, fragment.foregroundRect, fragment.outl… in collectFragments()
2397 if (fragment.shouldPaintContent && !fragment.foregroundRect.isEmpty()) { in paintForegroundForFragments()
2407 …size() == 1 && layerFragments[0].shouldPaintContent && !layerFragments[0].foregroundRect.isEmpty(); in paintForegroundForFragments()
2409 …intingInfo.rootLayer, context, localPaintingInfo.paintDirtyRect, layerFragments[0].foregroundRect); in paintForegroundForFragments()
2423 restoreClip(context, localPaintingInfo.paintDirtyRect, layerFragments[0].foregroundRect); in paintForegroundForFragments()
2433 if (!fragment.shouldPaintContent || fragment.foregroundRect.isEmpty()) in paintForegroundForFragmentsWithPhase()
2437 …t(localPaintingInfo.rootLayer, context, localPaintingInfo.paintDirtyRect, fragment.foregroundRect); in paintForegroundForFragmentsWithPhase()
2439 …PaintInfo paintInfo(context, pixelSnappedIntRect(fragment.foregroundRect.rect()), phase, paintBeha… in paintForegroundForFragmentsWithPhase()
2445 restoreClip(context, localPaintingInfo.paintDirtyRect, fragment.foregroundRect); in paintForegroundForFragmentsWithPhase()
2495 …gInfo.rootLayer, context, localPaintingInfo.paintDirtyRect, fragment.foregroundRect, IncludeSelfFo… in paintChildClippingMaskForFragments()
[all …]
DRenderLayer.h271 …ClipRect& backgroundRect, ClipRect& foregroundRect, ClipRect& outlineRect, const LayoutPoint* offs…