Searched refs:x_ymix (Results 1 – 3 of 3) sorted by relevance
222 float x_ymix; member229 x_scale(1.0f), x_ymix(0.0f), x_offset(0.0f), in TouchAffineTransformation()235 x_scale(xscale), x_ymix(xymix), x_offset(xoffset), in TouchAffineTransformation()
321 newX = x * x_scale + y * x_ymix + x_offset; in applyTo()4228 dump.appendFormat(INDENT4 "X ymix: %0.3f\n", mAffineTransform.x_ymix); in dumpAffineTransformation()
922 transform.x_ymix = matrix[1]; in getTouchAffineTransformation()