Home | History | Annotate | Download | only in rendering

Lines Matching refs:convertToLayerCoords

318     parent()->convertToLayerCoords(rootLayer, offset);
346 // FIXME: It looks suspicious to call convertToLayerCoords here
348 convertToLayerCoords(root(), offsetFromRoot);
1492 // We don't use convertToLayerCoords because it doesn't know about transforms
1560 layer->convertToLayerCoords(rootLayer, delta);
1581 layer->convertToLayerCoords(rootLayerForTransform, delta);
1603 paginationLayer->convertToLayerCoords(rootLayer, rootLayerDelta);
1812 convertToLayerCoords(ancestorLayer, location);
1819 convertToLayerCoords(ancestorLayer, rect);
1854 // (e.g. a transformed layer). It's an error to call convertToLayerCoords() across a layer with a transform,
1873 layer->convertToLayerCoords(fixedPositionContainerLayer, fixedContainerCoords);
1876 ancestorLayer->convertToLayerCoords(fixedPositionContainerLayer, ancestorCoords);
1916 layer->convertToLayerCoords(positionedAncestor, thisCoords);
1919 ancestorLayer->convertToLayerCoords(positionedAncestor, ancestorCoords);
1934 void RenderLayer::convertToLayerCoords(const RenderLayer* ancestorLayer, LayoutPoint& location) const
1944 void RenderLayer::convertToLayerCoords(const RenderLayer* ancestorLayer, LayoutRect& rect) const
1947 convertToLayerCoords(ancestorLayer, delta);
3418 layer->convertToLayerCoords(rootLayer, delta);
3602 convertToLayerCoords(paintingInfo.rootLayer, offsetFromRoot);
3770 convertToLayerCoords(paintingInfo.rootLayer, delta);
3823 convertToLayerCoords(enclosingPaginationLayer(), offsetWithinPaginatedLayer);
3841 enclosingPaginationLayer()->convertToLayerCoords(rootLayer, offsetOfPaginationLayerFromRoot);
3912 enclosingPaginationLayer()->convertToLayerCoords(paintingInfo.rootLayer, offsetOfPaginationLayerFromRoot);
4095 // FIXME: It looks suspicious to call convertToLayerCoords here
4097 columnBlock->layer()->convertToLayerCoords(paintingInfo.rootLayer, layerOffset);
4157 columnLayers[colIndex - 1]->convertToLayerCoords(paintingInfo.rootLayer, childOffset);
4280 convertToLayerCoords(containerLayer, offset);
4285 convertToLayerCoords(rootLayer, offset);
4545 enclosingPaginationLayer()->convertToLayerCoords(rootLayer, offsetOfPaginationLayerFromRoot);
4690 columnBlock->layer()->convertToLayerCoords(rootLayer, layerOffset);
4866 // This offset cannot use convertToLayerCoords, because sometimes our rootLayer may be across
4959 convertToLayerCoords(clipRectsContext.rootLayer, offset);
5045 convertToLayerCoords(clippingRootLayer, clippingRootOffset);
5165 convertToLayerCoords(enclosingPaginationLayer(), offsetWithinPaginationLayer);
5175 enclosingPaginationLayer()->convertToLayerCoords(ancestorLayer, delta);
5184 convertToLayerCoords(ancestorLayer, delta);
5240 convertToLayerCoords(ancestorLayer, ancestorRelOffset);
5313 convertToLayerCoords(ancestorLayer, ancestorRelOffset);
5453 childLayer->convertToLayerCoords(this, childOffset);
5716 convertToLayerCoords(root(), delta);