Searched refs:yMax (Results 1 – 5 of 5) sorted by relevance
46 int yMax = yMin + value.getHeight(); in marshal() local52 buffer.putInt(yMax); in marshal()61 int yMax = buffer.getInt(); in unmarshal() local65 int height = yMax - yMin; in unmarshal()
161 final long yMax = height - BALL_DIAMETER; in drawBall() local163 long yOffset = pos % yMax; in drawBall()174 if (((pos / yMax) & 1) == 0) { in drawBall()175 top = yMax - yOffset; in drawBall()
105 bounds->mTop = FTPosToFloat(bbox.yMax); in GetBounds()
637 assert font['head'].yMax == 2163 and font['head'].yMin == -555, (
1015 int yMax = yMin + preCorrH; in unDistortWithinPreCorrArray() local1016 if (x < xMin || y < yMin || x >= xMax || y >= yMax) { in unDistortWithinPreCorrArray()