Searched refs:snappedSelectionRect (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DSVGInlineTextBox.cpp132 FloatRect snappedSelectionRect = directionalPixelSnappedForPainting(selectionRect, renderer().document().deviceScaleFactor(), run.ltr());
134 return snappedSelectionRect;
136 snappedSelectionRect.scale(1 / scalingFactor);
137 return snappedSelectionRect;
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DInlineTextBox.cpp284 IntRect snappedSelectionRect = enclosingIntRect(selectionRect); local
285 LayoutUnit logicalWidth = snappedSelectionRect.width();
286 if (snappedSelectionRect.x() > logicalRight())
288 else if (snappedSelectionRect.maxX() > logicalRight())
289 logicalWidth = logicalRight() - snappedSelectionRect.x();
291 LayoutPoint topPoint = isHorizontal() ? LayoutPoint(snappedSelectionRect.x(), selectionTop) : LayoutPoint(selectionTop, snappedSelectionRect.x());

Completed in 126 milliseconds