Searched defs:transform2 (Results 1 – 4 of 4) sorted by relevance
101 public double[] transform2(double f[]) throws IllegalArgumentException { in transform2() method in FastSineTransformer122 public double[] transform2( in transform2() method in FastSineTransformer
101 public double[] transform2(double f[]) throws IllegalArgumentException { in transform2() method in FastCosineTransformer124 public double[] transform2(UnivariateRealFunction f, in transform2() method in FastCosineTransformer
126 public Complex[] transform2(double f[]) in transform2() method in FastFourierTransformer148 public Complex[] transform2(UnivariateRealFunction f, in transform2() method in FastFourierTransformer167 public Complex[] transform2(Complex f[]) in transform2() method in FastFourierTransformer
638 SkMatrix44 transform2(SkMatrix44::kUninitialized_Constructor); in test_preserves_2d_axis_alignment() local