Searched refs:yMax (Results 1 – 1 of 1) sorted by relevance
781 int xMax[], yMax[]; in GetLayoutInfo() local796 yMax = new int[INITGRIDSIZE]; in GetLayoutInfo()835 yMax = ensureCapacity(yMax, limit); in GetLayoutInfo()837 py = Math.max(py, yMax[i]); in GetLayoutInfo()849 yMax = ensureCapacity(yMax, px); in GetLayoutInfo()851 for (i = curX; i < px; i++) { yMax[i] = py; } in GetLayoutInfo()963 yMax = new int[width]; in GetLayoutInfo()1010 py = Math.max(py, yMax[i]); in GetLayoutInfo()1032 for (i = curX; i < px; i++) { yMax[i] = py; } in GetLayoutInfo()