HomeSort by relevance Sort by last modified time
    Searched defs:selectionRect (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
EllipsisBox.cpp 123 IntRect EllipsisBox::selectionRect()
RenderText.cpp 328 // because selectionRect uses selection-specific values.
346 // function to take ints causes various internal mismatches. But selectionRect takes ints, and
347 // passing UINT_MAX to it causes trouble. Ideally we'd change selectionRect to take unsigneds, but
359 LayoutRect selectionRect = box->localSelectionRect(start, end);
361 r.setHeight(selectionRect.height());
362 r.setY(selectionRect.y());
364 r.setWidth(selectionRect.width());
365 r.setX(selectionRect.x());
396 return ellipsis->selectionRect();
429 // function to take ints causes various internal mismatches. But selectionRect takes ints, an
    [all...]
RenderObject.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGInlineTextBox.cpp 135 FloatRect selectionRect = scaledFont.selectionRectForText(constructTextRun(style, fragment), textOrigin, fragment.height * scalingFactor, startPosition, endPosition);
137 return selectionRect;
139 selectionRect.scale(1 / scalingFactor);
140 return selectionRect;
158 FloatRect selectionRect;
176 selectionRect.unite(fragmentRect);
179 return enclosingIntRect(selectionRect);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfo.java 109 Rectangle selectionRect, ViewInfo viewInfo) {
116 mSelectionRect = selectionRect;
837 Rectangle selectionRect = new Rectangle(x, y, w - 1, h - 1);
840 absRect, selectionRect, root);
    [all...]

Completed in 271 milliseconds