Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGInlineText.cpp201 … FloatRect fragmentRect(fragment.x, fragment.y - baseline, fragment.width, fragment.height); in positionForPoint() local
204 fragmentRect = fragmentTransform.mapRect(fragmentRect); in positionForPoint()
206 float distance = powf(fragmentRect.x() - absolutePoint.x(), 2) + in positionForPoint()
207 … powf(fragmentRect.y() + fragmentRect.height() / 2 - absolutePoint.y(), 2); in positionForPoint()
213 closestDistancePosition = fragmentRect.x(); in positionForPoint()
DSVGInlineFlowBox.cpp132 …FloatRect fragmentRect = textBox->selectionRectForTextFragment(fragment, fragmentStartPosition, fr… in computeTextMatchMarkerRectForRenderer() local
135 fragmentRect = fragmentTransform.mapRect(fragmentRect); in computeTextMatchMarkerRectForRenderer()
137 markerRect.unite(fragmentRect); in computeTextMatchMarkerRectForRenderer()
DSVGInlineTextBox.cpp143 …FloatRect fragmentRect = selectionRectForTextFragment(fragment, fragmentStartPosition, fragmentEnd… in selectionRect() local
146 fragmentRect = fragmentTransform.mapRect(fragmentRect); in selectionRect()
148 selectionRect.unite(fragmentRect); in selectionRect()
707 FloatRect fragmentRect(fragment.x, fragment.y - baseline, fragment.width, fragment.height); in calculateBoundaries() local
710 fragmentRect = fragmentTransform.mapRect(fragmentRect); in calculateBoundaries()
712 textRect.unite(fragmentRect); in calculateBoundaries()