OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:verticalslop
(Results
1 - 1
of
1
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
TiledVertexGrid.java
183
final int
verticalSlop
= ((tileSpaceY - bottomTile) * mTileHeight) > 0 ? 1 : 0;
195
final int endY = startY +
verticalSlop
+ vertTileCount;
Completed in 41 milliseconds