Home | History | Annotate | Download | only in rendering

Lines Matching refs:rootLeft

559     float rootLeft = box->root()->logicalLeft();
565 *extraWidthToEndOfLine = (box->root()->logicalWidth() + rootLeft) - (left + 1);
575 leftEdge = min(static_cast<float>(cb->logicalLeft()), rootLeft);
607 left = max(left, rootLeft);