Searched refs:portCellSize (Results 1 – 1 of 1) sorted by relevance
62 Point portCellSize = idp.portraitProfile.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()