HomeSort by relevance Sort by last modified time
    Searched defs:yTile (Results 1 - 2 of 2) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
HotSpotSystem.java 101 final int yTile = getHitTileY(worldY);
103 result = mWorld.getTile(xTile, yTile);
130 int yTile = 0;
137 yTile = (int)Math.floor((flippedY / worldPixelHeight) * mWorld.getHeight());
139 return yTile;
  /cts/tests/camera/src/android/hardware/camera2/cts/
AllocationTest.java 199 yTile = (int)Math.ceil(yNorm * hFull);
234 .setY(yTile, yTile + hTile);
264 yTile * 1.0f / hFull,
266 (yTile + hTile) * 1.0f / hFull);
273 private final int yTile;
    [all...]

Completed in 946 milliseconds