OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rootLeft
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/view/
FocusFinder.java
199
final int
rootLeft
= root.getScrollX();
200
focusedRect.set(
rootLeft
, rootTop,
rootLeft
, rootTop);
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
inttree.c
580
IntervalTreeNode *
rootLeft
= it->root->left;
582
while ((!x->red) && (
rootLeft
!= x)) {
605
x=
rootLeft
; /* this is to exit while loop */
629
x=
rootLeft
; /* this is to exit while loop */
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderText.cpp
676
float
rootLeft
= box->root()->logicalLeft();
682
*extraWidthToEndOfLine = (box->root()->logicalWidth() +
rootLeft
) - (left + 1);
689
leftEdge = min<float>(0,
rootLeft
);
717
left = max(left,
rootLeft
);
[
all
...]
Completed in 175 milliseconds