Searched refs:y_xmix (Results 1 – 4 of 4) sorted by relevance
408 float y_xmix; member414 y_xmix(0.0f), y_scale(1.0f), y_offset(0.0f) { in TouchAffineTransformation()420 y_xmix(yxmix), y_scale(yscale), y_offset(yoffset) { in TouchAffineTransformation()
125 newY = x * y_xmix + y * y_scale + y_offset; in applyTo()
1363 transform.y_xmix = matrix[3]; in getTouchAffineTransformation()
1352 dump += StringPrintf(INDENT4 "Y xmix: %0.3f\n", mAffineTransform.y_xmix); in dumpAffineTransformation()