Home
last modified time | relevance | path

Searched refs:rootLeft (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dinttree.c580 IntervalTreeNode *rootLeft = it->root->left; in DeleteFixUp() local
582 while ((!x->red) && (rootLeft != x)) { in DeleteFixUp()
605 x=rootLeft; /* this is to exit while loop */ in DeleteFixUp()
629 x=rootLeft; /* this is to exit while loop */ in DeleteFixUp()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderText.cpp661 float rootLeft = box->root().logicalLeft(); in localCaretRect() local
667 *extraWidthToEndOfLine = (box->root().logicalWidth() + rootLeft) - (left + 1); in localCaretRect()
674 leftEdge = std::min<float>(0, rootLeft); in localCaretRect()
708 left = std::max(left, rootLeft); in localCaretRect()