OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:graphicsLayerParentLocation
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.h
213
void computeGraphicsLayerParentLocation(const RenderLayer* compositingContainer, const IntRect& ancestorCompositingBounds, IntPoint&
graphicsLayerParentLocation
);
214
void updateSquashingLayerGeometry(const LayoutPoint& offsetFromCompositedAncestor, const IntPoint&
graphicsLayerParentLocation
, const RenderLayer& referenceLayer, Vector<GraphicsLayerPaintInfo>& layers, GraphicsLayer*, LayoutPoint* offsetFromTransformedAncestor, Vector<RenderLayer*>& layersNeedingPaintInvalidation);
215
void updateMainGraphicsLayerGeometry(const IntRect& relativeCompositingBounds, const IntRect& localCompositingBounds, const IntPoint&
graphicsLayerParentLocation
);
216
void updateAncestorClippingLayerGeometry(const RenderLayer* compositingContainer, const IntPoint& snappedOffsetFromCompositedAncestor, IntPoint&
graphicsLayerParentLocation
);
286
void updateContentsOffsetInCompositingLayer(const IntPoint& snappedOffsetFromCompositedAncestor, const IntPoint&
graphicsLayerParentLocation
);
CompositedLayerMapping.cpp
564
void CompositedLayerMapping::updateSquashingLayerGeometry(const LayoutPoint& offsetFromCompositedAncestor, const IntPoint&
graphicsLayerParentLocation
, const RenderLayer& referenceLayer,
572
offsetFromReferenceLayerToParentGraphicsLayer.moveBy(-
graphicsLayerParentLocation
);
667
IntPoint
graphicsLayerParentLocation
;
668
computeGraphicsLayerParentLocation(compositingContainer, ancestorCompositingBounds,
graphicsLayerParentLocation
);
670
// Might update
graphicsLayerParentLocation
.
671
updateAncestorClippingLayerGeometry(compositingContainer, snappedOffsetFromCompositedAncestor,
graphicsLayerParentLocation
);
676
updateMainGraphicsLayerGeometry(relativeCompositingBounds, localCompositingBounds,
graphicsLayerParentLocation
);
677
updateContentsOffsetInCompositingLayer(snappedOffsetFromCompositedAncestor,
graphicsLayerParentLocation
);
678
updateSquashingLayerGeometry(offsetFromCompositedAncestor,
graphicsLayerParentLocation
, m_owningLayer, m_squashedLayers, m_squashingLayer.get(), &m_squashingLayerOffsetFromTransformedAncestor, layersNeedingPaintInvalidation);
718
void CompositedLayerMapping::updateMainGraphicsLayerGeometry(const IntRect& relativeCompositingBounds, const IntRect& localCompositingBounds, const IntPoint&
graphicsLayerParentLocation
)
[
all
...]
Completed in 1728 milliseconds