Searched refs:rootLeft (Results 1 – 2 of 2) sorted by relevance
580 IntervalTreeNode *rootLeft = it->root->left; in DeleteFixUp() local582 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()
661 float rootLeft = box->root().logicalLeft(); in localCaretRect() local667 *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()