Searched refs:xMax (Results 1 – 6 of 6) 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()
157 final long xMax = width - BALL_DIAMETER; in drawBall() local159 long xOffset = pos % xMax; in drawBall()164 if (((pos / xMax) & 1) == 0) { in drawBall()165 left = xMax - xOffset; in drawBall()
105 bounds->mRight = FTPosToFloat(bbox.xMax); in GetBounds()
59 const float xMax = static_cast<float>(maxSize.getWidth()) * 10.f; in getMaxDisplayBounds() local62 return {-xMax, -yMax, xMax, yMax}; in getMaxDisplayBounds()
1079 int xMax = xMin + preCorrW; in unDistortWithinPreCorrArray() local1081 if (x < xMin || y < yMin || x >= xMax || y >= yMax) { in unDistortWithinPreCorrArray()
3370 const float xMax = maxSize.getWidth() * 10.f; in getMaxDisplayBounds() local3373 return {-xMax, -yMax, xMax, yMax}; in getMaxDisplayBounds()