Searched defs:layerBounds (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DImageLayerChromium.cpp92 IntRect ImageLayerChromium::layerBounds() const function in class:WebCore::ImageLayerChromium
102 const IntRect sourceRect = layerBounds();
H A DContentLayerChromium.cpp98 updateLayerSize(layerBounds().size());
105 dirty.intersect(layerBounds());
135 const IntRect layerBoundRect = layerBounds();
159 IntRect ContentLayerChromium::layerBounds() const function in class:WebCore::ContentLayerChromium
/external/webkit/Source/WebCore/platform/graphics/win/
H A DWebLayer.cpp43 CGRect layerBounds = bounds(); local
44 CGRect repaintCounterRect = layerBounds;
49 repaintCounterRect.origin.y = layerBounds.size.height - (layerBounds.origin.y + repaintCounterRect.size.height);
70 CGRect layerBounds = bounds(); local
73 CGContextTranslateCTM(context, 0, -layerBounds.size.height);
92 CGContextFillRect(context, layerBounds);
111 CGRect aBounds = layerBounds;
H A DWebTiledLayer.cpp113 CGRect layerBounds = bounds(); local
114 CGRect indicatorRect = CGRectMake(layerBounds.origin.x, layerBounds.origin.y, 80, 25);
/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DWKCACFViewLayerTreeHost.cpp84 CGRect layerBounds = rootLayer()->bounds(); local
89 if (CGRectEqualToRect(layerBounds, rootLayer()->bounds()))
H A DPlatformCALayerWinInternal.cpp69 CGRect layerBounds = owner()->bounds(); local
72 CGContextTranslateCTM(context, 0, -layerBounds.size.height);
91 CGContextFillRect(context, layerBounds);
110 CGRect aBounds = layerBounds;
163 CGRect layerBounds = m_owner->bounds(); local
164 CGRect indicatorRect = CGRectMake(layerBounds.origin.x, layerBounds.origin.y, 80, 25);
170 FloatRect layerBounds = owner()->bounds(); local
171 FloatRect repaintCounterRect = layerBounds;
177 repaintCounterRect.setY(layerBounds
[all...]
H A DPlatformCALayerWin.cpp611 FloatRect layerBounds = layer->bounds(); local
627 layerBounds.x(), layerBounds.y(), layerBounds.width(), layerBounds.height(),
/external/webkit/Source/WebCore/rendering/
H A DRenderTreeAsText.cpp594 const IntRect& layerBounds, const IntRect& backgroundClipRect, const IntRect& clipRect, const IntRect& outlineClipRect,
604 ts << layerBounds; local
606 if (!layerBounds.isEmpty()) {
607 if (!backgroundClipRect.contains(layerBounds))
609 if (!clipRect.contains(layerBounds))
611 if (!outlineClipRect.contains(layerBounds))
659 IntRect layerBounds, damageRect, clipRectToApply, outlineRect; local
660 l->calculateRects(rootLayer, paintDirtyRect, layerBounds, damageRect, clipRectToApply, outlineRect, true);
666 bool shouldPaint = (behavior & RenderAsTextShowAllLayers) ? true : l->intersectsDamageRect(layerBounds, damageRect, rootLayer);
670 write(ts, *l, layerBounds, damageRec
593 write(TextStream& ts, RenderLayer& l, const IntRect& layerBounds, const IntRect& backgroundClipRect, const IntRect& clipRect, const IntRect& outlineClipRect, LayerPaintPhase paintPhase = LayerPaintPhaseAll, int indent = 0, RenderAsTextBehavior behavior = RenderAsTextBehaviorNormal) argument
[all...]
H A DRenderLayerBacking.cpp185 IntRect layerBounds = compositor()->calculateCompositedBounds(m_owningLayer, m_owningLayer); local
211 layerBounds.intersect(clippingBounds);
217 if (layerBounds.isEmpty() && hasNonZeroTransformOrigin(renderer())) {
218 layerBounds.setWidth(1);
219 layerBounds.setHeight(1);
224 setCompositedBounds(layerBounds);
429 IntRect layerBounds = IntRect(deltaX, deltaY, borderBox.width(), borderBox.height()); local
434 FloatPoint3D anchor(relativeCompositingBounds.width() != 0.0f ? ((layerBounds.x() - relativeCompositingBounds.x()) + transformOrigin.x()) / relativeCompositingBounds.width() : 0.5f,
435 relativeCompositingBounds.height() != 0.0f ? ((layerBounds.y() - relativeCompositingBounds.y()) + transformOrigin.y()) / relativeCompositingBounds.height() : 0.5f,
481 FloatRect layerBounds local
1099 IntRect layerBounds, damageRect, clipRectToApply, outlineRect; local
[all...]
H A DRenderLayerCompositor.cpp594 void RenderLayerCompositor::addToOverlapMap(OverlapMap& overlapMap, RenderLayer* layer, IntRect& layerBounds, bool& boundsComputed) argument
600 layerBounds = layer->renderer()->localToAbsoluteQuad(FloatRect(layer->localBoundingBox())).enclosingBoundingBox();
602 if (layerBounds.isEmpty())
603 layerBounds.setSize(IntSize(1, 1));
607 overlapMap.add(layer, layerBounds);
610 bool RenderLayerCompositor::overlapsCompositedLayers(OverlapMap& overlapMap, const IntRect& layerBounds) argument
615 if (layerBounds.intersects(bounds)) {
H A DRenderLayer.cpp1484 IntRect layerBounds = IntRect(absPos.x() + scrollXOffset(), absPos.y() + scrollYOffset(), box->clientWidth(), box->clientHeight()); local
1486 IntRect r = getRectToExpose(layerBounds, exposeRect, alignX, alignY);
1491 xOffset = max(0, min(scrollWidth() - layerBounds.width(), xOffset));
1492 yOffset = max(0, min(scrollHeight() - layerBounds.height(), yOffset));
2660 IntRect layerBounds, damageRect, clipRectToApply, outlineRect; local
2661 calculateRects(rootLayer, paintDirtyRect, layerBounds, damageRect, clipRectToApply, outlineRect, localPaintFlags & PaintLayerTemporaryClipRects);
2662 int x = layerBounds.x();
2663 int y = layerBounds.y();
2687 bool shouldPaint = intersectsDamageRect(layerBounds, damageRect, rootLayer) && m_hasVisibleContent && isSelfPaintingLayer();
3107 IntRect layerBounds; local
3204 hitTestContents(const HitTestRequest& request, HitTestResult& result, const IntRect& layerBounds, const IntPoint& hitTestPoint, HitTestFilter hitTestFilter) const argument
3497 calculateRects(const RenderLayer* rootLayer, const IntRect& paintDirtyRect, IntRect& layerBounds, IntRect& backgroundRect, IntRect& foregroundRect, IntRect& outlineRect, bool temporaryClipRects, OverlayScrollbarSizeRelevancy relevancy) const argument
3563 IntRect layerBounds, backgroundRect, foregroundRect, outlineRect; local
3572 IntRect layerBounds, backgroundRect, foregroundRect, outlineRect; local
3607 intersectsDamageRect(const IntRect& layerBounds, const IntRect& damageRect, const RenderLayer* rootLayer) const argument
[all...]

Completed in 156 milliseconds