Searched refs:convertToLayerCoords (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderLayer.cpp | 239 parent()->convertToLayerCoords(rootLayer, offset); in computeOffsetFromRoot() 269 convertToLayerCoords(root(), offsetFromRoot); in updateLayerPositions() 1279 layer->convertToLayerCoords(rootLayer, delta); in expandClipRectForDescendantsAndReflection() 1300 layer->convertToLayerCoords(rootLayerForTransform, delta); in transparencyClipBox() 1322 paginationLayer->convertToLayerCoords(rootLayer, rootLayerDelta); in transparencyClipBox() 1535 convertToLayerCoords(ancestorLayer, location); in convertToPixelSnappedLayerCoords() 1542 convertToLayerCoords(ancestorLayer, rect); in convertToPixelSnappedLayerCoords() 1596 layer->convertToLayerCoords(fixedPositionContainerLayer, fixedContainerCoords); in accumulateOffsetTowardsAncestor() 1599 ancestorLayer->convertToLayerCoords(fixedPositionContainerLayer, ancestorCoords); in accumulateOffsetTowardsAncestor() 1639 layer->convertToLayerCoords(positionedAncestor, thisCoords); in accumulateOffsetTowardsAncestor() [all …]
|
D | RenderLayerRepainter.cpp | 178 m_renderer->layer()->convertToLayerCoords(m_renderer->layer()->root(), delta); in setBackingNeedsRepaintInRect()
|
D | RenderLayer.h | 253 void convertToLayerCoords(const RenderLayer* ancestorLayer, LayoutPoint& location) const; 254 void convertToLayerCoords(const RenderLayer* ancestorLayer, LayoutRect&) const;
|
D | RenderGeometryMap.cpp | 229 layer->convertToLayerCoords(ancestorLayer, layerOffset); in pushMappingsToAncestor()
|
D | RenderLayerCompositor.cpp | 668 layer->convertToLayerCoords(compositedAncestor, offset); in repaintInCompositedAncestor()
|
D | CompositedLayerMapping.cpp | 369 m_owningLayer->convertToLayerCoords(rootLayer, delta); in updateCompositedBounds()
|
/external/chromium_org/tools/telemetry/unittest_data/ |
D | perf_report_output.txt | 808 0.17^5103842^HTMLParserThrea^chrome ^[.] WebCore::RenderLayer::convertToLayerCoords(W… 810 …--- WebCore::RenderLayer::convertToLayerCoords(WebCore::RenderLayer const*, WebCore::LayoutPoint&)…
|