Searched refs:xMax (Results 1 – 4 of 4) sorted by relevance
45 int xMax = xMin + value.getWidth(); in marshal() local51 buffer.putInt(xMax); in marshal()60 int xMax = buffer.getInt(); in unmarshal() local64 int width = xMax - xMin; in unmarshal()
160 final long xMax = width - BALL_DIAMETER; in drawBall() local162 long xOffset = pos % xMax; in drawBall()167 if (((pos / xMax) & 1) == 0) { in drawBall()168 left = xMax - xOffset; in drawBall()
106 bounds->mRight = FTPosToFloat(bbox.xMax); in GetBounds()
1014 int xMax = xMin + preCorrW; in unDistortWithinPreCorrArray() local1016 if (x < xMin || y < yMin || x >= xMax || y >= yMax) { in unDistortWithinPreCorrArray()