Searched refs:ptmp (Results 1 – 1 of 1) sorted by relevance
56 private float[] ptmp = new float[2]; field in OctopusDrawable165 ptmp[0] = x; in hitTest()166 ptmp[1] = y; in hitTest()167 M_inv.mapPoints(ptmp); in hitTest()168 return Math.hypot(ptmp[0] - point.x, ptmp[1] - point.y) < BASE_SCALE/2; in hitTest()