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