Searched refs:foregroundRect (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | LayerFragment.h | 45 foregroundRect = foreground; in setRects() 53 foregroundRect.moveBy(offset); in moveBy() 61 foregroundRect.intersect(rect); in intersect() 68 ClipRect foregroundRect; member
|
D | RenderLayerClipper.cpp | 183 ClipRect backgroundRect, foregroundRect, outlineRect; in childrenClipRect() local 186 …renderer.view()->unscaledDocumentRect(), layerBounds, backgroundRect, foregroundRect, outlineRect); in childrenClipRect() 187 …return clippingRootLayer->renderer()->localToAbsoluteQuad(FloatQuad(foregroundRect.rect())).enclos… in childrenClipRect() 195 ClipRect backgroundRect, foregroundRect, outlineRect; in localClipRect() local 197 …calculateRects(context, PaintInfo::infiniteRect(), layerBounds, backgroundRect, foregroundRect, ou… in localClipRect() 211 …ClipRect& backgroundRect, ClipRect& foregroundRect, ClipRect& outlineRect, const LayoutPoint* offs… in calculateRects() argument 223 foregroundRect = backgroundRect; in calculateRects() 237 …foregroundRect.intersect(toRenderBox(m_renderer).overflowClipRect(offset, context.scrollbarRelevan… in calculateRects() 239 foregroundRect.setHasRadius(true); in calculateRects() 268 foregroundRect.intersect(newPosClip); in calculateRects()
|
D | RenderLayerClipper.h | 116 …ClipRect& backgroundRect, ClipRect& foregroundRect, ClipRect& outlineRect, const LayoutPoint* offs…
|
D | RenderLayer.cpp | 1996 …, dirtyRect, fragment.layerBounds, fragment.backgroundRect, fragment.foregroundRect, fragment.outl… in collectFragments() 2158 if (fragment.shouldPaintContent && !fragment.foregroundRect.isEmpty()) { in paintForegroundForFragments() 2166 …size() == 1 && layerFragments[0].shouldPaintContent && !layerFragments[0].foregroundRect.isEmpty(); in paintForegroundForFragments() 2168 clipToRect(localPaintingInfo, context, layerFragments[0].foregroundRect, paintFlags); in paintForegroundForFragments() 2182 restoreClip(context, localPaintingInfo.paintDirtyRect, layerFragments[0].foregroundRect); in paintForegroundForFragments() 2192 if (!fragment.shouldPaintContent || fragment.foregroundRect.isEmpty()) in paintForegroundForFragmentsWithPhase() 2196 clipToRect(localPaintingInfo, context, fragment.foregroundRect, paintFlags); in paintForegroundForFragmentsWithPhase() 2198 …PaintInfo paintInfo(context, pixelSnappedIntRect(fragment.foregroundRect.rect()), phase, paintBeha… in paintForegroundForFragmentsWithPhase() 2202 restoreClip(context, localPaintingInfo.paintDirtyRect, fragment.foregroundRect); in paintForegroundForFragmentsWithPhase() 2252 …clipToRect(localPaintingInfo, context, fragment.foregroundRect, paintFlags, IncludeSelfForBorderRa… in paintChildClippingMaskForFragments() [all …]
|