Searched refs:x_scale (Results 1 – 4 of 4) sorted by relevance
326 float x_scale; member334 x_scale(1.0f), x_ymix(0.0f), x_offset(0.0f), in TouchAffineTransformation()340 x_scale(xscale), x_ymix(xymix), x_offset(xoffset), in TouchAffineTransformation()
162 newX = x * x_scale + y * x_ymix + x_offset; in applyTo()
1135 transform.x_scale = matrix[0]; in getTouchAffineTransformation()
1366 dump += StringPrintf(INDENT4 "X scale: %0.3f\n", mAffineTransform.x_scale); in dumpAffineTransformation()