Home
last modified time | relevance | path

Searched refs:convertToLayerCoords (Results 1 – 12 of 12) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderLayerCompositor.cpp337 layer->convertToLayerCoords(ancestorLayer, ancestorRelX, ancestorRelY); in calculateCompositedBounds()
391 layer->convertToLayerCoords(ancestorLayer, ancestorRelX, ancestorRelY); in calculateCompositedBounds()
415 child->convertToLayerCoords(compLayer, offsetX, offsetY); in layerWillBeRemoved()
877 curLayer->convertToLayerCoords(layer, x, y); in computeCompositingRequirements()
890 curLayer->convertToLayerCoords(layer, x, y); in computeCompositingRequirements()
903 curLayer->convertToLayerCoords(layer, x, y); in computeCompositingRequirements()
DRenderLayer.cpp268 convertToLayerCoords(root(), x, y); in updateLayerPositions()
796 l->convertToLayerCoords(rootLayer, deltaX, deltaY); in expandClipRectForDescendantsAndReflection()
814 l->convertToLayerCoords(rootLayer, x, y); in transparencyClipBox()
1002 RenderLayer::convertToLayerCoords(const RenderLayer* ancestorLayer, int& xPos, int& yPos) const in convertToLayerCoords() function in WebCore::RenderLayer
1039 convertToLayerCoords(fixedPositionContainerLayer, fixedContainerX, fixedContainerY); in convertToLayerCoords()
1043 ancestorLayer->convertToLayerCoords(fixedPositionContainerLayer, ancestorX, ancestorY); in convertToLayerCoords()
1076 convertToLayerCoords(positionedAncestor, thisX, thisY); in convertToLayerCoords()
1080 ancestorLayer->convertToLayerCoords(positionedAncestor, ancestorX, ancestorY); in convertToLayerCoords()
1092 parentLayer->convertToLayerCoords(ancestorLayer, xPos, yPos); in convertToLayerCoords()
2242 convertToLayerCoords(rootLayer, x, y); in paintLayer()
[all …]
DRenderLayer.h363 void convertToLayerCoords(const RenderLayer* ancestorLayer, int& x, int& y) const;
DRenderLayerBacking.cpp263 m_owningLayer->convertToLayerCoords(compAncestor, deltaX, deltaY); in updateGraphicsLayerGeometry()
/external/webkit/WebCore/
DChangeLog-2003-10-252263 (RenderLayer::convertToLayerCoords):
2670 (RenderLayer::convertToLayerCoords):
7393 (RenderLayer::convertToLayerCoords):
8784 (RenderLayer::convertToLayerCoords):
DChangeLog-2002-12-035611 (RenderLayer::convertToLayerCoords):
6107 (RenderLayer::convertToLayerCoords):
6419 (RenderLayer::convertToLayerCoords):
DChangeLog-2010-01-294430 composited layers. If we called convertToLayerCoords() on a fixed layer with an ancestor
4441 (WebCore::RenderLayer::convertToLayerCoords): When called on a fixed position layer
11865 (WebCore::RenderLayer::convertToLayerCoords):
64620 For absolutely-positioned layers, convertToLayerCoords() jumps to the positioned
64624 Fix by duplicating the enclosingPositionedAncestor() logic in convertToLayerCoords(),
64638 (WebCore::RenderLayer::convertToLayerCoords):
DChangeLog-2009-06-1639612 (WebCore::RenderLayer::convertToLayerCoords):
51676 (WebCore::RenderLayer::convertToLayerCoords):
69410 rather than convertToLayerCoords.
72756 (WebCore::RenderLayer::convertToLayerCoords):
DChangeLog-2006-05-1020280 (WebCore::RenderLayer::convertToLayerCoords):
DChangeLog-2006-12-3151850 (WebCore::RenderLayer::convertToLayerCoords):
DChangeLog-2005-08-2331528 (RenderLayer::convertToLayerCoords):
DChangeLog-2007-10-1412000 the code to do this by calling convertToLayerCoords had a bug because the