Searched refs:leftCol (Results 1 – 1 of 1) sorted by relevance
78 int leftCol = addr.StartColumn ; in _collapseToCurrentArray() local83 log.println( "Object area is ((" + leftCol + "," + topRow + "),(" + in _collapseToCurrentArray()84 (leftCol + width - 1) + "," + (topRow + height - 1) + ")" ); in _collapseToCurrentArray()158 int leftCol = -1, topRow = -1; in _collapseToCurrentRegion() local180 if (leftCol != -1 && topRow != -1) { in _collapseToCurrentRegion()183 leftCol + width, topRow + height).setValue(1); in _collapseToCurrentRegion()226 int leftCol = 0, topRow = 0 ; in _collapseToMergedArea() local237 leftCol + width - 1, topRow + height - 1, in _collapseToMergedArea()238 leftCol + width, topRow + height ); in _collapseToMergedArea()
Completed in 6 milliseconds