OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:selectionRect
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
EllipsisBox.cpp
130
IntRect EllipsisBox::
selectionRect
()
RenderText.cpp
332
// because
selectionRect
uses selection-specific values.
350
// function to take ints causes various internal mismatches. But
selectionRect
takes ints, and
351
// passing UINT_MAX to it causes trouble. Ideally we'd change
selectionRect
to take unsigneds, but
363
LayoutRect
selectionRect
= box->localSelectionRect(start, end);
365
r.setHeight(
selectionRect
.height());
366
r.setY(
selectionRect
.y());
368
r.setWidth(
selectionRect
.width());
369
r.setX(
selectionRect
.x());
400
return ellipsis->
selectionRect
();
433
// 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
136
FloatRect
selectionRect
= scaledFont.selectionRectForText(constructTextRun(style, fragment), textOrigin, fragment.height * scalingFactor, startPosition, endPosition);
138
return
selectionRect
;
140
selectionRect
.scale(1 / scalingFactor);
141
return
selectionRect
;
159
FloatRect
selectionRect
;
177
selectionRect
.unite(fragmentRect);
180
return enclosingIntRect(
selectionRect
);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzShaper.cpp
851
FloatRect HarfBuzzShaper::
selectionRect
(const FloatPoint& point, int height, int from, int to)
[
all
...]
/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 763 milliseconds