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

/external/webkit/Source/WebCore/rendering/
H A DRenderLayer.cpp308 convertToLayerCoords(root(), x, y);
322 convertToLayerCoords(root(), nonCachedX, nonCachedY);
327 convertToLayerCoords(root(), x, y);
887 // We don't use convertToLayerCoords because it doesn't know about transforms
945 l->convertToLayerCoords(rootLayer, deltaX, deltaY);
963 l->convertToLayerCoords(rootLayer, x, y);
1154 RenderLayer::convertToLayerCoords(const RenderLayer* ancestorLayer, int& xPos, int& yPos) const function in class:WebCore::RenderLayer
1171 // (e.g. a transformed layer). It's an error to call convertToLayerCoords() across a layer with a transform,
1191 convertToLayerCoords(fixedPositionContainerLayer, fixedContainerX, fixedContainerY);
1195 ancestorLayer->convertToLayerCoords(fixedPositionContainerLaye
[all...]

Completed in 548 milliseconds