Searched refs:toLayoutPoint (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
D | LayoutPoint.h | 141 inline LayoutPoint toLayoutPoint(const LayoutSize& p) in toLayoutPoint() function
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderInline.cpp | 666 …continuation()->absoluteRects(rects, toLayoutPoint(accumulatedOffset - containingBlock()->location… in absoluteRects() 668 …continuation()->absoluteRects(rects, toLayoutPoint(accumulatedOffset - containingBlock()->location… in absoluteRects()
|
D | RenderBlock.cpp | 2429 …if (hitTestContents(request, result, locationInContainer, toLayoutPoint(scrolledOffset), hitTestAc… in nodeAtPoint() 2433 …= HitTestFloat && hitTestFloats(request, result, locationInContainer, toLayoutPoint(scrolledOffset… in nodeAtPoint() 2435 …} else if (hitTestColumns(request, result, locationInContainer, toLayoutPoint(scrolledOffset), hit… in nodeAtPoint() 2613 LayoutPoint pointInChildCoordinates(toLayoutPoint(pointInParentCoordinates - childLocation)); in positionForPointRespectingEditingBoundaries()
|
D | RenderTable.cpp | 1308 … updateHitTestResult(result, toLayoutPoint(locationInContainer.point() - childPoint)); in nodeAtPoint()
|
D | RenderTableSection.cpp | 1527 … updateHitTestResult(result, toLayoutPoint(locationInContainer.point() - childPoint)); in nodeAtPoint()
|
D | RenderLayer.cpp | 2783 …if (!renderer()->hitTest(request, result, hitTestLocation, toLayoutPoint(layerBounds.location() - … in hitTestContents()
|
D | RenderBox.cpp | 1629 offset = toLayoutSize(block->flipForWritingModeIncludingColumns(toLayoutPoint(offset))); in offsetFromContainer()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/ |
D | CompositedLayerMapping.cpp | 854 …IntRect layerBounds = pixelSnappedIntRect(toLayoutPoint(m_owningLayer.subpixelAccumulation()), bor… in updateTransformGeometry()
|