Searched refs:ancestorLayer (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Source/WebCore/rendering/ |
D | RenderLayer.cpp | 1153 RenderLayer::convertToLayerCoords(const RenderLayer* ancestorLayer, int& xPos, int& yPos) const in convertToLayerCoords() argument 1155 if (ancestorLayer == this) in convertToLayerCoords() 1159 …if (position == FixedPosition && (!ancestorLayer || ancestorLayer == renderer()->view()->layer()))… in convertToLayerCoords() 1175 if (currLayer == ancestorLayer) in convertToLayerCoords() 1187 if (fixedPositionContainerLayer != ancestorLayer) { in convertToLayerCoords() 1194 ancestorLayer->convertToLayerCoords(fixedPositionContainerLayer, ancestorX, ancestorY); in convertToLayerCoords() 1212 if (parentLayer == ancestorLayer) { in convertToLayerCoords() 1231 ancestorLayer->convertToLayerCoords(positionedAncestor, ancestorX, ancestorY); in convertToLayerCoords() 1243 parentLayer->convertToLayerCoords(ancestorLayer, xPos, yPos); in convertToLayerCoords() 2768 RenderLayer* ancestorLayer = isNormalFlowOnly() ? parent() : stackingContext(); in paintPaginatedChildLayer() local [all …]
|
D | RenderLayerCompositor.h | 120 IntRect calculateCompositedBounds(const RenderLayer* layer, const RenderLayer* ancestorLayer);
|
D | RenderLayerCompositor.cpp | 459 …erCompositor::calculateCompositedBounds(const RenderLayer* layer, const RenderLayer* ancestorLayer) in calculateCompositedBounds() argument 482 layer->convertToLayerCoords(ancestorLayer, ancestorRelX, ancestorRelY); in calculateCompositedBounds() 536 layer->convertToLayerCoords(ancestorLayer, ancestorRelX, ancestorRelY); in calculateCompositedBounds()
|
D | RenderLayer.h | 396 void convertToLayerCoords(const RenderLayer* ancestorLayer, int& x, int& y) const;
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-01-29 | 4443 the fixed position container, and computing offsets relative to that. If the ancestorLayer 64622 skip over the ancestorLayer, thus giving the wrong result. 64625 and checking for ancestorLayer along the way. If found, compute offset of both to
|