Searched refs:y_scale (Results 1 – 4 of 4) sorted by relevance
330 float y_scale; member335 y_xmix(0.0f), y_scale(1.0f), y_offset(0.0f) { in TouchAffineTransformation()341 y_xmix(yxmix), y_scale(yscale), y_offset(yoffset) { in TouchAffineTransformation()
163 newY = x * y_xmix + y * y_scale + y_offset; in applyTo()
1139 transform.y_scale = matrix[4]; in getTouchAffineTransformation()
1370 dump += StringPrintf(INDENT4 "Y scale: %0.3f\n", mAffineTransform.y_scale); in dumpAffineTransformation()