Home
last modified time | relevance | path

Searched refs:mColCount (Results 1 – 1 of 1) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DTiledWorld.java32 private int mColCount; field in TiledWorld
39 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()