Home | History | Annotate | Download | only in parser

Lines Matching defs:maxHeight

328     int maxHeight = 0;
334 if (currentHeight > maxHeight) {
335 maxHeight = currentHeight;
347 return maxHeight;