Searched refs:boxY (Results 1 – 1 of 1) sorted by relevance
586 int boxY = curr->y(); in computeVerticalOverflow() local589 topLayoutOverflow = min(boxY + childTopOverflow, topLayoutOverflow); in computeVerticalOverflow()590 bottomLayoutOverflow = max(boxY + childBottomOverflow, bottomLayoutOverflow); in computeVerticalOverflow()591 topVisualOverflow = min(boxY + box->topVisualOverflow(), topVisualOverflow); in computeVerticalOverflow()592 bottomVisualOverflow = max(boxY + box->bottomVisualOverflow(), bottomVisualOverflow); in computeVerticalOverflow()