Home
last modified time | relevance | path

Searched refs:toLayoutPoint (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DLayoutPoint.h141 inline LayoutPoint toLayoutPoint(const LayoutSize& p) in toLayoutPoint() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderInline.cpp666 …continuation()->absoluteRects(rects, toLayoutPoint(accumulatedOffset - containingBlock()->location… in absoluteRects()
668 …continuation()->absoluteRects(rects, toLayoutPoint(accumulatedOffset - containingBlock()->location… in absoluteRects()
DRenderBlock.cpp2429 …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()
DRenderTable.cpp1308 … updateHitTestResult(result, toLayoutPoint(locationInContainer.point() - childPoint)); in nodeAtPoint()
DRenderTableSection.cpp1527 … updateHitTestResult(result, toLayoutPoint(locationInContainer.point() - childPoint)); in nodeAtPoint()
DRenderLayer.cpp2783 …if (!renderer()->hitTest(request, result, hitTestLocation, toLayoutPoint(layerBounds.location() - … in hitTestContents()
DRenderBox.cpp1629 offset = toLayoutSize(block->flipForWritingModeIncludingColumns(toLayoutPoint(offset))); in offsetFromContainer()
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
DCompositedLayerMapping.cpp854 …IntRect layerBounds = pixelSnappedIntRect(toLayoutPoint(m_owningLayer.subpixelAccumulation()), bor… in updateTransformGeometry()