Home | History | Annotate | Download | only in replicaisland

Lines Matching defs:startX

159             float startX = left;
168 startX = right;
178 final int startTileX = Utils.clamp((int)(startX / mTileWidth), 0, mWorld.getWidth() - 1);
543 // read startx, starty, endx, endy, normalx, normaly
557 final float startX = Utils.byteArrayToFloat(mWorkspaceBytes);
572 newSegment.mStartPoint.set(startX, startY);