Home | History | Annotate | Download | only in rendering

Lines Matching refs:convertToLayerCoords

268     convertToLayerCoords(root(), x, y);
738 // We don't use convertToLayerCoords because it doesn't know about transforms
796 l->convertToLayerCoords(rootLayer, deltaX, deltaY);
814 l->convertToLayerCoords(rootLayer, x, y);
1002 RenderLayer::convertToLayerCoords(const RenderLayer* ancestorLayer, int& xPos, int& yPos) const
1019 // (e.g. a transformed layer). It's an error to call convertToLayerCoords() across a layer with a transform,
1039 convertToLayerCoords(fixedPositionContainerLayer, fixedContainerX, fixedContainerY);
1043 ancestorLayer->convertToLayerCoords(fixedPositionContainerLayer, ancestorX, ancestorY);
1076 convertToLayerCoords(positionedAncestor, thisX, thisY);
1080 ancestorLayer->convertToLayerCoords(positionedAncestor, ancestorX, ancestorY);
1092 parentLayer->convertToLayerCoords(ancestorLayer, xPos, yPos);
2242 convertToLayerCoords(rootLayer, x, y);
2462 convertToLayerCoords(containerLayer, offsetX, offsetY);
2467 convertToLayerCoords(rootLayer, offsetX, offsetY);
2793 convertToLayerCoords(rootLayer, x, y);
2859 convertToLayerCoords(rootLayer, x, y);
3029 convertToLayerCoords(ancestorLayer, deltaX, deltaY);
3331 convertToLayerCoords(root(), x, y);