Home | History | Annotate | Download | only in rendering

Lines Matching defs:maxY

1126             int maxY = minY + enclosedStringRect.height();
1143 if (maxY > highY)
1144 highY = maxY;
1151 int maxY = INT_MIN;
1158 layoutInlineBoxes(flowBox, it, minX, maxX, minY, maxY);
1164 static_cast<SVGInlineFlowBox*>(curr)->setHeight(maxY - minY);
1175 if (maxY > highY)
1176 highY = maxY;