Searched refs:landCellSize (Results 1 – 1 of 1) sorted by relevance
61 Point landCellSize = idp.landscapeProfile.getCellSize(); in initSpans() local66 float smallestCellWidth = Math.min(landCellSize.x, portCellSize.x); in initSpans()67 float smallestCellHeight = Math.min(landCellSize.y, portCellSize.y); in initSpans()