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 173 IntRect InlineTextBox::selectionRect(int tx, int ty, int startPos, int endPos)
    [all...]
RenderText.cpp 283 // function to take ints causes various internal mismatches. But selectionRect takes ints, and
284 // passing UINT_MAX to it causes trouble. Ideally we'd change selectionRect to take unsigneds, but
296 IntRect selectionRect = box->selectionRect(0, 0, start, end);
297 r.setHeight(selectionRect.height());
298 r.setY(selectionRect.y());
306 IntRect r = box->selectionRect(0, 0, start, realEnd);
309 // change the height and y position because selectionRect uses selection-specific values
341 return ellipsis->selectionRect(0, 0);
373 // function to take ints causes various internal mismatches. But selectionRect takes ints, and
    [all...]
RenderObject.h 689 IntRect selectionRect(bool clipToVisibleContent = true) { return selectionRectForRepaint(0, clipToVisibleContent);
    [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 107 Rectangle selectionRect, ViewInfo viewInfo) {
114 mSelectionRect = selectionRect;
809 Rectangle selectionRect = new Rectangle(x, y, w - 1, h - 1);
812 absRect, selectionRect, root);
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/win/
WebView.cpp     [all...]

Completed in 565 milliseconds