Searched refs:yScale (Results 1 – 5 of 5) sorted by relevance
62 float yxMix, float yScale, float yOffset) { in TouchCalibration() argument67 mYScale = yScale; in TouchCalibration()
203 public static BufferedImage scale(@NonNull BufferedImage source, double xScale, double yScale) { in scale() argument208 int destHeight = Math.max(1, (int) (yScale * sourceHeight)); in scale()213 if (xScale > 0.5 && yScale > 0.5) { in scale()220 if (xScale == 1 && yScale == 1) { in scale()
190 float yScale = crop.getHeight() / float(winHeight); in calculateOutputSourceCrop() local193 float insetT = winCrop.top * yScale; in calculateOutputSourceCrop()195 float insetB = (winHeight - winCrop.bottom) * yScale; in calculateOutputSourceCrop()
1162 float yScale = sourceHeight < 0 ? 1.0f : dst.getHeight() / sourceHeight; in setGeometry() local1168 matrix[2] = 0; matrix[3] = yScale; in setGeometry()1173 matrix[2] = 0; matrix[3] = -yScale; in setGeometry()1177 matrix[0] = 0; matrix[1] = -yScale; in setGeometry()1183 matrix[2] = 0; matrix[3] = -yScale; in setGeometry()1188 matrix[0] = 0; matrix[1] = yScale; in setGeometry()1194 matrix[2] = 0; matrix[3] = yScale; in setGeometry()
2049 const float yScale = t.sy(); in fillInputInfo() local2052 if (xScale != 1.0f || yScale != 1.0f) { in fillInputInfo()2054 info.windowYScale *= 1.0f / yScale; in fillInputInfo()2055 info.touchableRegion.scaleSelf(xScale, yScale); in fillInputInfo()2057 ySurfaceInset *= yScale; in fillInputInfo()