Searched refs:hFull (Results 1 – 1 of 1) sorted by relevance
196 hFull = size.getWidth(); in Patch()199 yTile = (int)Math.ceil(yNorm * hFull); in Patch()202 hTile = (int)Math.ceil(hNorm * hFull); in Patch()222 return new Size(wFull, hFull); in getSize()264 yTile * 1.0f / hFull, in toRectF()266 (yTile + hTile) * 1.0f / hFull); in toRectF()271 private final int hFull; field in AllocationTest.Patch