Home
last modified time | relevance | path

Searched refs:fragmentRect (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGInlineText.cpp187 … FloatRect fragmentRect(fragment.x, fragment.y - baseline, fragment.width, fragment.height); in positionForPoint() local
190 fragmentRect = fragmentTransform.mapRect(fragmentRect); in positionForPoint()
192 float distance = powf(fragmentRect.x() - absolutePoint.x(), 2) + in positionForPoint()
193 … powf(fragmentRect.y() + fragmentRect.height() / 2 - absolutePoint.y(), 2); in positionForPoint()
199 closestDistancePosition = fragmentRect.x(); in positionForPoint()
DSVGInlineFlowBox.cpp129 …FloatRect fragmentRect = textBox->selectionRectForTextFragment(fragment, fragmentStartPosition, fr… in computeTextMatchMarkerRectForRenderer() local
132 fragmentRect = fragmentTransform.mapRect(fragmentRect); in computeTextMatchMarkerRectForRenderer()
134 markerRect.unite(fragmentRect); in computeTextMatchMarkerRectForRenderer()
DSVGInlineTextBox.cpp172 …FloatRect fragmentRect = selectionRectForTextFragment(fragment, fragmentStartPosition, fragmentEnd… in localSelectionRect() local
175 fragmentRect = fragmentTransform.mapRect(fragmentRect); in localSelectionRect()
177 selectionRect.unite(fragmentRect); in localSelectionRect()
720 FloatRect fragmentRect(fragment.x, fragment.y - baseline, fragment.width, fragment.height); in calculateBoundaries() local
723 fragmentRect = fragmentTransform.mapRect(fragmentRect); in calculateBoundaries()
725 textRect.unite(fragmentRect); in calculateBoundaries()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderFlowThread.cpp1033 LayoutRect fragmentRect(layerBoundingBox); in fragmentsBoundingBox() local
1034 fragmentRect.intersect(fragment.paginationClip); in fragmentsBoundingBox()
1035 fragmentRect.moveBy(fragment.paginationOffset); in fragmentsBoundingBox()
1036 result.unite(fragmentRect); in fragmentsBoundingBox()