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

  /external/webkit/Source/WebCore/rendering/
EllipsisBox.cpp 73 IntRect EllipsisBox::selectionRect(int tx, int ty)
InlineTextBox.cpp 174 IntRect InlineTextBox::selectionRect(int tx, int ty, int startPos, int endPos)
    [all...]
RenderText.cpp 318 // function to take ints causes various internal mismatches. But selectionRect takes ints, and
319 // passing UINT_MAX to it causes trouble. Ideally we'd change selectionRect to take unsigneds, but
331 IntRect selectionRect = box->selectionRect(0, 0, start, end);
332 r.setHeight(selectionRect.height());
333 r.setY(selectionRect.y());
341 IntRect r = box->selectionRect(0, 0, start, realEnd);
344 // change the height and y position because selectionRect uses selection-specific values
376 return ellipsis->selectionRect(0, 0);
408 // function to take ints causes various internal mismatches. But selectionRect takes ints, and
    [all...]
RenderObject.h     [all...]
  /external/webkit/Source/WebCore/rendering/svg/
SVGInlineTextBox.cpp 107 FloatRect selectionRect = scaledFont.selectionRectForText(constructTextRun(style, fragment), textOrigin, fragment.height * scalingFactor, startPosition, endPosition);
109 return selectionRect;
111 selectionRect.scale(1 / scalingFactor);
112 return selectionRect;
115 IntRect SVGInlineTextBox::selectionRect(int, int, int startPosition, int endPosition)
130 FloatRect selectionRect;
148 selectionRect.unite(fragmentRect);
151 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...]
  /external/webkit/Source/WebKit2/UIProcess/win/
WebView.cpp     [all...]

Completed in 1487 milliseconds