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

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dinttree.c580 IntervalTreeNode *rootLeft = it->root->left; local
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/
H A DRenderText.cpp661 float rootLeft = box->root().logicalLeft(); local
667 *extraWidthToEndOfLine = (box->root().logicalWidth() + rootLeft) - (left + 1);
674 leftEdge = min<float>(0, rootLeft);
702 left = max(left, rootLeft);

Completed in 1503 milliseconds