Searched refs:xMax (Results 1 – 1 of 1) sorted by relevance
781 int xMax[], yMax[]; in GetLayoutInfo() local795 xMax = new int[INITGRIDSIZE]; in GetLayoutInfo()825 xMax = ensureCapacity(xMax, limit); in GetLayoutInfo()827 px = Math.max(px, xMax[i]); in GetLayoutInfo()850 xMax = ensureCapacity(xMax, py); in GetLayoutInfo()852 for (i = curY; i < py; i++) { xMax[i] = px; } in GetLayoutInfo()962 xMax = new int[height]; in GetLayoutInfo()996 px = Math.max(px, xMax[i]); in GetLayoutInfo()1033 for (i = curY; i < py; i++) { xMax[i] = px; } in GetLayoutInfo()