Searched refs:mColCount (Results 1 – 1 of 1) sorted by relevance
32 private int mColCount; field in TiledWorld39 mColCount = cols; in TiledWorld()61 if (x >= 0 && x < mColCount && y >= 0 && y < mRowCount) { in getTile()91 mColCount = width; in parseInput()111 for (int x = mColCount - 1; x >= 0; x--) { in calculateSkips()123 return mColCount; in getWidth()