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

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/win/
H A DWKCACFViewLayerTreeHost.cpp86 CGRect layerBounds = rootLayer()->bounds(); local
H A DPlatformCALayerWinInternal.cpp73 CGRect layerBounds = owner()->bounds(); local
167 CGRect layerBounds = m_owner->bounds(); local
174 FloatRect layerBounds = owner()->bounds(); local
[all...]
H A DPlatformCALayerWin.cpp691 FloatRect layerBounds = layer->bounds(); local
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderTreeAsText.cpp734 LayoutRect layerBounds; local
736 l->calculateRects(RenderLayer::ClipRectsContext(rootLayer, 0, TemporaryClipRects), paintDirtyRect, layerBounds, damageRect, clipRectToApply, outlineRect); local
601 write(TextStream& ts, RenderLayer& l, const LayoutRect& layerBounds, const LayoutRect& backgroundClipRect, const LayoutRect& clipRect, const LayoutRect& outlineClipRect, LayerPaintPhase paintPhase = LayerPaintPhaseAll, int indent = 0, RenderAsTextBehavior behavior = RenderAsTextBehaviorNormal) argument
H A DRenderLayer.h302 LayoutRect layerBounds; member in struct:WebCore::LayerFragment
H A DRenderLayerBacking.cpp427 IntRect layerBounds = compositor()->calculateCompositedBounds(m_owningLayer, m_owningLayer); local
730 IntRect layerBounds = IntRect(delta, borderBox.size()); local
801 FloatRect layerBounds local
[all...]
H A DRenderLayerCompositor.cpp841 void RenderLayerCompositor::addToOverlapMap(OverlapMap& overlapMap, RenderLayer* layer, IntRect& layerBounds, bool& boundsComputed) argument
2291 LayoutRect layerBounds = layer->calculateLayerBounds(rootRenderLayer(), 0, RenderLayer::DefaultCalculateLayerBoundsFlags local
H A DRenderLayer.cpp4801 hitTestContents(const HitTestRequest& request, HitTestResult& result, const LayoutRect& layerBounds, const HitTestLocation& hitTestLocation, HitTestFilter hitTestFilter) const argument
5129 calculateRects(const ClipRectsContext& clipRectsContext, const LayoutRect& paintDirtyRect, LayoutRect& layerBounds, ClipRect& backgroundRect, ClipRect& foregroundRect, ClipRect& outlineRect, const LayoutPoint* offsetFromRoot) const argument
5192 LayoutRect layerBounds; local
5206 LayoutRect layerBounds; local
5218 LayoutRect layerBounds; local
5264 intersectsDamageRect(const LayoutRect& layerBounds, const LayoutRect& damageRect, const RenderLayer* rootLayer, const LayoutPoint* offsetFromRoot) const argument
[all...]

Completed in 186 milliseconds