Searched refs:y_scale (Results 1 – 3 of 3) sorted by relevance
263 float y_scale; member268 y_xmix(0.0f), y_scale(1.0f), y_offset(0.0f) { in TouchAffineTransformation()274 y_xmix(yxmix), y_scale(yscale), y_offset(yoffset) { in TouchAffineTransformation()
225 newY = x * y_xmix + y * y_scale + y_offset; in applyTo()3676 dump.appendFormat(INDENT4 "Y scale: %0.3f\n", mAffineTransform.y_scale); in dumpAffineTransformation()
768 transform.y_scale = matrix[4]; in getTouchAffineTransformation()