Searched refs:xNorm (Results 1 – 1 of 1) sorted by relevance
187 public Patch(Size size, float xNorm, float yNorm, float wNorm, float hNorm) { in Patch() argument190 assertInRange(xNorm, 0.0f, 1.0f); in Patch()198 xTile = (int)Math.ceil(xNorm * wFull); in Patch()