Searched refs:backgroundRect (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DLayerFragment.h44 backgroundRect = background;
52 backgroundRect.moveBy(offset);
60 backgroundRect.intersect(rect);
67 ClipRect backgroundRect; member in struct:blink::LayerFragment
H A DRenderLayerClipper.cpp183 ClipRect backgroundRect, foregroundRect, outlineRect; local
186 calculateRects(context, m_renderer.view()->unscaledDocumentRect(), layerBounds, backgroundRect, foregroundRect, outlineRect);
195 ClipRect backgroundRect, foregroundRect, outlineRect; local
197 calculateRects(context, PaintInfo::infiniteRect(), layerBounds, backgroundRect, foregroundRect, outlineRect);
199 LayoutRect clipRect = backgroundRect.rect();
211 ClipRect& backgroundRect, ClipRect& foregroundRect, ClipRect& outlineRect, const LayoutPoint* offsetFromRoot) const
216 backgroundRect = backgroundClipRect(context);
217 backgroundRect.move(roundedIntSize(context.subPixelAccumulation));
218 backgroundRect.intersect(paintDirtyRect);
220 backgroundRect
210 calculateRects(const ClipRectsContext& context, const LayoutRect& paintDirtyRect, LayoutRect& layerBounds, ClipRect& backgroundRect, ClipRect& foregroundRect, ClipRect& outlineRect, const LayoutPoint* offsetFromRoot) const argument
[all...]
H A DRenderLayerClipper.h116 ClipRect& backgroundRect, ClipRect& foregroundRect, ClipRect& outlineRect, const LayoutPoint* offsetFromRoot = 0) const;
H A DRenderLayer.cpp1808 ClipRect backgroundRect; local
1817 backgroundRect = layerFragments.isEmpty() ? ClipRect() : layerFragments[0].backgroundRect;
1818 clipToRect(localPaintingInfo, context, backgroundRect, paintFlags);
1827 restoreClip(context, localPaintingInfo.paintDirtyRect, backgroundRect);
1896 ClipRect backgroundRect = layerFragments.isEmpty() ? ClipRect() : layerFragments[0].backgroundRect; local
1898 clipToRect(localPaintingInfo, transparencyLayerContext, backgroundRect, paintFlags);
1901 restoreClip(transparencyLayerContext, localPaintingInfo.paintDirtyRect, backgroundRect);
1996 clipper().calculateRects(clipRectsContext, dirtyRect, fragment.layerBounds, fragment.backgroundRect, fragmen
[all...]
H A DRenderView.cpp751 LayoutRect RenderView::backgroundRect(RenderBox* backgroundRenderer) const function in class:blink::RenderView
757 LayoutRect backgroundRect(0, 0, columnInfo->desiredColumnWidth(), columnInfo->columnHeight() * columnInfo->columnCount());
759 backgroundRect = backgroundRect.transposedRect();
760 backgroundRenderer->flipForWritingMode(backgroundRect);
762 return backgroundRect;
H A DRenderView.h136 LayoutRect backgroundRect(RenderBox* backgroundRenderer) const;
H A DRenderBox.cpp1087 LayoutRect backgroundRect = pixelSnappedIntRect(borderBoxRect()); local
1091 paintedExtent = backgroundRect;
1096 paintedExtent = backgroundRect;
1101 BoxPainter::calculateBackgroundImageGeometry(*this, 0, style()->backgroundLayers(), backgroundRect, geometry);
1131 LayoutRect backgroundRect;
1134 backgroundRect = borderBoxRect();
1137 backgroundRect = paddingBoxRect();
1140 backgroundRect = contentBoxRect();
1145 return backgroundRect.contains(localRect);
1215 LayoutRect backgroundRect;
[all...]
H A DRenderLayerScrollableArea.cpp1221 if (fragment.backgroundRect.intersects(hitTestLocation) && resizerCornerRect(pixelSnappedIntRect(fragment.layerBounds), ResizerForPointer).contains(hitTestLocation.roundedPoint()))
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DBoxPainter.cpp124 paintFillLayers(paintInfo, bgColor, bgLayer, m_renderBox.view()->backgroundRect(&m_renderBox), BackgroundBleedNone, CompositeSourceOver, rootBackgroundRenderer);
429 IntRect backgroundRect(pixelSnappedIntRect(scrolledPaintRect));
434 backgroundRect.intersect(paintInfo.rect);
443 context->fillRect(backgroundRect, bgColor, context->compositeOperation());
560 IntRect backgroundRect(pixelSnappedIntRect(rect));
561 backgroundRect.intersect(paintInfo.rect);
571 context->fillRect(backgroundRect, baseColor, operation);
573 context->fillRect(backgroundRect, bgColor, operation);
575 context->clearRect(backgroundRect);
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DCompositedLayerMapping.cpp77 static IntRect backgroundRect(const RenderObject* renderer) function in namespace:blink
129 return contentsRect(renderer).contains(backgroundRect(renderer));
778 // backgroundRect is relative to compositingContainer, so subtract snappedOffsetFromCompositedAncestor.X/snappedOffsetFromCompositedAncestor.Y to get back to local coords.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1837 milliseconds