HomeSort by relevance Sort by last modified time
    Searched full:fragmentendposition (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/rendering/svg/
SVGInlineFlowBox.cpp 120 int fragmentEndPosition = 0;
128 fragmentEndPosition = markerEndPosition;
129 if (!textBox->mapStartEndPositionsIntoFragmentCoordinates(fragment, fragmentStartPosition, fragmentEndPosition))
132 FloatRect fragmentRect = textBox->selectionRectForTextFragment(fragment, fragmentStartPosition, fragmentEndPosition, style);
SVGInlineTextBox.h 64 FloatRect selectionRectForTextFragment(const SVGTextFragment&, int fragmentStartPosition, int fragmentEndPosition, RenderStyle*);
SVGInlineTextBox.cpp 132 int fragmentEndPosition = 0;
139 fragmentEndPosition = endPosition;
140 if (!mapStartEndPositionsIntoFragmentCoordinates(fragment, fragmentStartPosition, fragmentEndPosition))
143 FloatRect fragmentRect = selectionRectForTextFragment(fragment, fragmentStartPosition, fragmentEndPosition, style);
217 int fragmentEndPosition = 0;
225 fragmentEndPosition = endPosition;
226 if (!mapStartEndPositionsIntoFragmentCoordinates(fragment, fragmentStartPosition, fragmentEndPosition))
235 paintInfo.context->fillRect(selectionRectForTextFragment(fragment, fragmentStartPosition, fragmentEndPosition, style), backgroundColor, style->colorSpace());

Completed in 2459 milliseconds